Commit Graph

5 Commits

Author SHA1 Message Date
Miodrag Milanovic
051011971f Expanded device_t constructor with parameters for short name and source file location [Miodrag Milanovic] 2013-03-26 15:18:37 +00:00
Fabio Priuli
19d98540e7 reduced direct accesses to cart devices (systems should eventually only interact with the cart slot devices). nw. 2013-03-14 13:20:52 +00:00
Fabio Priuli
7e0b63efa9 split ROM/RAM accesses to cart in SNES slot implementation in order to simplify the code. nw. 2013-03-07 11:09:57 +00:00
Fabio Priuli
aa2b3bb471 srccleaned + minor fixes. nw. 2013-03-05 12:01:47 +00:00
Fabio Priuli
969074c41e (MESS) snes.c: several updates to cart handling [Fabio Priuli]
- moved Sufami Turbo and BSX carts to separate lists
  - added two new drivers snesnew and snespnew, using slot devices for carts
  - added emulation for DSP1/4, ST-010/011, S-DD1, SPC7110, SuperFX, BS-X 
    and Sufami Turbo as slot devices
  - added emulation for the protection device used in some pirate carts


out of whatsnew. there are one or two (possibly stupid) bugs in the new drivers 
causing glitches in several games (e.g. SameGame, or F1 ROC 2) which prevent
us from removing the fake driver clones with add-on CPUs. if anyone is willing to 
help to trace them, you're all welcome.
2013-03-03 13:09:54 +00:00