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:
6:65f96b9dd1d3
Parent:
4:8476be802690
Child:
7:dce21deeac6c
--- a/main.cpp	Mon Apr 13 05:44:17 2020 +0000
+++ b/main.cpp	Mon Apr 13 07:24:08 2020 +0000
@@ -49,7 +49,7 @@
 {
     printf("\n");
     printf("C64-stm429_discovery\n");
-	printf("C64 Emu6502 (for STM32F429 Discovery), version 1.0\n");
+	printf("C64 Emu6502 (for STM32F429 Discovery), version 1.01\n");
 	printf("Copyright (c) 2020 by David R. Van Wagner\n");
 	printf("Open Source - MIT License\n");
 	printf("github.com/davervw\n");