1
0
mirror of https://github.com/ariejan/i6502.git synced 2024-06-11 08:29:35 +00:00
Commit Graph

10 Commits

Author SHA1 Message Date
Ariejan de Vroom
e77a599b10 Add more documentation 2014-08-17 15:53:35 +02:00
Ariejan de Vroom
4eeba4d940 Add package documentation 2014-08-17 10:31:28 +02:00
Ariejan de Vroom
9ee72dc145 Clean up code / Refactorings 2014-08-16 21:54:06 +02:00
Ariejan de Vroom
33ca177f90 Implement remaining opcodes; tests 2014-08-16 10:37:56 +02:00
Ariejan de Vroom
f3f95dda39 Implement more opcodes, minor improvements 2014-08-14 21:31:04 +02:00
Ariejan de Vroom
9c8f47abbc Implement ADC, including Carry, Overflow, Decimal 2014-08-13 22:42:26 +02:00
Ariejan de Vroom
c3ffb2e87b Implement NOP instruction 2014-08-13 13:51:53 +02:00
Ariejan de Vroom
0fe91268ad Add Cpu program loading 2014-08-13 11:49:49 +02:00
Ariejan de Vroom
e96ce1e84a Add basic Cpu/Bus/Ram architecture. 2014-08-13 09:26:33 +02:00
Ariejan de Vroom
57b940dce1 Add NewCpu() 2014-08-12 21:28:30 +02:00