summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/bus/nes
Commit message (Expand)AuthorAgeFilesLines
* (MESS) fds/famitwin: attach the disk controller device directly Fabio Priuli2014-10-031-5/+5
* (MESS) consolidation + cleanup, part2. nw. Fabio Priuli2014-09-299-86/+101
* fixed multisession crash when the new cart needed a dynamic buffer/array Fabio Priuli2014-09-231-66/+55
* mark rev. 32216 as a temp hack, to reduce tagmap lookups. nw. Fabio Priuli2014-09-212-1/+5
* fixed nes regressions from rev. 32216: m_maincpu is not set yet at this stage, Fabio Priuli2014-09-2117-33/+33
* (MESS) nes.c: Reduce some tagmap lookups (nw) Wilbert Pol2014-09-1928-108/+112
* setting the correct properties helps to commit new files. nw. Fabio Priuli2014-09-112-0/+502
* (MESS) famicom: converted the disk system add-on to be a cart Fabio Priuli2014-09-115-18/+55
* fixed most of the -Wunreachable-code-break and -Wunreachable-code-return warn... Oliver Stöneberg2014-09-081-1/+0
* samples_device: converted to use inline config and delegates. Will probably n... Ivan Vangelista2014-09-042-58/+24
* More cleanups, there is issue with srcclean that needs to be taken care as we... Miodrag Milanovic2014-07-221-1/+1
* Cleanups and version bump Miodrag Milanovic2014-07-221-20/+20
* (MESS) nes.c: fixed WRAM banking for MMC5, so that Bandit Kings of Ancient China Fabio Priuli2014-06-033-81/+42
* fixed usage of uninitialized member in nes_waixing_j_device (nw) Oliver Stöneberg2014-05-171-1/+1
* fixed usage of uninitialized member in nes_bmc_gc6in1_device (nw) Oliver Stöneberg2014-05-171-1/+1
* fixed usage of uninitialized members in nes_somari_device (nw) Oliver Stöneberg2014-05-171-0/+2
* fixed usage of uninitialized member in nes_rex_dbz5_device (nw) Oliver Stöneberg2014-05-171-2/+1
* fixed usage of uninitialized member in nes_waixing_fs304_device (nw) Oliver Stöneberg2014-05-171-1/+1
* fixed usage of uninitialized member in nes_fjump2_device (nw) Oliver Stöneberg2014-05-161-0/+2
* nes: bringing back the second hashfile usage which had to be disabled Fabio Priuli2014-05-151-2/+1
* fix for mt5508 + mask direct accesses to vrom (better safe than sorry). nw. Fabio Priuli2014-05-141-4/+6
* ay8910_device and extended family: converted to devcb2 (nw) Ivan Vangelista2014-05-061-12/+0
* image.c: Added support for loading a default battery, instead of a fixed fill... Fabio Priuli2014-05-021-1/+14
* this got actually moved to mapper 31. nw. Fabio Priuli2014-04-301-2/+2
* (MESS) nes: added support the new homebrew PCB used by Fabio Priuli2014-04-297-2/+147
* Moved eminline and related files into /src/osd since it's system related (nw) Miodrag Milanovic2014-04-163-8/+8
* (MESS) removed an unused interface from NES carts. nw. Fabio Priuli2014-04-082-14/+2
* Cleanups and version bumpmame0153 Miodrag Milanovic2014-04-0720-175/+173
* (MESS) fixed a few errors caught by VS. nw. Fabio Priuli2014-04-033-3/+3
* and this was the actual fix, of course... nw. Fabio Priuli2014-03-301-2/+2
* (MESS) nes.c: fixed prgram access out-of-bounds for one Fabio Priuli2014-03-302-3/+4
* removed mame_* aliases and just use core_* functions (nw) Oliver Stöneberg2014-03-242-2/+2
* Nuke some more auto_allocs. Aaron Giles2014-03-1624-214/+152
* primary_screen -> first_screen() (nw) Miodrag Milanovic2014-03-154-4/+4
* Moved core template container classes up from emutempl.h to coretmpl.h: Aaron Giles2014-03-1111-57/+50
* snes and nes slot devices moved into bus folder (nw) Miodrag Milanovic2014-03-1099-0/+35624