adelikat
|
efb34f74e1
|
a2600 refactor - make mapper classes internal and sealed
|
2020-03-18 21:46:51 -05:00 |
adelikat
|
f10b51558b
|
Atari 2600 - make MapperBase abstract and make HardReset() abstract since we need implementations to properly reset variables (we can't get rid of hard reset so easily, since HardReset is the mechanism that multi-cart roms use
|
2020-03-18 15:58:53 -05:00 |
adelikat
|
8f860adf51
|
cleanup Atari2600 mapper code
|
2020-03-18 15:46:17 -05:00 |
adelikat
|
8c10ca3e14
|
Atari2600 cleanup - pass Atari2600 core into constructor instead of setting after, use switch expression for mapper instantiation logic
|
2020-03-18 10:37:53 -05:00 |
adelikat
|
2964585401
|
misc code cleanups in Atari 2600
|
2017-04-24 10:09:31 -05:00 |
adelikat
|
424f312afa
|
Atari 2600 - from now on, practice safe poking. Also poking is now possible on the system bus.
|
2014-05-23 00:29:31 +00:00 |
adelikat
|
2200b05dc2
|
Atari 2600 - DPC memory domain (added when using the DPC mapper)
|
2014-04-11 01:05:50 +00:00 |
adelikat
|
2834e80dfa
|
Atari 2600 - implement SB mapper (Super banking)
|
2014-04-09 02:17:45 +00:00 |
adelikat
|
27daa82464
|
Atari 2600 - a round of code cleanup and check in some files I neglected to in the past few commits, remove oldTIA.cs
|
2014-04-05 14:13:05 +00:00 |