| Commit message (Expand) | Author | Age | Files | Lines |
| * | change flags from GAME_ to MACHINE_ |  David Haywood | 2015-07-29 | 1 | -9/+9 |
| * | nes.c: fixed the flip disk input not being recognized in |  etabeta78 | 2015-06-02 | 1 | -0/+1 |
| * | Update for Carlos A. Lozano, Victor Trucco and Charles MacDonald, also few fi... |  Miodrag Milanovic | 2015-05-22 | 1 | -1/+1 |
| * | Brad Oliver licenses (nw) |  Miodrag Milanovic | 2015-05-11 | 1 | -1/+1 |
| * | Added dummy license lines to each file for MESS (nw) |  Miodrag Milanovic | 2015-05-07 | 1 | -0/+2 |
| * | Cleanups and version bumpmame0158 |  Miodrag Milanovic | 2015-01-28 | 1 | -1/+1 |
| * | (MESS) nes: converted input code to use slot devices. this means that now you |  etabeta78 | 2015-01-26 | 1 | -583/+18 |
| * | nes.c: removed erroneous use of postload, fixes fds and famitwin save state p... |  Osso | 2015-01-02 | 1 | -1/+1 |
| * | Cleanups and version bumpmame0155 |  Miodrag Milanovic | 2014-10-15 | 1 | -10/+10 |
| * | (MESS) fds/famitwin: attach the disk controller device directly |  Fabio Priuli | 2014-10-03 | 1 | -33/+43 |
| * | fixed famitwin bios usage. nw. |  Fabio Priuli | 2014-09-12 | 1 | -0/+6 |
| * | (MESS) famicom: converted the disk system add-on to be a cart |  Fabio Priuli | 2014-09-11 | 1 | -32/+106 |
| * | Cleanups and version bump |  Miodrag Milanovic | 2014-07-22 | 1 | -1/+1 |
| * | cassette config moved inline (nw) |  Miodrag Milanovic | 2014-05-02 | 1 | -10/+4 |
| * | Cleanup of image device interfaces (nw) |  Miodrag Milanovic | 2014-05-02 | 1 | -9/+2 |
| * | nes_apu: converted to use inline config. nw. |  Fabio Priuli | 2014-04-11 | 1 | -10/+3 |
| * | (MESS) removed an unused interface from NES carts. nw. |  Fabio Priuli | 2014-04-08 | 1 | -7/+2 |
| * | nes ppu: converted to use inline config + removed some unused config values. nw. |  Fabio Priuli | 2014-04-08 | 1 | -11/+6 |
| * | Made palette settings for screen explicit and mandatory for ind16 mode (nw) |  Miodrag Milanovic | 2014-03-14 | 1 | -0/+1 |
| * | snes and nes slot devices moved into bus folder (nw) |  Miodrag Milanovic | 2014-03-10 | 1 | -352/+0 |
| * | Huge update, palette is now device (nw) |  Miodrag Milanovic | 2014-02-27 | 1 | -1/+2 |
| * | (MESS) nes: properly implemented Aladdin Deck Enhancer as a |  Fabio Priuli | 2014-02-21 | 1 | -0/+2 |
| * | (MESS) nes: Properly implemented the Bandai Karaoke Studio expansion |  Fabio Priuli | 2014-02-19 | 1 | -2/+3 |
| * | (MESS) nes: Properly implemented the Bandai Datach as a passthru cart. |  Fabio Priuli | 2014-02-13 | 1 | -1/+2 |
| * | (MESS) nes: added support for Multi-Discrete PCB (aka Mapper 28) used |  Fabio Priuli | 2014-02-06 | 1 | -0/+1 |
| * | (MESS) nes.c: Added support for NROM368 homebrew PCB. [Fabio Priuli] |  Fabio Priuli | 2014-02-01 | 1 | -0/+3 |
| * | moved nes_cart from .h to .c (nw) |  smf- | 2013-12-11 | 1 | -0/+343 |
| * | make that last commit use the bios system, since we can. Also mark famitwin b... |  Jonathan Gevaryahu | 2013-11-15 | 1 | -3/+5 |
| * | (MESS) nes.c: add RP2C33-01 'older' version FDS bios and fix labels of FDS bi... |  Jonathan Gevaryahu | 2013-11-15 | 1 | -2/+3 |
| * | Modernize nes_apu device. (nw) |  Ivan Vangelista | 2013-11-05 | 1 | -12/+8 |
| * | [MESS] a7800.c - Cleanup of address maps, high score maps added [Robert Tucci... |  Scott Stone | 2013-09-20 | 1 | -0/+5 |
| * | Created new device_video_interface. Right now its sole purpose is to |  Aaron Giles | 2013-07-24 | 1 | -1/+0 |
| * | Cleanups and version bumpmame0149u1 |  Miodrag Milanovic | 2013-07-23 | 1 | -1/+1 |
| * | (MESS) nes.c: fixed famicom controller regression due to family trainer addit... |  Fabio Priuli | 2013-06-17 | 1 | -26/+26 |
| * | (MESS) nes.c: added emulation of the FC Family Trainer controller, |  Fabio Priuli | 2013-06-16 | 1 | -3/+51 |
| * | (MESS) nes.c: added emulation of the NES Power Pad controller, |  Fabio Priuli | 2013-06-15 | 1 | -3/+39 |
| * | (MESS) nes.c: emulated microphone input for old famicom controller, |  Fabio Priuli | 2013-06-15 | 1 | -0/+9 |
| * | (MESS) NES input cleanup, part 5 and last (Simplified FC input too, added Ark... |  Fabio Priuli | 2013-06-15 | 1 | -27/+30 |
| * | (MESS) NES input cleanup, part 4 (Simplified NES input reads and fixed Arkano... |  Fabio Priuli | 2013-06-15 | 1 | -3/+5 |
| * | (MESS) famicom: added support for loading/saving BASIC programs from/to |  Fabio Priuli | 2013-06-15 | 1 | -3/+17 |
| * | (MESS) NES input cleanup, part 3 (Moved some FC controllers to the Expansion ... |  Fabio Priuli | 2013-06-14 | 1 | -261/+326 |
| * | (MESS) NES input cleanup, part 2 (Crazy Climber "controller" was just a set o... |  Fabio Priuli | 2013-06-14 | 1 | -21/+56 |
| * | (MESS) marked Game Boy, Game Boy Color, Game Boy Advance, Game Gear, Intelliv... |  Fabio Priuli | 2013-06-08 | 1 | -7/+7 |
| * | Moved default card config, device inputs and clock off the slot interface so ... |  smf- | 2013-05-29 | 1 | -2/+2 |
| * | (MESS) NES: Switched button arrangement to match left to right order from act... |  Scott Stone | 2013-04-25 | 1 | -8/+8 |
| * | (MESS) nes.c: major refactoring and improvements of NES/FC cart emulation: [F... |  Fabio Priuli | 2013-04-21 | 1 | -25/+12 |
| * | changed machine().device("maincpu") with m_maincpu in mess tree part (nw) |  Miodrag Milanovic | 2013-04-10 | 1 | -1/+1 |
| * | Fixed nes clones regression (nw) |  Miodrag Milanovic | 2013-04-04 | 1 | -0/+2 |
| * | made ppu nmi also delegate and now inline config (nw) |  Miodrag Milanovic | 2013-03-28 | 1 | -4/+4 |
| * | Cleanups and version bumpmame0148u2 |  Miodrag Milanovic | 2013-03-19 | 1 | -1/+1 |