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

20 Commits

Author SHA1 Message Date
Juraj Borza
4a5c0dae24 Update azure-pipelines.yml for Azure Pipelines (platform) 2019-04-14 12:50:25 +02:00
Juraj Borza
dc94c7235c Set up CI with Azure Pipelines
[skip ci]
2019-04-14 12:42:10 +02:00
jborza
65f7f959f9 introduced test6502 module for tests 2019-04-14 12:39:56 +02:00
jborza
c4cdce70c5 gitignore + vs2019 solution 2019-04-14 12:37:17 +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
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
8ddf9bf8ff fixed word output in disassembler 2019-04-14 01:50:46 +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
Juraj Borza
35947378da
Create README.md 2019-04-13 22:11:48 +02:00
jborza
74329b3221 Merge branch 'master' of https://github.com/jborza/emu6502 2019-04-13 22:10:24 +02:00
Juraj Borza
10e82a76e8
Initial commit 2019-04-13 22:07:31 +02:00
jborza
c23477e32c emulator shell 2019-04-13 22:00:37 +02:00
jborza
f248625163 naming conventions + types 2019-04-13 10:28:57 +02:00
jborza
d0230f435c cpu state definition 2019-04-13 10:02:18 +02:00