MOS 6502 Emulator
Go to file
jborza 295f73e874 split test framework code into test_framework.c+h, leaving test6502 just for tests 2019-05-04 14:19:33 +02:00
bins added hex files for the sample binaries 2019-04-27 21:14:23 +02:00
data added stubs for missing instructions to cpu 2019-04-14 15:15:15 +02:00
media snake gif 2019-04-27 21:57:35 +02:00
nestest split test framework code into test_framework.c+h, leaving test6502 just for tests 2019-05-04 14:19:33 +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 hex files for the sample binaries 2019-04-27 21:14:23 +02:00
LICENSE Initial commit 2019-04-13 22:07:31 +02:00
README.md Update README.md 2019-04-15 19:38:43 +02:00
azure-pipelines.yml Update azure-pipelines.yml for Azure Pipelines - run test 2019-04-14 13:29:54 +02:00
cpu.c fixed PHP flag handling + test 2019-05-04 14:11:39 +02:00
cpu.h attempt to run nestest 2019-04-29 06:37:56 +02:00
debugger_windows.c attempt to run nestest 2019-04-29 06:37:56 +02:00
disassembler.c better handling of nestest 2019-05-01 07:21:36 +02:00
disassembler.h better handling of nestest 2019-05-01 07:21:36 +02:00
emu6502.c fixed PHP flag handling + test 2019-05-04 14:11:39 +02:00
emu6502.sln added a test vc++ project 2019-05-01 20:30:35 +02:00
emu6502.vcxproj split test framework code into test_framework.c+h, leaving test6502 just for tests 2019-05-04 14:19:33 +02:00
flags.h fixed PHP flag handling + test 2019-05-04 14:11:39 +02:00
makefile makefile fix 2019-04-27 12:19:50 +02:00
memory.c memory function name refactoring (pop->fetch) 2019-04-27 13:57:47 +02:00
memory.h memory function name refactoring (pop->fetch) 2019-04-27 13:57:47 +02:00
opcodes.h complete set of opcodes in header and disassembler 2019-04-14 15:07:14 +02:00
state.h initial emulation 2019-04-13 23:59:48 +02:00
test6502.c split test framework code into test_framework.c+h, leaving test6502 just for tests 2019-05-04 14:19:33 +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 split test framework code into test_framework.c+h, leaving test6502 just for tests 2019-05-04 14:19:33 +02:00
test_framework.h split test framework code into test_framework.c+h, leaving test6502 just for tests 2019-05-04 14:19:33 +02:00
test_main.c added a test vc++ project 2019-05-01 20:30:35 +02:00
types.h fixed zero flag handling in LDA, LDX, LDY 2019-04-27 12:43:15 +02:00

README.md

Build Status

emu6502

MOS 6502 Emulator