data
|
added stubs for missing instructions to cpu
|
2019-04-14 15:15:15 +02:00 |
.gitignore
|
fixed ORA_INDX and ORA_INDY
|
2019-04-14 15:08:29 +02:00 |
cpu.c
|
AND_INDX and AND_INDY implemented
|
2019-04-14 21:25:23 +02:00 |
cpu.h
|
introduced test6502 module for tests
|
2019-04-14 12:39:56 +02:00 |
disassembler.h
|
introduced test6502 module for tests
|
2019-04-14 12:39:56 +02:00 |
emu6502.c
|
implemented LDX instructions
|
2019-04-14 21:55:19 +02:00 |
emu6502.sln
|
gitignore + vs2019 solution
|
2019-04-14 12:37:17 +02:00 |
emu6502.vcxproj
|
gitignore + vs2019 solution
|
2019-04-14 12:37:17 +02:00 |
README.md
|
Create README.md
|
2019-04-13 22:11:48 +02:00 |
state.h
|
initial emulation
|
2019-04-13 23:59:48 +02:00 |
test6502.c
|
added tests for LDX
|
2019-04-14 22:01:32 +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 |