| Commit message (Expand) | Author | Age | Files | Lines |
* | move mess into mame (nw) |  Miodrag Milanovic | 2015-09-30 | 1 | -767/+0 |
* | svi318: add some floppy disk images to the softlist |  Dirk Best | 2015-06-03 | 1 | -1/+0 |
* | svi318: updated to use the new wd fdc. floppy support has been restored, |  Dirk Best | 2015-06-03 | 1 | -40/+16 |
* | We cannot relicense files for which we have not yet received responses (nw) |  balr0g | 2015-05-28 | 1 | -1/+1 |
* | update licenses for : Tony La Porta, Sean Young, Mathis Rosenhauer, Paul Prie... |  Miodrag Milanovic | 2015-05-15 | 1 | -1/+1 |
* | Synced other dirs withs driver license for MESS (nw) |  Miodrag Milanovic | 2015-05-13 | 1 | -1/+1 |
* | Added dummy license lines to each file for MESS (nw) |  Miodrag Milanovic | 2015-05-07 | 1 | -0/+2 |
* | cleanup in mess section (nw) |  Miodrag Milanovic | 2015-04-19 | 1 | -2/+2 |
* | Replace dynamic_array with std::vector [O. Galibert] |  Olivier Galibert | 2015-04-14 | 1 | -3/+3 |
* | There is no implicit conversion to char* in std::string (nw) |  Miodrag Milanovic | 2015-04-12 | 1 | -1/+1 |
* | Cleanups and version bumpmame0155 |  Miodrag Milanovic | 2014-10-15 | 1 | -8/+8 |
* | (MESS) consolidated generic socket / cartslot a bit more: removed |  Fabio Priuli | 2014-09-22 | 1 | -1/+1 |
* | (MESS) svi318.c: cleaned up the driver and added support for save states. [Fa... |  Fabio Priuli | 2014-09-22 | 1 | -49/+57 |
* | second round of svi318.c cleanup (with some tagmap reduction too). nw. |  Fabio Priuli | 2014-09-21 | 1 | -102/+111 |
* | first round of svi318.c cleanup (with some tagmap reduction too). nw. |  Fabio Priuli | 2014-09-21 | 1 | -139/+95 |
* | more generic slots + some cleanups & some tagmap reductions. nw. |  Fabio Priuli | 2014-09-20 | 1 | -45/+27 |
* | wd17xx: Cleanup. (nw) |  Curt Coder | 2014-05-12 | 1 | -5/+0 |
* | wd17xx: devcb2. (nw) |  Curt Coder | 2014-05-12 | 1 | -1/+0 |
* | wd17xx: devcb2. (nw) |  Curt Coder | 2014-05-12 | 1 | -2/+0 |
* | ins8250_device: converted to devcb2 (nw) |  Ivan Vangelista | 2014-05-07 | 1 | -20/+0 |
* | mc6845: converted to devcb2, delegates and inline configs. nw. |  Fabio Priuli | 2014-05-01 | 1 | -4/+3 |
* | converted i8255 to devcb2. nw. |  Fabio Priuli | 2014-04-17 | 1 | -10/+0 |
* | Cleanups and version bumpmame0153 |  Miodrag Milanovic | 2014-04-07 | 1 | -2/+2 |
* | modernized access for legacy floppy, quite straight forward thing (nw) |  Miodrag Milanovic | 2014-04-02 | 1 | -1/+1 |
* | legacy wd17xx is now also a modern device (nw) |  Miodrag Milanovic | 2014-03-18 | 1 | -22/+18 |
* | Fixed all bitmap.palette() users to use m_palette instead (nw) |  Miodrag Milanovic | 2014-03-15 | 1 | -1/+1 |
* | Huge update, palette is now device (nw) |  Miodrag Milanovic | 2014-02-27 | 1 | -2/+2 |
* | Converted palette_t and palette_client to classes. General palette.c |  Aaron Giles | 2014-02-18 | 1 | -1/+1 |
* | Centronics WIP using write lines and DEVCB2. Added an output latch and input ... |  smf- | 2014-02-09 | 1 | -3/+8 |
* | converted z80 to c++ [smf] |  smf- | 2014-01-21 | 1 | -1/+1 |
* | moving some static functions in driver state for MESS drivers plus some other... |  Miodrag Milanovic | 2013-04-18 | 1 | -10/+8 |
* | various cpu lookup cleanup (nw) |  Miodrag Milanovic | 2013-04-15 | 1 | -1/+2 |
* | Getting rid of DEVICE_IMAGE_START (nw) |  Wilbert Pol | 2013-02-06 | 1 | -23/+12 |
* | Started moving DEVICE_IMAGE_ functions into driver_device classes. (nw) |  Wilbert Pol | 2013-02-05 | 1 | -6/+5 |
* | (MESS) svi318.c: Cleanups (nw) |  Wilbert Pol | 2013-01-24 | 1 | -111/+90 |
* | output of new srcclean changes that are relatively small [smf] |  smf- | 2013-01-11 | 1 | -1/+0 |
* | Cleanups and version bumpmame0148 |  Miodrag Milanovic | 2013-01-11 | 1 | -83/+83 |
* | Replace some *_DEVICE_HANDLER with _MEMBER calls in MESS section (no whatsnew) |  Miodrag Milanovic | 2012-10-03 | 1 | -32/+27 |
* | change from device->machine() to space.machine() in device handlers in order ... |  Miodrag Milanovic | 2012-09-21 | 1 | -10/+10 |
* | Memory handler normalization, part 1. |  Aaron Giles | 2012-09-17 | 1 | -8/+8 |
* | Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... |  Miodrag Milanovic | 2012-09-13 | 1 | -16/+14 |
* | Clear out remaining global inlines in diexec.h. |  Aaron Giles | 2012-09-12 | 1 | -1/+1 |
* | Closeout on old macros. Retired cputag_set_input_line |  Aaron Giles | 2012-09-12 | 1 | -2/+2 |
* | Merge of MESS sources (no whatsnew) |  Miodrag Milanovic | 2012-08-21 | 1 | -0/+915 |