summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/nes.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* cassette config moved inline (nw) Miodrag Milanovic2014-05-021-10/+4
* Cleanup of image device interfaces (nw) Miodrag Milanovic2014-05-021-9/+2
* nes_apu: converted to use inline config. nw. Fabio Priuli2014-04-111-10/+3
* (MESS) removed an unused interface from NES carts. nw. Fabio Priuli2014-04-081-7/+2
* nes ppu: converted to use inline config + removed some unused config values. nw. Fabio Priuli2014-04-081-11/+6
* Made palette settings for screen explicit and mandatory for ind16 mode (nw) Miodrag Milanovic2014-03-141-0/+1
* snes and nes slot devices moved into bus folder (nw) Miodrag Milanovic2014-03-101-352/+0
* Huge update, palette is now device (nw) Miodrag Milanovic2014-02-271-1/+2
* (MESS) nes: properly implemented Aladdin Deck Enhancer as a Fabio Priuli2014-02-211-0/+2
* (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/+2
* (MESS) nes: added support for Multi-Discrete PCB (aka Mapper 28) used Fabio Priuli2014-02-061-0/+1
* (MESS) nes.c: Added support for NROM368 homebrew PCB. [Fabio Priuli] Fabio Priuli2014-02-011-0/+3
* moved nes_cart from .h to .c (nw) smf-2013-12-111-0/+343
* make that last commit use the bios system, since we can. Also mark famitwin b... Jonathan Gevaryahu2013-11-151-3/+5
* (MESS) nes.c: add RP2C33-01 'older' version FDS bios and fix labels of FDS bi... Jonathan Gevaryahu2013-11-151-2/+3
* Modernize nes_apu device. (nw) Ivan Vangelista2013-11-051-12/+8
* [MESS] a7800.c - Cleanup of address maps, high score maps added [Robert Tucci... Scott Stone2013-09-201-0/+5
* Created new device_video_interface. Right now its sole purpose is to Aaron Giles2013-07-241-1/+0
* Cleanups and version bumpmame0149u1 Miodrag Milanovic2013-07-231-1/+1
* (MESS) nes.c: fixed famicom controller regression due to family trainer addit... Fabio Priuli2013-06-171-26/+26
* (MESS) nes.c: added emulation of the FC Family Trainer controller, Fabio Priuli2013-06-161-3/+51
* (MESS) nes.c: added emulation of the NES Power Pad controller, Fabio Priuli2013-06-151-3/+39
* (MESS) nes.c: emulated microphone input for old famicom controller, Fabio Priuli2013-06-151-0/+9
* (MESS) NES input cleanup, part 5 and last (Simplified FC input too, added Ark... Fabio Priuli2013-06-151-27/+30
* (MESS) NES input cleanup, part 4 (Simplified NES input reads and fixed Arkano... Fabio Priuli2013-06-151-3/+5
* (MESS) famicom: added support for loading/saving BASIC programs from/to Fabio Priuli2013-06-151-3/+17
* (MESS) NES input cleanup, part 3 (Moved some FC controllers to the Expansion ... Fabio Priuli2013-06-141-261/+326
* (MESS) NES input cleanup, part 2 (Crazy Climber "controller" was just a set o... Fabio Priuli2013-06-141-21/+56
* (MESS) marked Game Boy, Game Boy Color, Game Boy Advance, Game Gear, Intelliv... Fabio Priuli2013-06-081-7/+7
* Moved default card config, device inputs and clock off the slot interface so ... smf-2013-05-291-2/+2
* (MESS) NES: Switched button arrangement to match left to right order from act... Scott Stone2013-04-251-8/+8
* (MESS) nes.c: major refactoring and improvements of NES/FC cart emulation: [F... Fabio Priuli2013-04-211-25/+12
* changed machine().device("maincpu") with m_maincpu in mess tree part (nw) Miodrag Milanovic2013-04-101-1/+1
* Fixed nes clones regression (nw) Miodrag Milanovic2013-04-041-0/+2
* made ppu nmi also delegate and now inline config (nw) Miodrag Milanovic2013-03-281-4/+4
* Cleanups and version bumpmame0148u2 Miodrag Milanovic2013-03-191-1/+1
* added missing pcbs. nw. Fabio Priuli2013-03-181-1/+0
* Added mahjong panel support to Famicom Angelo Salese2013-03-151-0/+42
* nes: fixed non-mandatory cart handling for famicom (nw) Miodrag Milanovic2013-02-111-1/+2
* (MESS) nes.c: shuffled around the loading code (very preliminary step towards... Fabio Priuli2013-02-111-20/+14
* Started moving DEVICE_IMAGE_ functions into driver_device classes. (nw) Wilbert Pol2013-02-051-2/+2
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-233/+233
* [NES MESS] Minor cleanups Nathan Woods2012-11-251-14/+0
* 6502: Rewrite modern, cycle-exact and interruptible [O. Galibert] Olivier Galibert2012-11-061-1/+1
* Replace some *_DEVICE_HANDLER with _MEMBER calls in MESS section (no whatsnew) Miodrag Milanovic2012-10-031-5/+8
* (MESS) nes.c: moved cart class where it actually belongs. no whatsnew. Fabio Priuli2012-09-221-1/+1
* nes.c: modernized the driver by moving most code into the class, work by Mick... Fabio Priuli2012-09-211-1/+8
* Modernized screen update calls (no whatsnew) Miodrag Milanovic2012-09-171-1/+1
* Memory handler normalization, part 2. Change legacy Aaron Giles2012-09-171-1/+1