| Commit message (Expand) | Author | Age | Files | Lines |
* | Cleanups and version bumpmame0153 |  Miodrag Milanovic | 2014-04-07 | 1 | -2/+2 |
* | (MESS) nc.c: fixed nvram in the nc200. nw. |  Fabio Priuli | 2014-04-05 | 1 | -0/+2 |
* | (MESS) modernized friskyt and micronic nvram. nw. |  Fabio Priuli | 2014-04-04 | 1 | -1/+1 |
* | (MESS) modernized nvram for clcd.c, lisa.c and nc.c. nw. |  Fabio Priuli | 2014-04-03 | 1 | -20/+3 |
* | some more cleanup (nw) |  Miodrag Milanovic | 2014-03-24 | 1 | -2/+1 |
* | rp5c01.c: converted to devcb2 (nw) |  Ivan Vangelista | 2014-03-19 | 1 | -7/+2 |
* | upd765: Refactored to use devcb2 callbacks. [Curt Coder] |  Curt Coder | 2014-03-17 | 1 | -4/+2 |
* | Made palette settings for screen explicit and mandatory for ind16 mode (nw) |  Miodrag Milanovic | 2014-03-14 | 1 | -0/+1 |
* | MCFG_DEVICE_REMOVE("palette") replaced with proper MCFG_PALETTE_MODIFY (nw) |  Miodrag Milanovic | 2014-03-07 | 1 | -2/+2 |
* | Huge update, palette is now device (nw) |  Miodrag Milanovic | 2014-02-27 | 1 | -2/+7 |
* | Rewritten 6850 based on datasheet using external CLOCK & removed MIDI clock h... |  smf- | 2014-02-21 | 1 | -26/+16 |
* | Converted i8251 to DEVCB2 [smf] |  smf- | 2014-02-15 | 1 | -29/+12 |
* | Centronics WIP using write lines and DEVCB2. Added an output latch and input ... |  smf- | 2014-02-09 | 1 | -35/+21 |
* | replaced read rx/cts/dcd callbacks in I8251 with write handlers, which allows... |  smf- | 2013-12-22 | 1 | -4/+0 |
* | Replaced hack code for saving nc200 ram with legacy nvram saving, you can now... |  smf- | 2013-11-01 | 1 | -91/+15 |
* | Fixed the MC146818 modernisation so that local/utc & whether a century is sto... |  smf- | 2013-11-01 | 1 | -1/+1 |
* | moved centronics into emu/bus (nw) |  Miodrag Milanovic | 2013-10-23 | 1 | -1/+1 |
* | (MESS) New System Drivers Supported: |  Curt Coder | 2013-09-19 | 1 | -0/+7 |
* | Moved default card config, device inputs and clock off the slot interface so ... |  smf- | 2013-05-29 | 1 | -2/+2 |
* | made BEEP and RAM devices initialize in constructor of driver classes (nw) |  Miodrag Milanovic | 2013-04-23 | 1 | -11/+11 |
* | small machine().root_device() cleanup (nw) |  Miodrag Milanovic | 2013-04-18 | 1 | -2/+2 |
* | moving some static functions in driver state for MESS drivers plus some other... |  Miodrag Milanovic | 2013-04-18 | 1 | -138/+123 |
* | various cpu lookup cleanup (nw) |  Miodrag Milanovic | 2013-04-15 | 1 | -3/+3 |
* | Removal of machine().root_device() where appropriate (nw) |  Miodrag Milanovic | 2013-04-14 | 1 | -1/+1 |
* | cleanup (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 | -1/+1 |
* | Modernized the beep and taitosnd devices. [Andrew Gardner] |  Andrew Gardner | 2013-03-06 | 1 | -5/+5 |
* | Getting rid of DEVICE_IMAGE_START (nw) |  Wilbert Pol | 2013-02-06 | 1 | -4/+3 |
* | Started moving DEVICE_IMAGE_ functions into driver_device classes. (nw) |  Wilbert Pol | 2013-02-05 | 1 | -3/+3 |
* | machine_notify_delegate modernization (nw) |  Miodrag Milanovic | 2013-02-04 | 1 | -16/+10 |
* | (MESS) read same value from file as was written in src/mess/drivers/nc.c (nw) |  Oliver Stöneberg | 2013-02-01 | 1 | -3/+3 |
* | (MESS) avoid usage of uninitialized memory in nc.c (MT05130) [Oliver Stöneberg] |  Oliver Stöneberg | 2013-01-28 | 1 | -1/+2 |
* | Cleanups and version bumpmame0148 |  Miodrag Milanovic | 2013-01-11 | 1 | -174/+174 |
* | (MESS) Removed unnecessary includes, and fixed a floppy bug. (nw) |  Curt Coder | 2012-12-09 | 1 | -2/+0 |
* | (mess) upd765: Modernize [O. Galibert] |  Olivier Galibert | 2012-10-10 | 1 | -27/+16 |
* | Replace some *_DEVICE_HANDLER with _MEMBER calls in MESS section (no whatsnew) |  Miodrag Milanovic | 2012-10-03 | 1 | -48/+42 |
* | TIMER_CALLBACK_DEVICE_MEMBER modernization part 1 (no whatsnew) |  Miodrag Milanovic | 2012-09-25 | 1 | -11/+10 |
* | modernization or timer callbacks part 2 (no whatsnew) |  Miodrag Milanovic | 2012-09-24 | 1 | -12/+11 |
* | Since nobody checks for NULLs anyway, make |  Aaron Giles | 2012-09-19 | 1 | -1/+1 |
* | Modernized screen update calls (no whatsnew) |  Miodrag Milanovic | 2012-09-17 | 1 | -1/+1 |
* | Memory handler normalization, part 2. Change legacy |  Aaron Giles | 2012-09-17 | 1 | -7/+7 |
* | Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... |  Miodrag Milanovic | 2012-09-13 | 1 | -42/+34 |
* | Get rid of devtag_reset macro. |  Aaron Giles | 2012-09-12 | 1 | -1/+1 |
* | Closeout on old macros. Retired cputag_set_input_line |  Aaron Giles | 2012-09-12 | 1 | -3/+3 |
* | Add safe_pc() and safe_pcbase() methods to device_t. |  Aaron Giles | 2012-09-11 | 1 | -3/+3 |
* | Merge of MESS sources (no whatsnew) |  Miodrag Milanovic | 2012-08-21 | 1 | -0/+1742 |