| Commit message (Expand) | Author | Age | Files | Lines |
| * | move mess into mame (nw) |  Miodrag Milanovic | 2015-09-30 | 1 | -915/+0 |
| * | change flags from GAME_ to MACHINE_ |  David Haywood | 2015-07-29 | 1 | -7/+7 |
| * | mmm pi |  hap | 2014-11-29 | 1 | -1/+1 |
| * | Use the same list of centronics devices everywhere (except the Amstrad CPC), ... |  smf- | 2014-10-28 | 1 | -1/+1 |
| * | (MESS) gamegear: added preliminary emulation of the Master Gear Adapter |  Fabio Priuli | 2014-10-12 | 1 | -1/+0 |
| * | (MESS) reducing sega8 slot interface duplication. nw. |  Fabio Priuli | 2014-10-12 | 1 | -13/+0 |
| * | (MESS) consolidation + cleanup, part1. nw. |  Fabio Priuli | 2014-09-28 | 1 | -15/+15 |
| * | (MESS) analogous multisession fix to other systems suffering for the |  Fabio Priuli | 2014-09-23 | 1 | -0/+6 |
| * | Cleanups and version bump |  Miodrag Milanovic | 2014-07-22 | 1 | -1/+1 |
| * | cassette config moved inline (nw) |  Miodrag Milanovic | 2014-05-02 | 1 | -14/+8 |
| * | Cleanup of image device interfaces (nw) |  Miodrag Milanovic | 2014-05-02 | 1 | -2/+1 |
| * | (MESS) sc3000: Added cartridge and cassette software lists. [Curt Coder, Anna... |  Curt Coder | 2014-04-23 | 1 | -1/+3 |
| * | tms9928a_device: converted to devcb2 (nw) |  Ivan Vangelista | 2014-04-17 | 1 | -9/+9 |
| * | converted i8255 to devcb2. nw. |  Fabio Priuli | 2014-04-17 | 1 | -25/+17 |
| * | Added serial printer, renamed centronics printer to match. Standardised the c... |  smf- | 2014-04-16 | 1 | -1/+1 |
| * | Small bit mask bug-fix in blind faith fashion, nw |  Angelo Salese | 2014-03-16 | 1 | -1/+1 |
| * | Moved rest of console slot devices to bus folder (nw) |  Miodrag Milanovic | 2014-03-10 | 1 | -1/+1 |
| * | Converted i8251 to DEVCB2 [smf] |  smf- | 2014-02-15 | 1 | -20/+10 |
| * | created src\emu\bus\rs232 & src\emu\bus\midi directories and separated rs232 ... |  smf- | 2014-02-15 | 1 | -5/+6 |
| * | Converted SN76496 ready to DEVCB2 [smf] |  smf- | 2014-02-11 | 1 | -12/+3 |
| * | fix crash on startup (nw) |  smf- | 2014-02-10 | 1 | -0/+4 |
| * | Centronics WIP using write lines and DEVCB2. Added an output latch and input ... |  smf- | 2014-02-09 | 1 | -4/+11 |
| * | replaced read rx/cts/dcd callbacks in I8251 with write handlers, which allows... |  smf- | 2013-12-22 | 1 | -2/+3 |
| * | converted serial & rs232 devices to devcb2 [smf] |  smf- | 2013-12-20 | 1 | -14/+1 |
| * | License tags. (nw) |  Curt Coder | 2013-10-16 | 1 | -0/+2 |
| * | small MACHINE_RESET cleanup |  Oliver Stöneberg | 2013-08-05 | 1 | -4/+0 |
| * | Created new device_video_interface. Right now its sole purpose is to |  Aaron Giles | 2013-07-24 | 1 | -1/+0 |
| * | Cleanups and version bumpmame0149 |  Miodrag Milanovic | 2013-06-11 | 1 | -1/+1 |
| * | Moved default card config, device inputs and clock off the slot interface so ... |  smf- | 2013-05-29 | 1 | -5/+5 |
| * | (MESS) sg1000: fixed RAM in a few games and added support for the Othello PCB... |  Fabio Priuli | 2013-05-27 | 1 | -0/+1 |
| * | (MESS) sg1000: added emulation of the Card Catcher passthrough cart. [Fabio P... |  Fabio Priuli | 2013-05-24 | 1 | -0/+1 |
| * | (MESS) sg1000: converted the driver to use the new sega 8bit cart slot. [Fabi... |  Fabio Priuli | 2013-05-24 | 1 | -373/+45 |
| * | MESS anonymous timers this time. (nw) |  Andrew Gardner | 2013-05-23 | 1 | -2/+15 |
| * | (MESS) Added RS-232 ports to several drivers. [Curt Coder] |  Curt Coder | 2013-05-20 | 1 | -5/+34 |
| * | (MESS) cassette cleanup (nw) |  Miodrag Milanovic | 2013-04-17 | 1 | -2/+2 |
| * | more cleanup (nw) |  Miodrag Milanovic | 2013-04-14 | 1 | -13/+7 |
| * | Started moving DEVICE_IMAGE_ functions into driver_device classes. (nw) |  Wilbert Pol | 2013-02-05 | 1 | -6/+6 |
| * | (MESS) Input fixes. (nw) |  Curt Coder | 2013-01-31 | 1 | -10/+24 |
| * | (MESS) Tagmap lookup cleanup. (nw) |  Curt Coder | 2013-01-28 | 1 | -14/+14 |
| * | Cleanups and version bumpmame0148 |  Miodrag Milanovic | 2013-01-11 | 1 | -96/+96 |
| * | Cleanups and version bumpmame0147u4 |  Miodrag Milanovic | 2012-12-17 | 1 | -2/+2 |
| * | [SG1000] MSVC fix (nw) |  Nathan Woods | 2012-12-10 | 1 | -1/+1 |
| * | (MESS) sf7000: Fixed floppy. [Curt Coder] |  Curt Coder | 2012-12-09 | 1 | -23/+13 |
| * | sed1310: Cleanup. (nw) |  Curt Coder | 2012-11-22 | 1 | -6/+1 |
| * | (MESS) Fixed bw12, tandy2k, nanos, specpls3 and sf7000 regressions. (nw) |  Sandro Ronco | 2012-10-28 | 1 | -2/+1 |
| * | (mess) upd765: Modernize [O. Galibert] |  Olivier Galibert | 2012-10-10 | 1 | -40/+15 |
| * | Minor cleanup (no whatsnew) |  Miodrag Milanovic | 2012-10-03 | 1 | -1/+1 |
| * | Replace some *_DEVICE_HANDLER with _MEMBER calls in MESS section (no whatsnew) |  Miodrag Milanovic | 2012-10-03 | 1 | -8/+6 |
| * | Removed _new from name of modern device (no whatsnew) |  Miodrag Milanovic | 2012-10-02 | 1 | -8/+8 |
| * | modernization or timer callbacks part 2 (no whatsnew) |  Miodrag Milanovic | 2012-09-24 | 1 | -6/+6 |