bins
|
|
|
data
|
swapped opcodes for ROR abs and abs_x
|
2019-05-07 21:43:13 +02:00 |
media
|
|
|
nestest
|
more stripping for nestest so it can be directly compared to the output of the 'nestest' target binary
|
2019-05-07 21:45:09 +02:00 |
test6502
|
split test framework code into test_framework.c+h, leaving test6502 just for tests
|
2019-05-04 14:19:33 +02:00 |
.gitignore
|
added a 'nestest' vc++ solution for executing the nestest
|
2019-05-07 21:10:28 +02:00 |
azure-pipelines.yml
|
|
|
cpu.c
|
fixed ROR + added ROR tests
|
2019-05-07 15:39:43 +02:00 |
cpu.h
|
|
|
debugger_windows.c
|
added a 'nestest' vc++ solution for executing the nestest
|
2019-05-07 21:10:28 +02:00 |
disassembler.c
|
disassembler outputting branch target address
|
2019-05-04 15:24:58 +02:00 |
disassembler.h
|
|
|
emu6502.c
|
added a 'nestest' vc++ solution for executing the nestest
|
2019-05-07 21:10:28 +02:00 |
emu6502.sln
|
added a 'nestest' vc++ solution for executing the nestest
|
2019-05-07 21:10:28 +02:00 |
emu6502.vcxproj
|
added a 'nestest' vc++ solution for executing the nestest
|
2019-05-07 21:10:28 +02:00 |
flags.h
|
fixed PHP flag handling + test
|
2019-05-04 14:11:39 +02:00 |
LICENSE
|
|
|
Makefile
|
makefile added a test target
|
2020-04-16 08:20:46 +02:00 |
memory.c
|
fixed page wraparound for indirect y addressing + wraparound test for LDA_INDY
|
2019-05-07 21:44:37 +02:00 |
memory.h
|
refactored the read_word function to allow for wrap
|
2019-05-07 21:04:04 +02:00 |
nestest_main.c
|
added a 'nestest' vc++ solution for executing the nestest
|
2019-05-07 21:10:28 +02:00 |
nestest.vcxproj
|
added a 'nestest' vc++ solution for executing the nestest
|
2019-05-07 21:10:28 +02:00 |
opcodes.h
|
swapped opcodes for ROR abs and abs_x
|
2019-05-07 21:43:13 +02:00 |
README.md
|
|
|
state.h
|
|
|
test6502.c
|
fixed page wraparound for indirect y addressing + wraparound test for LDA_INDY
|
2019-05-07 21:44:37 +02:00 |
test6502.h
|
split test framework code into test_framework.c+h, leaving test6502 just for tests
|
2019-05-04 14:19:33 +02:00 |
test6502.vcxproj
|
split test framework code into test_framework.c+h, leaving test6502 just for tests
|
2019-05-04 14:19:33 +02:00 |
test6502.vcxproj.user
|
split test framework code into test_framework.c+h, leaving test6502 just for tests
|
2019-05-04 14:19:33 +02:00 |
test_framework.c
|
test framework assert_pc message typo fix
|
2019-05-04 14:54:49 +02:00 |
test_framework.h
|
test framework header update
|
2019-05-04 14:54:31 +02:00 |
test_main.c
|
|
|
types.h
|
|
|