1
0
mirror of https://github.com/rkujawa/rk65c02.git synced 2024-12-13 01:29:57 +00:00
rk65c02/src
2017-01-19 11:49:05 +01:00
..
65c02isa.awk Prepare structures for adding emulation of instructions. 2017-01-18 15:45:28 +01:00
65c02isa.csv LDA zero page emulation and test for it. 2017-01-19 11:49:05 +01:00
bus.c Support loading ROMs from files, adjust nop test case. 2017-01-19 00:57:09 +01:00
bus.h Support loading ROMs from files, adjust nop test case. 2017-01-19 00:57:09 +01:00
emulation.c Make instruction data read more flexible and split from emulation of particular instruction. 2017-01-19 10:59:35 +01:00
emulation.h Experiment with emulating opcode requring operands. 2017-01-18 22:37:00 +01:00
instruction.c LDA zero page emulation and test for it. 2017-01-19 11:49:05 +01:00
instruction.h Make instruction data read more flexible and split from emulation of particular instruction. 2017-01-19 10:59:35 +01:00
Makefile Prepare structures for adding emulation of instructions. 2017-01-18 15:45:28 +01:00
rk65c02.c Preliminary support for emulation of instructions. 2017-01-18 17:18:19 +01:00
rk65c02.h Preliminary support for emulation of instructions. 2017-01-18 17:18:19 +01:00