1
0
mirror of https://github.com/jborza/emu6502.git synced 2024-06-29 11:29:30 +00:00
Commit Graph

10 Commits

Author SHA1 Message Date
jborza
da24007a36 code cleanup 2019-04-14 13:24:02 +02:00
jborza
65f7f959f9 introduced test6502 module for tests 2019-04-14 12:39:56 +02:00
jborza
8f218de40d re-enabled tests 2019-04-14 11:55:35 +02:00
jborza
d4bbfaba95 LDA_INDX and LDA_INDY implementation + test 2019-04-14 11:49:24 +02:00
jborza
f47fed9d33 LDA + simple tests 2019-04-14 10:57:25 +02:00
jborza
686ba9b601 ORA indirect 2019-04-14 09:38:09 +02:00
jborza
b7b199129d testing machine code, ORA 2019-04-14 01:51:50 +02:00
jborza
8b46ab4537 added opcodes definition, initial disassembler 2019-04-14 00:33:20 +02:00
jborza
c3e475ae83 initial emulation 2019-04-13 23:59:48 +02:00
jborza
c23477e32c emulator shell 2019-04-13 22:00:37 +02:00