1
0
mirror of https://github.com/rkujawa/rk65c02.git synced 2024-06-18 08:29:29 +00:00
rk65c02/src
2017-01-26 13:11:00 +01:00
..
65c02isa.awk BSD/OS X awk does not like hexadecimal constants. 2017-01-23 13:41:31 +01:00
65c02isa.csv Add PHX, PLX, PHY, PLY emulation and test cases. 2017-01-25 13:14:00 +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 Add struct with info about reason for stopping emulation. 2017-01-26 12:52:40 +01:00
instruction.c Fix missing breaks in indirect zero page handling switch. 2017-01-24 22:18:02 +01:00
instruction.h BBRx and BBSx instructions have zero page relative addressing. 2017-01-23 12:17:06 +01:00
Makefile Fix dependencies for static lib building. 2017-01-21 21:41:19 +01:00
rk65c02.c Preliminary support for stepping. 2017-01-26 13:11:00 +01:00
rk65c02.h Preliminary support for stepping. 2017-01-26 13:11:00 +01:00
rk65c02cli.c Add CLI skeleton. 2017-01-19 23:49:27 +01:00