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:
4:8476be802690
Parent:
0:90de1cbc8a5f
Child:
9:a0c6747e539f
--- a/emu6502.h	Fri Apr 10 04:32:54 2020 +0000
+++ b/emu6502.h	Mon Apr 13 05:36:43 2020 +0000
@@ -1,9 +1,10 @@
-// emu6502.h - Emu6502 - MOS6502 Emulator
+// emu6502.h - MOS6502 Emulator
 //
 ////////////////////////////////////////////////////////////////////////////////
 //
-// c-simple-emu-cbm (C Portable Version)
-// C64/6502 Emulator for Microsoft Windows Console
+// C64-stm429_discovery
+// C64/6502 Emulator targeting STM32F429 LCD/USBHOST
+// [ported from c-simple-emu-cbm (C Portable Version - for console)]
 //
 // MIT License
 //
@@ -11,7 +12,6 @@
 // davevw.com
 //
 // Permission is hereby granted, free of charge, to any person obtaining a copy
-//
 // of this software and associated documentation files (the "Software"), to deal
 // in the Software without restriction, including without limitation the rights
 // to use, copy, modify, merge, publish, distribute, sublicense, and/or sell