summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/machine/nes_ines.inc
Commit message (Collapse)AuthorAgeFilesLines
* snes and nes slot devices moved into bus folder (nw) Miodrag Milanovic2014-03-101-945/+0
|
* small cleanup. nw. Fabio Priuli2014-02-131-1/+5
|
* (MESS) nes: added support for iNES 2.0 submappers [Fabio Priuli] Fabio Priuli2014-02-091-25/+144
| | | | | | out of whatsnew: + fixed a small bug in handling MMC-1 games with > 8K of WRAM (only a Jpn baseball games use this, and I can see no difference in behavior) + updated emulation status in xml for a few games I had made working during slot-ification
* (MESS) nes: added support for Multi-Discrete PCB (aka Mapper 28) used Fabio Priuli2014-02-061-1/+1
| | | | by Action 53 - Function 16 - Volume ONE - "Streemerz Bundle" homebrew multicart. [Fabio Priuli]
* (MESS) nes: apparently chinese dumpers have decided that Waixing FS-304 Fabio Priuli2014-02-021-1/+1
| | | | board is mapper 162. updated our source to make easier launching ines files from fullpath :) nw.
* (MESS) nes.c: Added support for NROM368 homebrew PCB. [Fabio Priuli] Fabio Priuli2014-02-011-14/+45
| | | | nes.c: Fixed support for BMC-12in1 PCB, based on Cah4e3's research. [Fabio Priuli]
* Made includes of C files in drivers section to use .inc instead, and also ↵ Miodrag Milanovic2013-06-181-0/+791
renamed galdrvr.c into galaxian.inc and neodrvr.c to neogeo.inc since it makes more sense (nw)