.. |
Kyuafile
|
Add emulation tests.
|
2017-01-19 00:21:00 +01:00 |
Makefile
|
Add test for LDA with absolute addressing.
|
2017-01-23 10:28:44 +01:00 |
test_bus.c
|
Support loading ROMs from files, adjust nop test case.
|
2017-01-19 00:57:09 +01:00 |
test_emulation_and_imm.s
|
Add test case for immediate AND.
|
2017-01-20 22:04:33 +01:00 |
test_emulation_clc.s
|
Implement CLC, SEC and test for them.
|
2017-01-22 13:50:04 +01:00 |
test_emulation_dex.s
|
Add DEX, DEY emulation and test cases for them.
|
2017-01-22 22:35:50 +01:00 |
test_emulation_dey.s
|
Add DEX, DEY emulation and test cases for them.
|
2017-01-22 22:35:50 +01:00 |
test_emulation_inx.s
|
Add INX, INY emulation and test cases.
|
2017-01-22 13:07:21 +01:00 |
test_emulation_iny.s
|
Add INX, INY emulation and test cases.
|
2017-01-22 13:07:21 +01:00 |
test_emulation_lda_abs.s
|
Add test for LDA with absolute addressing.
|
2017-01-23 10:28:44 +01:00 |
test_emulation_lda_imm.s
|
LDA emulation tests.
|
2017-01-19 11:50:11 +01:00 |
test_emulation_lda_zp.s
|
LDA emulation tests.
|
2017-01-19 11:50:11 +01:00 |
test_emulation_nop.s
|
|
|
test_emulation_pha.s
|
Add preliminary stack tests, test ROMs for PLA, PHA.
|
2017-01-20 23:18:25 +01:00 |
test_emulation_php.s
|
Add emulation of PHP, PLP instructions and test cases for them.
|
2017-01-22 23:01:24 +01:00 |
test_emulation_pla.s
|
Add preliminary stack tests, test ROMs for PLA, PHA.
|
2017-01-20 23:18:25 +01:00 |
test_emulation_plp.s
|
Add emulation of PHP, PLP instructions and test cases for them.
|
2017-01-22 23:01:24 +01:00 |
test_emulation_sec.s
|
Implement CLC, SEC and test for them.
|
2017-01-22 13:50:04 +01:00 |
test_emulation_stz_zp.s
|
Add STZ emulation.
|
2017-01-21 21:46:35 +01:00 |
test_emulation.c
|
Add test for LDA with absolute addressing.
|
2017-01-23 10:28:44 +01:00 |