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:
10:95591a8ad254
Parent:
9:a0c6747e539f
Child:
11:69ea8de91915
--- a/emuc64.cpp	Thu Apr 16 06:38:02 2020 +0000
+++ b/emuc64.cpp	Thu Apr 16 06:42:45 2020 +0000
@@ -179,8 +179,8 @@
 				}
 				if (scan_codes[i] != 64)
 				{
-					printf(" %d", scan_codes[i]);
-					fflush(stdout);
+//					printf(" %d", scan_codes[i]);
+//					fflush(stdout);
 				}
 			}
 			else