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-04 14:19:33 +02:00
bins
data
media
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
azure-pipelines.yml
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
LICENSE
makefile
memory.c
memory.h
opcodes.h
README.md
state.h
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

Build Status

emu6502

MOS 6502 Emulator