1
0
mirror of https://github.com/rkujawa/rk65c02.git synced 2024-09-27 13:55:23 +00:00
rk65c02/src
2017-02-02 14:43:02 +01:00
..
65c02isa.awk
65c02isa.csv Fix emulation function for nop. 2017-02-02 11:51:32 +01:00
bus.c Fix bus space array indexing. Makes bus loading from buffer work. 2017-02-02 14:43:02 +01:00
bus.h Add ability to load things onto bus from buffer. 2017-02-02 12:06:41 +01:00
emulation.awk
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
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