1
0
mirror of https://github.com/jborza/emu6502.git synced 2024-06-07 16:16:37 +00:00
Commit Graph

16 Commits

Author SHA1 Message Date
jborza
d1a4c35f9a added a 'nestest' vc++ solution for executing the nestest 2019-05-07 21:10:28 +02:00
jborza
836a076d1c fixed PHP flag handling + test 2019-05-04 14:11:39 +02:00
jborza
a2f4d4ef72 better handling of nestest 2019-05-01 07:21:36 +02:00
jborza
2b52c43605 attempt to run nestest 2019-04-29 06:37:56 +02:00
jborza
411d4e8241 implemented SBC, ASL 2019-04-19 11:38:52 +02:00
jborza
e6a8c7934c PHA, PLA, TXS, TYS, TSX, TSY + tests 2019-04-16 22:46:28 +02:00
jborza
52ebab7f50 implemented LDX instructions 2019-04-14 21:55:19 +02:00
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
9dff007767 test refactoring 2019-04-14 11:04:24 +02:00
jborza
2c518df57f LDA ABS test 2019-04-14 11:01:10 +02:00
jborza
f47fed9d33 LDA + simple tests 2019-04-14 10:57:25 +02:00
jborza
b7b199129d testing machine code, ORA 2019-04-14 01:51:50 +02:00
jborza
c23477e32c emulator shell 2019-04-13 22:00:37 +02:00