Commit Graph

12 Commits

Author SHA1 Message Date
Satoshi N. M
fb7f66b717 Add ROM linked in read-only data section, at 6502's 0xc000-0xffff 2018-01-13 00:31:12 -08:00
Satoshi N. M
5ed79b17bb Remove .hex from gitignore 2018-01-13 00:05:43 -08:00
Satoshi N. M
67e18b5548 Add osi_bas files from osi_bas.zip from http://searle.hostei.com/grant/6502/Simple6502.html 2018-01-13 00:05:15 -08:00
Satoshi N. M
1169a6ee0c Remove unused .hex (Intel-HEX) target 2018-01-12 23:36:40 -08:00
Satoshi N. M
ca77b072ab Step the 6502 on each systick, and add 't' command to show ticks/instructions executed 2018-01-12 23:15:56 -08:00
Satoshi N. M
71c0b67f53 bluepill.ld linker script: remove data region, remnant of pill duck 2018-01-12 23:07:17 -08:00
Satoshi N. M
b5d8f45f60 Add 6502 read/write with 16KB RAM 2018-01-12 23:02:57 -08:00
Satoshi N. M
a8991b2e94 Add a fake6502.h header extracting the interface from fake6502 2018-01-12 22:53:20 -08:00
Satoshi N. M
efb8da7c7a fake6502: comment out unused static function getvalue16()
Unused and causes compiler warning/error
https://stackoverflow.com/questions/11124895/suppress-compiler-warning-function-declared-never-referenced
2018-01-11 21:07:54 -08:00
Satoshi N. M
83fed56a0b Add fake6502.c v1.1 from Mike Chambers http://rubbermallet.org/fake6502.c 2018-01-11 20:54:35 -08:00
Satoshi N. M
ee8f54e915 Add initial setup and USB CDC-ACM serial port
Based on the following sources:
https://github.com/blacksphere/blackmagic
https://github.com/satoshinm/pill_serial
https://github.com/satoshinm/pill_duck
2018-01-11 20:36:47 -08:00
Satoshi N. M
ecf0758ab1 Initial commit 2018-01-11 20:25:39 -08:00