1
0
mirror of https://github.com/jborza/emu6502.git synced 2024-11-21 23:31:19 +00:00
MOS 6502 Emulator
Go to file
2019-04-14 15:08:29 +02:00
data opcode and disassembler generatory (python) 2019-04-14 15:07:28 +02:00
.gitignore fixed ORA_INDX and ORA_INDY 2019-04-14 15:08:29 +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 ORA_INDX and ORA_INDY 2019-04-14 15:08:29 +02:00
cpu.h introduced test6502 module for tests 2019-04-14 12:39:56 +02:00
disassembler.c complete set of opcodes in header and disassembler 2019-04-14 15:07:14 +02:00
disassembler.h introduced test6502 module for tests 2019-04-14 12:39:56 +02:00
emu6502.c code cleanup 2019-04-14 13:24:02 +02:00
emu6502.sln
emu6502.vcxproj
flags.h
LICENSE
opcodes.h complete set of opcodes in header and disassembler 2019-04-14 15:07:14 +02:00
README.md
state.h
test6502.c Added tests for ORA instructions 2019-04-14 14:15:11 +02:00
test6502.h introduced test6502 module for tests 2019-04-14 12:39:56 +02:00
types.h code cleanup 2019-04-14 13:24:02 +02:00

emu6502

MOS 6502 Emulator