1
0
mirror of https://github.com/rkujawa/rk65c02.git synced 2024-06-18 08:29:29 +00:00
rk65c02/src
2017-02-02 11:00:32 +01:00
..
65c02isa.awk There's one more field in that generated header. Adjust. 2017-01-27 22:27:30 +01:00
65c02isa.csv Add SBC emulation. 2017-02-01 14:35:50 +01:00
bus.c Add commented out debug message. 2017-01-25 10:09:38 +01:00
bus.h Support loading ROMs from files, adjust nop test case. 2017-01-19 00:57:09 +01:00
emulation.awk Avoid getting instruction definition again when emulating. 2017-01-22 11:07:19 +01:00
emulation.c Make SBC somewhat less broken. 2017-02-01 22:15:16 +01:00
instruction.c Clean up unused function. 2017-02-02 11:00:32 +01:00
instruction.h Add forgotten prototype of program_counter_branch(). 2017-01-29 13:57:20 +01:00
Makefile Fix dependencies for static lib building. 2017-01-21 21:41:19 +01:00
rk65c02.c The overflow flag should be represented by "V". 2017-02-01 22:11:24 +01:00
rk65c02.h Attempt to emulate the BRK instruction. 2017-01-31 00:31:28 +01:00
rk65c02cli.c Add CLI skeleton. 2017-01-19 23:49:27 +01:00