C64 emulation on STM32F429 Discovery board with builtin LCD and USB keyboard support (OTG). More info at davevw.com and/or github.com/davervw

Dependencies:   LCD_DISCO_F429ZI BSP_DISCO_F429ZI USBHOST

Revision:
13:035c53a987a1
Parent:
12:297952431711
--- a/main.cpp	Fri Apr 17 15:49:23 2020 +0000
+++ b/main.cpp	Fri Apr 17 15:53:04 2020 +0000
@@ -49,9 +49,10 @@
 {
     printf("\n");
     printf("C64-stm429_discovery\n");
-	printf("C64 Emu6502 (for STM32F429 Discovery), version 1.33\n");
+	printf("C64 Emu6502 (for STM32F429 Discovery), version 1.34\n");
 	printf("Copyright (c) 2020 by David R. Van Wagner\n");
 	printf("Open Source - MIT License\n");
+	printf("os.mbed.com/users/davervw/code/C64-stm429_discovery/\n");
 	printf("github.com/davervw\n");
 	printf("\n");
 	printf("Contains other copyrighted and licensed software\n");