Gopher2600/hardware/memory
JetSetIlly 84ad23c03e moved Patch() from CartMapper to CartPatchable interface
this means that a mapper only needs to implement the Patch() if it makes
sense

mappers that don't need it have had the Patch function removed.
implemented function for SCABS and UA

corrected error messages for atari mappers - some messages weren't
referencing the correct atari mapper and simply stated "atari"
2023-11-26 09:32:28 +00:00
..
cartridge moved Patch() from CartMapper to CartPatchable interface 2023-11-26 09:32:28 +00:00
chipbus ChipHasChanged() used to decide whether to call Step() or QuickStep() 2022-05-27 21:27:11 +01:00
cpubus added Klaus Dormann's "functional tests" for the 6502 2023-02-15 19:54:44 +00:00
memorymap updated go minimum version to 1.20 2023-02-12 13:09:07 +00:00
vcs renamed hardware/instance package to environment 2023-04-16 21:24:09 +01:00
doc.go updated go minimum version to 1.20 2023-02-12 13:09:07 +00:00
memory.go commentary explaining the ordering of bus changes with regard to AccessPassive() 2023-11-07 07:26:19 +00:00
memory_test.go corrected mapping of timer read addresses 2023-02-09 19:51:48 +00:00