summaryrefslogtreecommitdiffstatshomepage
path: root/hash/snes_strom.xml
Commit message (Collapse)AuthorAgeFilesLines
* snes_strom.xml: remove rogue spaces in Japanese titles (nw) Alex W. Jackson2015-03-181-6/+6
|
* (MESS) softlist: added PCB documentation to gba, gbcolor and n64 lists, Fabio Priuli2013-04-241-78/+78
| | | | | | | based on nointro pictures [LoganB] (MESS) svmu.c: changed input mappings to be more standard [LoganB] also, LoganB has updated the support status of snes_strom.xml saving me the time to test them again :)
* (MESS) snes.c: several updates to cart handling [Fabio Priuli] Fabio Priuli2013-03-031-0/+214
- 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.