summaryrefslogtreecommitdiffstatshomepage
path: root/hash/nes_datach.xml
Commit message (Collapse)AuthorAgeFilesLines
* (MESS) nes: added Karaoke Studio inputs, mapped to keys Z, X, C. you can Fabio Priuli2014-02-171-4/+7
| | | | | | | now select songs and see the animation, even if I would not call playable the games this way. [Fabio Priuli] out of whatsnew: the expansion slot is currently hacked around at loading time. I will soon implement it as a subslot, but I still need to check a few details first.
* (MESS) nes_datach: documented the eeprom hookups, and the Fabio Priuli2014-02-131-1/+1
| | | second eeprom used by Battle Rush. they do not work yet. nw.
* (MESS) nes: Properly implemented the Bandai Datach as a passthru cart. Fabio Priuli2014-02-131-0/+117
Datach games have now to be loaded with the following commands "mess nes -cart datach -cart2 gamename" where gamename can be either a shortname from the datach softlist, or a fullpath to the iNES files (or to headerless 256k dump of the Datach minicarts). This is accurate to the hardware, because Datach carts could not be mounted in the main Famicom cartridge slot. [Fabio Priuli]