summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/machine/nes.c
Commit message (Expand)AuthorAgeFilesLines
* snes and nes slot devices moved into bus folder (nw) Miodrag Milanovic2014-03-101-1/+0
* (MESS) nes: properly implemented Aladdin Deck Enhancer as a Fabio Priuli2014-02-211-1/+1
* (MESS) nes: Properly implemented the Bandai Karaoke Studio expansion Fabio Priuli2014-02-191-2/+3
* (MESS) nes: Properly implemented the Bandai Datach as a passthru cart. Fabio Priuli2014-02-131-1/+1
* (MESS) nes.c: Added support for NROM368 homebrew PCB. [Fabio Priuli] Fabio Priuli2014-02-011-1/+1
* Cleanups and version bumpmame0149u1 Miodrag Milanovic2013-07-231-86/+86
* (MESS) nes.c: added emulation of the FC Family Trainer controller, Fabio Priuli2013-06-161-8/+50
* (MESS) nes.c: added emulation of the NES Power Pad controller, Fabio Priuli2013-06-151-1/+20
* (MESS) nes.c: emulated microphone input for old famicom controller, Fabio Priuli2013-06-151-28/+40
* (MESS) nes.c: improvements and fixes to inputs [Fabio Priuli] Fabio Priuli2013-06-151-4/+0
* (MESS) NES input cleanup, part 5 and last (Simplified FC input too, added Ark... Fabio Priuli2013-06-151-158/+163
* (MESS) NES input cleanup, part 4 (Simplified NES input reads and fixed Arkano... Fabio Priuli2013-06-151-88/+81
* (MESS) famicom: added support for loading/saving BASIC programs from/to Fabio Priuli2013-06-151-3/+12
* (MESS) NES input cleanup, part 3 (Moved some FC controllers to the Expansion ... Fabio Priuli2013-06-141-107/+288
* (MESS) another small cleanup. nw. Fabio Priuli2013-06-141-34/+22
* (MESS) NES input cleanup, part 2 (Crazy Climber "controller" was just a set o... Fabio Priuli2013-06-141-5/+8
* (MESS) NES input cleanup, part 1. nw. Fabio Priuli2013-06-141-180/+163
* A few less anonymous timers in the world. (nw) Andrew Gardner2013-05-271-1/+14
* (MESS) nes.c: added dump for another interesting fds conversion found in the ... Fabio Priuli2013-05-181-1/+1
* (MESS) nes.c: Fixed remaining known bootleg PCBs (mostly SMB2 FDS conversions... Fabio Priuli2013-04-241-1/+1
* (MESS) nes.c: major refactoring and improvements of NES/FC cart emulation: [F... Fabio Priuli2013-04-211-328/+152
* Fix mistaken revert of r22393's machine/nes.c (nw) Scott Stone2013-04-171-2/+2
* Repeat revert (same as r22320) which again killed NES carts. A rewrite is co... Scott Stone2013-04-171-3/+4
* various cpu lookup cleanup (nw) Miodrag Milanovic2013-04-151-1/+1
* Removal of machine().root_device() where appropriate (nw) Miodrag Milanovic2013-04-141-2/+2
* nes.c: fixed crash. m_maincpu is not always defined at the very beginning (nw) Scott Stone2013-04-101-1/+1
* changed machine().device("maincpu") with m_maincpu in mess tree part (nw) Miodrag Milanovic2013-04-101-2/+2
* Made ppu use delegates instead of callbacks (nw) Miodrag Milanovic2013-03-281-20/+11
* Added mahjong panel support to Famicom Angelo Salese2013-03-151-23/+37
* (MESS) nes.c: shuffled around the loading code (very preliminary step towards... Fabio Priuli2013-02-111-993/+130
* Started moving DEVICE_IMAGE_ functions into driver_device classes. (nw) Wilbert Pol2013-02-051-1/+1
* modernized some pre/postload calls (no whatsnew) Miodrag Milanovic2013-01-311-7/+7
* (MESS) nes.c: tagmap cleanups. (nw) Fabio Priuli2013-01-261-29/+48
* output of new srcclean changes that are relatively small [smf] smf-2013-01-111-3/+0
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-62/+62
* Cleanups and version bumpmame0147u4 Miodrag Milanovic2012-12-171-2/+2
* [NES MESS] Minor cleanups Nathan Woods2012-11-251-19/+57
* modernization or timer callbacks part 2 (no whatsnew) Miodrag Milanovic2012-09-241-13/+12
* (MESS) nes: fixed regression in the famicom keyboard, introduced at some poin... Fabio Priuli2012-09-241-6/+8
* (MESS) Compile fix. (nw) Curt Coder2012-09-231-1/+1
* (MESS) nes.c: moved bankswitch functions into nes_carts_state. no whatsnew. Fabio Priuli2012-09-231-4/+4
* (MESS) nes.c: moved cart class where it actually belongs. no whatsnew. Fabio Priuli2012-09-221-1/+1
* nes.c: partially split cart variables from the system ones. no whatsnew. Fabio Priuli2012-09-211-1/+1
* nes.c: modernized the driver by moving most code into the class, work by Mick... Fabio Priuli2012-09-211-75/+73
* Since nobody checks for NULLs anyway, make Aaron Giles2012-09-191-4/+4
* Memory handler normalization, part 2. Change legacy Aaron Giles2012-09-171-22/+22
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-23/+21
* Clear out remaining global inlines in diexec.h. Aaron Giles2012-09-121-4/+4
* Add safe_pc() and safe_pcbase() methods to device_t. Aaron Giles2012-09-111-2/+2
* added missing \n to remaining fatalerror() calls (no whatsnew) Oliver Stöneberg2012-09-091-3/+3