1
0
mirror of https://github.com/jborza/emu6502.git synced 2024-09-27 14:59:04 +00:00
MOS 6502 Emulator
Go to file
2019-05-07 21:45:09 +02:00
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
.gitignore added a 'nestest' vc++ solution for executing the nestest 2019-05-07 21:10:28 +02:00
azure-pipelines.yml
cpu.c
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.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
LICENSE
makefile
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
test6502.vcxproj
test6502.vcxproj.user
test_framework.c
test_framework.h
test_main.c
types.h

Build Status

emu6502

MOS 6502 Emulator