mre-mos6502/src
omarandlorraine 11499b6bc8
Starting on implementing different variants (#88)
* start on separating 6502 variants from cpu itself

* add a single variant: the NMOS one

* get examples & tests running again

* Add the Revision A variant, one that has no ROR

* disable failing lint in build-time dependencies

* Variant with no decimal mode

* Revert "disable failing lint in build-time dependencies"

This reverts commit c87975e937.

* some doc comments

* specify the variant in unit test now the API has changed

---------

Co-authored-by: Sam M W <you@example.com>
2023-10-31 16:45:15 +01:00
..
cpu.rs Starting on implementing different variants (#88) 2023-10-31 16:45:15 +01:00
instruction.rs Starting on implementing different variants (#88) 2023-10-31 16:45:15 +01:00
lib.rs Starting on implementing different variants (#88) 2023-10-31 16:45:15 +01:00
memory.rs the get_byte method needs to take mutable reference to self 2023-04-03 22:46:46 +01:00
registers.rs Fix addition and subtraction (#72) 2023-06-29 12:13:49 +02:00