| Commit message (Expand) | Author | Age | Files | Lines |
* | Moved eminline and related files into /src/osd since it's system related (nw) |  Miodrag Milanovic | 2014-04-16 | 1 | -1/+1 |
* | Added serial printer, renamed centronics printer to match. Standardised the c... |  smf- | 2014-04-16 | 1 | -1/+1 |
* | Cleanups and version bumpmame0153 |  Miodrag Milanovic | 2014-04-07 | 1 | -23/+23 |
* | mc6846_device: converted to devcb2 (nw) |  Ivan Vangelista | 2014-03-26 | 1 | -69/+0 |
* | Fix for Thomson MO6 banking, now more faithful to the hardware [Antoine Mine] |  Miodrag Milanovic | 2014-03-25 | 1 | -31/+55 |
* | mea8000: devcb2. (nw) |  Curt Coder | 2014-03-19 | 1 | -4/+0 |
* | MESS part of ATTR_PRINTF review (nw) |  Oliver Stöneberg | 2014-02-25 | 1 | -1/+1 |
* | Removed diserial connect(). Converted thomson, mc1502 & wangpc to use DEVCB2 ... |  smf- | 2014-02-24 | 1 | -75/+59 |
* | Rewritten 6850 based on datasheet using external CLOCK & removed MIDI clock h... |  smf- | 2014-02-21 | 1 | -19/+27 |
* | Centronics WIP using write lines and DEVCB2. Added an output latch and input ... |  smf- | 2014-02-09 | 1 | -35/+31 |
* | Converted PIA6821 to DEVCB2 [smf] |  smf- | 2014-01-06 | 1 | -257/+23 |
* | replaced read rx/cts/dcd callbacks in ACIA6850 write write handlers, which al... |  smf- | 2013-12-22 | 1 | -10/+1 |
* | diserial: Remove defines, cleanup clocks/timers, add sync support [O. Galibert] |  Olivier Galibert | 2013-11-18 | 1 | -8/+8 |
* | moved centronics into emu/bus (nw) |  Miodrag Milanovic | 2013-10-23 | 1 | -1/+1 |
* | Modernized mc6846 device.(nw) |  Ivan Vangelista | 2013-10-19 | 1 | -10/+10 |
* | small MACHINE_RESET cleanup |  Oliver Stöneberg | 2013-08-05 | 1 | -1/+1 |
* | Fixes for building MESS with Visual Studio 2013 preview [smf] |  smf- | 2013-07-05 | 1 | -4/+4 |
* | Fix device duplicated name/descriptions (nw) |  Miodrag Milanovic | 2013-06-21 | 1 | -1/+1 |
* | changed rest of devices (except cpu cores) to have shortname and sourcefile (nw) |  Miodrag Milanovic | 2013-06-21 | 1 | -1/+1 |
* | (MESS) modernized MEA 8000 sound device. [Fabio Priuli] |  Fabio Priuli | 2013-06-02 | 1 | -2/+2 |
* | (MESS) to8/to8d: forgot 2 other banks; only now the driver displays 512K agai... |  Wilbert Pol | 2013-05-22 | 1 | -2/+6 |
* | (MESS) to8/to8d: Fixed support for 256K RAM; should hopefully fix MT#5160. (nw) |  Wilbert Pol | 2013-05-22 | 1 | -1/+9 |
* | save state cleanup, converted state_save_register_global* into save_item/save... |  Miodrag Milanovic | 2013-05-08 | 1 | -12/+12 |
* | midtunit modernization and some cleanup (nw) |  Miodrag Milanovic | 2013-05-08 | 1 | -4/+4 |
* | updated not used code (nw) |  Miodrag Milanovic | 2013-04-18 | 1 | -4/+4 |
* | moving some static functions in driver state for MESS drivers plus some other... |  Miodrag Milanovic | 2013-04-18 | 1 | -5/+5 |
* | Removal of machine().root_device() where appropriate (nw) |  Miodrag Milanovic | 2013-04-14 | 1 | -1/+1 |
* | (MESS) changed logging to use machine().describe_context(). (nw) |  smf- | 2013-04-13 | 1 | -13/+13 |
* | Cleanups and version bumpmame0148u2 |  Miodrag Milanovic | 2013-03-19 | 1 | -5/+5 |
* | (MESS) thomson.c: Started moving a few things into the driver data. (nw) |  Wilbert Pol | 2013-02-24 | 1 | -1920/+1751 |
* | (MESS) fixed thomson.c softlist cart loading (nw) |  Oliver Stöneberg | 2013-02-09 | 1 | -10/+38 |
* | Started moving DEVICE_IMAGE_ functions into driver_device classes. (nw) |  Wilbert Pol | 2013-02-05 | 1 | -2/+2 |
* | output of new srcclean changes that are relatively small [smf] |  smf- | 2013-01-11 | 1 | -16/+0 |
* | Cleanups and version bumpmame0148 |  Miodrag Milanovic | 2013-01-11 | 1 | -283/+283 |
* | change from device->machine() to space.machine() in device handlers in order ... |  Miodrag Milanovic | 2012-09-21 | 1 | -87/+87 |
* | Since nobody checks for NULLs anyway, make |  Aaron Giles | 2012-09-19 | 1 | -12/+12 |
* | Memory handler normalization, part 2. Change legacy |  Aaron Giles | 2012-09-17 | 1 | -193/+193 |
* | Memory handler normalization, part 1. |  Aaron Giles | 2012-09-17 | 1 | -19/+19 |
* | Clean-ups and version bumpmame0147 |  Miodrag Milanovic | 2012-09-17 | 1 | -1/+1 |
* | Enum and union normalization. |  Aaron Giles | 2012-09-16 | 1 | -2/+2 |
* | Closeout on old macros. Retired cputag_set_input_line |  Aaron Giles | 2012-09-12 | 1 | -4/+4 |
* | Add safe_pc() and safe_pcbase() methods to device_t. |  Aaron Giles | 2012-09-11 | 1 | -46/+46 |
* | Merge of MESS sources (no whatsnew) |  Miodrag Milanovic | 2012-08-21 | 1 | -0/+5466 |