| Commit message (Expand) | Author | Age | Files | Lines |
* | Modernized i8271 device.(nw) |  Ivan Vangelista | 2014-01-18 | 1 | -13/+9 |
* | (MESS) BBC Micro keyboard LED's: [Nigel Barnes] |  Fabio Priuli | 2014-01-06 | 1 | -3/+8 |
* | BBC Micro keyboard updates/fixes: [Nigel Barnes] |  Fabio Priuli | 2014-01-05 | 1 | -42/+6 |
* | Modernized upd7002 device. (nw) |  Ivan Vangelista | 2014-01-04 | 1 | -4/+3 |
* | removed runtime via device lookups, removed ca1, cb1, ca2, cb2 callbacks from... |  smf- | 2014-01-01 | 1 | -49/+24 |
* | Convert VIA6522 to use DEVCB2 [smf] |  smf- | 2013-12-31 | 1 | -40/+5 |
* | replaced read rx/cts/dcd callbacks in ACIA6850 write write handlers, which al... |  smf- | 2013-12-22 | 1 | -6/+30 |
* | Cleanups and version bumpmame0151 |  Miodrag Milanovic | 2013-11-05 | 1 | -4/+4 |
* | Modernized mc6854 device.(nw) |  Ivan Vangelista | 2013-11-04 | 1 | -8/+4 |
* | (MESS) BBC Micro updates / fixes: [Nigel Barnes] |  Fabio Priuli | 2013-10-28 | 1 | -167/+198 |
* | moved centronics into emu/bus (nw) |  Miodrag Milanovic | 2013-10-23 | 1 | -1/+1 |
* | small MACHINE_RESET cleanup |  Oliver Stöneberg | 2013-08-05 | 1 | -1/+1 |
* | Cleanups and version bumpmame0149 |  Miodrag Milanovic | 2013-06-11 | 1 | -3/+3 |
* | (MESS) Added RS-232 ports to several drivers. [Curt Coder] |  Curt Coder | 2013-05-21 | 1 | -7/+27 |
* | (MESS) bbc.c: Changed cts signals a bit. (nw) |  Wilbert Pol | 2013-04-28 | 1 | -2/+2 |
* | (MESS) bbc.c: Hooking up some more serial processor features. Cassette saving... |  Wilbert Pol | 2013-04-28 | 1 | -46/+149 |
* | serproc bit 6 switches between cassette and rs423. (nw) |  Wilbert Pol | 2013-04-26 | 1 | -12/+12 |
* | Documentation (nw) |  Wilbert Pol | 2013-04-25 | 1 | -1/+7 |
* | (MESS) bbc.c: Fixed cassette loading. [Wilbert Pol] |  Wilbert Pol | 2013-04-25 | 1 | -14/+38 |
* | small machine().root_device() cleanup (nw) |  Miodrag Milanovic | 2013-04-18 | 1 | -1/+1 |
* | moving some static functions in driver state for MESS drivers plus some other... |  Miodrag Milanovic | 2013-04-18 | 1 | -66/+60 |
* | (MESS) cassette cleanup (nw) |  Miodrag Milanovic | 2013-04-17 | 1 | -4/+3 |
* | various cpu lookup cleanup (nw) |  Miodrag Milanovic | 2013-04-15 | 1 | -1/+1 |
* | Removal of machine().root_device() where appropriate (nw) |  Miodrag Milanovic | 2013-04-14 | 1 | -10/+10 |
* | changed machine().device("maincpu") with m_maincpu in mess tree part (nw) |  Miodrag Milanovic | 2013-04-10 | 1 | -1/+1 |
* | (MESS) bbc.c: Reduce tagmap lookups (nw) |  Wilbert Pol | 2013-02-10 | 1 | -46/+46 |
* | (MESS) bbc.c: Some tagmap lookup reduction. (nw) |  Wilbert Pol | 2013-02-08 | 1 | -58/+58 |
* | 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 | -1/+0 |
* | Cleanups and version bumpmame0148 |  Miodrag Milanovic | 2013-01-11 | 1 | -40/+40 |
* | bbc: Fix another collateral damage of the acia irq fix [O. Galibert] |  Olivier Galibert | 2013-01-03 | 1 | -1/+1 |
* | Replace some *_DEVICE_HANDLER with _MEMBER calls in MESS section (no whatsnew) |  Miodrag Milanovic | 2012-10-03 | 1 | -106/+98 |
* | modernization or timer callbacks part 2 (no whatsnew) |  Miodrag Milanovic | 2012-09-24 | 1 | -33/+32 |
* | change from device->machine() to space.machine() in device handlers in order ... |  Miodrag Milanovic | 2012-09-21 | 1 | -6/+6 |
* | Since nobody checks for NULLs anyway, make |  Aaron Giles | 2012-09-19 | 1 | -3/+3 |
* | INTERRUPT_GEN -> INTERRUPT_GEN_MEMBER for MESS part (no whatsnew) |  Miodrag Milanovic | 2012-09-18 | 1 | -16/+14 |
* | Memory handler normalization, part 1. |  Aaron Giles | 2012-09-17 | 1 | -47/+45 |
* | Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... |  Miodrag Milanovic | 2012-09-13 | 1 | -66/+59 |
* | 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 | -1/+1 |
* | Add safe_pc() and safe_pcbase() methods to device_t. |  Aaron Giles | 2012-09-11 | 1 | -2/+2 |
* | Continuing new device implementation for SN76496 and clones - bbc.c, mycom.c,... |  Scott Stone | 2012-09-05 | 1 | -2/+2 |
* | Merge of MESS sources (no whatsnew) |  Miodrag Milanovic | 2012-08-21 | 1 | -0/+2136 |