| Commit message (Expand) | Author | Age | Files | Lines |
* | no longer using read_safe from code under src/mess (nw) |  Wilbert Pol | 2015-08-11 | 1 | -11/+11 |
* | change flags from GAME_ to MACHINE_ |  David Haywood | 2015-07-29 | 1 | -22/+22 |
* | finish setting copyright holders for MESS section (nw) |  Miodrag Milanovic | 2015-05-13 | 1 | -2/+2 |
* | Added dummy license lines to each file for MESS (nw) |  Miodrag Milanovic | 2015-05-07 | 1 | -0/+2 |
* | Replace dynamic_array with std::vector [O. Galibert] |  Olivier Galibert | 2015-04-14 | 1 | -5/+5 |
* | Cleanups and version bumpmame0157 |  Miodrag Milanovic | 2014-12-31 | 1 | -2/+2 |
* | (MESS) megacdj: let's default to the only BIOS which have functional CD menu, |  etabeta78 | 2014-12-24 | 1 | -0/+1 |
* | (MESS) megacd: verified and better documented bios of Japanese |  etabeta78 | 2014-12-04 | 1 | -4/+4 |
* | so long, cartslot.c... you made a really great job, when we |  Fabio Priuli | 2014-10-11 | 1 | -1/+0 |
* | and a last bunch of generic cart slots. nw. |  Fabio Priuli | 2014-10-11 | 1 | -20/+19 |
* | (MESS) consolidation + cleanup, part1. nw. |  Fabio Priuli | 2014-09-28 | 1 | -9/+9 |
* | (MESS) analogous multisession fix to other systems suffering for the |  Fabio Priuli | 2014-09-23 | 1 | -0/+3 |
* | Cleanup of image device interfaces (nw) |  Miodrag Milanovic | 2014-05-02 | 1 | -10/+8 |
* | Moved eminline and related files into /src/osd since it's system related (nw) |  Miodrag Milanovic | 2014-04-16 | 1 | -2/+2 |
* | megacd.c: Convert to device_gfx_interface, use device finders, cleanups [Alex... |  Alex W. Jackson | 2014-04-08 | 1 | -0/+5 |
* | Cleanups and version bumpmame0153 |  Miodrag Milanovic | 2014-04-07 | 1 | -13/+13 |
* | (MESS) fixed 32x_scd configuration. nw. |  Fabio Priuli | 2014-04-02 | 1 | -0/+4 |
* | Renamed Genesis VDP to Sega 315-5313 and moved it to emu/video/. nw. |  Fabio Priuli | 2014-03-30 | 1 | -9/+9 |
* | (MESS) moved megadrive add-ons to appropriate place + cleaned up classes |  Fabio Priuli | 2014-03-30 | 1 | -13/+113 |
* | (MESS) megavdp: simplified DMA 'lag' handling, reducing the need of |  Fabio Priuli | 2014-03-29 | 1 | -40/+31 |
* | (MESS) 32x: replaced direct references to 32x inside the MD VDP with |  Fabio Priuli | 2014-03-29 | 1 | -0/+33 |
* | stop SMS VDP timers in systems that don't need them. nw. |  Fabio Priuli | 2014-03-28 | 1 | -0/+2 |
* | Moved core template container classes up from emutempl.h to coretmpl.h: |  Aaron Giles | 2014-03-11 | 1 | -5/+3 |
* | Checkpoint: gfx_elements now have a pointer to a palette_device (which is not... |  Alex W. Jackson | 2014-03-11 | 1 | -12/+1 |
* | Moved rest of console slot devices to bus folder (nw) |  Miodrag Milanovic | 2014-03-10 | 1 | -67/+2 |
* | Huge update, palette is now device (nw) |  Miodrag Milanovic | 2014-02-27 | 1 | -0/+4 |
* | Created gfxdecode_device instead of using machine fixed gfxdecode [Miodrag M... |  Miodrag Milanovic | 2014-02-16 | 1 | -0/+13 |
* | Converted SN76496 ready to DEVCB2 [smf] |  smf- | 2014-02-11 | 1 | -8/+0 |
* | (MESS) megadriv.c: added a newer BIOS (v1.05) for Pioneer LaserActive Jpn |  Fabio Priuli | 2014-01-28 | 1 | -2/+11 |
* | Cleanups and version bumpmame0150 |  Miodrag Milanovic | 2013-09-17 | 1 | -1/+0 |
* | moved sega pico out of megadriv.c and into segapico.c, it really has nothing ... |  David Haywood | 2013-08-11 | 1 | -305/+1 |
* | (MESS) megadriv: added some more pirate games recently dumped, including |  Fabio Priuli | 2013-06-09 | 1 | -0/+1 |
* | (MESS) marked Game Boy, Game Boy Color, Game Boy Advance, Game Gear, Intelliv... |  Fabio Priuli | 2013-06-08 | 1 | -3/+3 |
* | (MESS) megadriv: emulated protection for 16 Mahjong Tiles II [Fabio Priuli] |  Fabio Priuli | 2013-06-06 | 1 | -0/+1 |
* | Moved default card config, device inputs and clock off the slot interface so ... |  smf- | 2013-05-29 | 1 | -4/+4 |
* | megacda wants to be pal to boot. nw. |  Fabio Priuli | 2013-05-24 | 1 | -1/+1 |
* | typos (nw) |  Miodrag Milanovic | 2013-04-18 | 1 | -2/+2 |
* | more cleanup (nw) |  Miodrag Milanovic | 2013-04-14 | 1 | -3/+3 |
* | few more that I have missed (nw) |  Miodrag Milanovic | 2013-04-14 | 1 | -3/+3 |
* | changed machine().device("maincpu") with m_maincpu in mess tree part (nw) |  Miodrag Milanovic | 2013-04-10 | 1 | -9/+9 |
* | shot in the dark in the hope to fix Haze's problems... |  Fabio Priuli | 2013-04-09 | 1 | -0/+1 |
* | Cleanups and version bumpmame0148u3 |  Miodrag Milanovic | 2013-04-09 | 1 | -11/+11 |
* | (MESS) megadriv.c: fixed input-related crash in 32x and segacd, due to latest... |  Fabio Priuli | 2013-03-28 | 1 | -2/+30 |
* | megadriv: reducing input tag lookups. nw. |  Fabio Priuli | 2013-03-26 | 1 | -26/+52 |
* | and some more megadriv modernization (nw) |  Miodrag Milanovic | 2013-03-25 | 1 | -24/+24 |
* | some more megadriv modernization (nw) |  Miodrag Milanovic | 2013-03-25 | 1 | -70/+55 |
* | some megadriv modernization (nw) |  Miodrag Milanovic | 2013-03-25 | 1 | -15/+15 |
* | (MESS) megadriv.c: Attempt to properly emulate protection in Sould Edge vs Sa... |  Fabio Priuli | 2013-03-24 | 1 | -1/+1 |
* | removed a (now) redundant .h file too. nw. |  Fabio Priuli | 2013-03-23 | 1 | -1/+31 |
* | clean up. nw. |  Fabio Priuli | 2013-03-23 | 1 | -2/+2 |