summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/bus/nes
Commit message (Expand)AuthorAgeFilesLines
* Added dummy license headers for EMU section (nw) Miodrag Milanovic2015-05-07100-0/+200
* Cleanups and version bumpmame0161 Miodrag Milanovic2015-04-291-1/+1
* added a few new dumps, recently surfaced. nw. etabeta782015-04-261-2/+2
* No need for temp variables (nw) Miodrag Milanovic2015-04-231-3/+1
* astring to std::string in bus section (nw) Miodrag Milanovic2015-04-192-6/+6
* some astring to std::string conversion (nw) Miodrag Milanovic2015-04-1810-12/+12
* Replace dynamic_array with std::vector [O. Galibert] Olivier Galibert2015-04-1417-144/+144
* There is no implicit conversion to char* in std::string (nw) Miodrag Milanovic2015-04-122-4/+4
* cstr() - > c_str() as preparation for move to std::string (nw) Miodrag Milanovic2015-04-111-1/+1
* (MESS) misc new dumps added to softlists. nw. etabeta782015-04-031-1/+2
* (MESS) misc round of new dump additions (from multiple sources) and consisten... etabeta782015-03-231-0/+1
* nes: fixed game genie passthrough. nw. etabeta782015-01-143-4/+9
* Minor comment fix: Mitsubishi M50805 is a speech synthesis chip. Stiletto2015-01-121-3/+3
* (MESS) nes: these options should have been internal. nw. etabeta782015-01-114-6/+6
* Fix various typos Zoë Blade2014-11-301-2/+2
* minor logging update. nw. etabeta782014-11-011-0/+1
* (MESS) nes: fixed NINA-06 mirroring, making Krazy Kreatures and etabeta782014-10-301-2/+1
* Cleanups and version bumpmame0155 Miodrag Milanovic2014-10-153-52/+51
* (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