12 Commitit (4e64570f32709d7687d7451500011eaa74340f0e)

Tekijä SHA1 Viesti Päivämäärä
  Bryan Miller 92e960dd07 Modified memory/MMC to allow 'writePassthrough' (enabled by default) which will pass any write attempt to a writable chunk of memory within the same bank if one is available. Updated tests as needed. 6 vuotta sitten
  Bryan Miller 2784031e8a Broke up the src/memory/memory.js file into rom, ram, and shadow. Updated src/memory/index.js and tests as needed. 6 vuotta sitten
  Bryan Miller 35333360c1 IO moved from common to root. Adjusted modules to use the new IO path. 6 vuotta sitten
  Bryan Miller 4e28ffbe91 RAM, ROM, and Shadow memory now use the new IO class. Dropped the Listener helper class. 6 vuotta sitten
  Bryan Miller c1f1f23ec4 Memory now has a peek() and poke() method; like read() and write() respectively, but will not trigger listeners. 6 vuotta sitten
  Bryan Miller 2e5ad3880a Bug fixes 6 vuotta sitten
  Bryan Miller 4c9f047a7d Fixed the .address property behaviour 6 vuotta sitten
  Bryan Miller dda1c22cc6 Fixed a couple bugs. Removed mmSwitchRegister(). Added switchBank() 6 vuotta sitten
  Bryan Miller 30f95044b1 Rewrote .load() method. 6 vuotta sitten
  Bryan Miller 9d773f6894 Added pages property to memory. Bringing MMC more inline with IMem interface. 6 vuotta sitten
  Bryan Miller 495c5b6d13 Memory module bug fixes. Memory test added. 6 vuotta sitten
  Bryan Miller beab01695c Rewrote memory classes and put them in their own folder. Updated MOS6502/cpu and relavent tests. 6 vuotta sitten