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

Changes

RevisionDateWhoCommit message
14:3e32348c888d 2020-04-17 www-data@mbed-compiler-app-5f564cd9bf-jw2jm Added tag 1.34 for changeset 035c53a987a1 default tip
13:035c53a987a1 2020-04-17 davervw project source code URL: os.mbed.com/users/davervw/code/C64-stm429_discovery/ 1.34
12:297952431711 2020-04-17 davervw comments, copyrights, licenses updated
11:69ea8de91915 2020-04-16 davervw 1.32 - PgUp also mapped to C64 Restore key
10:95591a8ad254 2020-04-16 davervw 1.31 - remove key scan printf
9:a0c6747e539f 2020-04-16 davervw 1.3 - keyboard RESTORE (NMI) implemented
8:d356d6930bdb 2020-04-15 www-data@mbed-compiler-app-5f564cd9bf-jw2jm Added tag 1.2 for changeset dce21deeac6c
7:dce21deeac6c 2020-04-15 davervw Banking ROM/RAM/IO/CHARSET implemented 1.2
6:65f96b9dd1d3 2020-04-13 davervw Right Ctrl now also mapped to Commodore Key
5:29115d8441cc 2020-04-13 davervw C64 emulation on STM32F429 Discovery board with builtin LCD and USB keyboard support (OTG). More info at davevw.com or github.com/davervw
4:8476be802690 2020-04-13 davervw terminal console portable version ported to specifically support STM32F429 Discovery board with included 320x240 LCD, and using USBHOST HID keyboard too. So, full screen editing, commodore fonts, color, and keyboard, with STOP key (ESC), and IRQs.
3:f978776f810c 2020-04-10 davervw minor changes
2:71772e55220f 2020-04-09 davervw Comment out File_ReadAllBytes() because unused
1:256d8a124b55 2020-04-09 davervw remove startup program
0:90de1cbc8a5f 2020-04-09 davervw github.com/davervw/c-simple-emu6502-cbm ported to LPC1768