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:
3:f978776f810c
Parent:
2:71772e55220f
Child:
4:8476be802690
--- a/emuc64.cpp	Thu Apr 09 14:52:40 2020 +0000
+++ b/emuc64.cpp	Fri Apr 10 04:32:54 2020 +0000
@@ -63,11 +63,6 @@
 // ROMs copyright Commodore or their assignees
 ////////////////////////////////////////////////////////////////////////////////
 
-//-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
-//uncomment for Commodore foreground, background colors and reverse emulation
-//#define CBM_COLOR
-//-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
-
 #include <mbed.h>
 #include <LocalFileSystem.h>
 #include "emu6502.h"
@@ -82,7 +77,7 @@
 // locals
 static int startup_state = 0;
 
-LocalFileSystem local("local");
+//LocalFileSystem local("local");
 
 //static void File_ReadAllBytes(byte* bytes, unsigned int size, const char* filename)
 //{