| Commit message (Expand) | Author | Age | Files | Lines |
* | Huge update, palette is now device (nw) |  Miodrag Milanovic | 2014-02-27 | 1 | -4/+4 |
* | x68k fix (nw) |  Miodrag Milanovic | 2014-02-17 | 1 | -0/+1 |
* | Created gfxdecode_device instead of using machine fixed gfxdecode [Miodrag M... |  Miodrag Milanovic | 2014-02-16 | 1 | -1/+1 |
* | created src\emu\bus\rs232 & src\emu\bus\midi directories and separated rs232 ... |  smf- | 2014-02-15 | 1 | -1/+1 |
* | Removed MC68901 polling for gpio bits. [smf] |  smf- | 2013-12-29 | 1 | -15/+9 |
* | Converted x68000 keyboard into a separate serial device. This allows the remo... |  smf- | 2013-12-28 | 1 | -380/+18 |
* | removed some more unused mfp code (nw) |  smf- | 2013-12-27 | 1 | -3/+0 |
* | fixed wrong tag name (nw) |  smf- | 2013-12-27 | 1 | -3/+3 |
* | simplified x68k RP5C15 hookup (nw) |  smf- | 2013-12-27 | 1 | -34/+4 |
* | removed mfp_init() and the variables it sets as they aren't used. keyboard re... |  smf- | 2013-12-26 | 1 | -13/+0 |
* | removed unused code & variables (nw) |  smf- | 2013-12-26 | 1 | -363/+0 |
* | replaced read rx callback in MC68901 with a write handler, which allows multi... |  smf- | 2013-12-22 | 1 | -1/+0 |
* | diserial: Remove defines, cleanup clocks/timers, add sync support [O. Galibert] |  Olivier Galibert | 2013-11-18 | 1 | -2/+1 |
* | dim_dsk: add modern support [Carl] |  cracyc | 2013-10-14 | 1 | -1/+19 |
* | Last batch of updates regarding commented out code, forgotten during past dev... |  Ivan Vangelista | 2013-09-07 | 1 | -2/+2 |
* | Moved default card config, device inputs and clock off the slot interface so ... |  smf- | 2013-05-29 | 1 | -5/+5 |
* | MESS anonymous timers this time. (nw) |  Andrew Gardner | 2013-05-23 | 1 | -20/+81 |
* | made BEEP and RAM devices initialize in constructor of driver classes (nw) |  Miodrag Milanovic | 2013-04-23 | 1 | -9/+9 |
* | few more removed (nw) |  Miodrag Milanovic | 2013-04-19 | 1 | -1/+1 |
* | moving some static functions in driver state for MESS drivers plus some other... |  Miodrag Milanovic | 2013-04-18 | 1 | -14/+12 |
* | various cpu lookup cleanup (nw) |  Miodrag Milanovic | 2013-04-15 | 1 | -5/+5 |
* | various cpu lookup cleanup (nw) |  Miodrag Milanovic | 2013-04-15 | 1 | -9/+4 |
* | Removal of machine().root_device() where appropriate (nw) |  Miodrag Milanovic | 2013-04-14 | 1 | -22/+22 |
* | cleanup (nw) |  Miodrag Milanovic | 2013-04-14 | 1 | -8/+8 |
* | changed machine().device("maincpu") with m_maincpu in mess tree part (nw) |  Miodrag Milanovic | 2013-04-10 | 1 | -22/+22 |
* | Modernized CRT, okim6285, and ZSG2 devices. [Andrew Gardner] |  Andrew Gardner | 2013-03-13 | 1 | -13/+13 |
* | IRQ_CALLBACK modernization part 2, this should give some speed to pc drivers ... |  Miodrag Milanovic | 2013-01-31 | 1 | -15/+13 |
* | output of new srcclean changes that are relatively small [smf] |  smf- | 2013-01-11 | 1 | -3/+0 |
* | Cleanups and version bumpmame0148 |  Miodrag Milanovic | 2013-01-11 | 1 | -310/+310 |
* | (MESS) Removed unnecessary includes, and fixed a floppy bug. (nw) |  Curt Coder | 2012-12-09 | 1 | -3/+0 |
* | sed1310: Cleanup. (nw) |  Curt Coder | 2012-11-22 | 1 | -9/+7 |
* | Created a base class delegate_common_base for all delegate |  Aaron Giles | 2012-10-14 | 1 | -10/+5 |
* | (mess) upd765: Modernize [O. Galibert] |  Olivier Galibert | 2012-10-10 | 1 | -127/+94 |
* | srcclean (nw) |  Curt Coder | 2012-10-07 | 1 | -1/+1 |
* | ups (nw) |  Miodrag Milanovic | 2012-10-03 | 1 | -2/+2 |
* | modernization and cleanup of x68k (no whatsnew) |  Miodrag Milanovic | 2012-10-03 | 1 | -425/+389 |
* | Replace some *_DEVICE_HANDLER with _MEMBER calls in MESS section (no whatsnew) |  Miodrag Milanovic | 2012-10-03 | 1 | -90/+80 |
* | modernization or timer callbacks part 2 (no whatsnew) |  Miodrag Milanovic | 2012-09-24 | 1 | -112/+101 |
* | change from device->machine() to space.machine() in device handlers in order ... |  Miodrag Milanovic | 2012-09-21 | 1 | -14/+14 |
* | Since nobody checks for NULLs anyway, make |  Aaron Giles | 2012-09-19 | 1 | -2/+2 |
* | INTERRUPT_GEN -> INTERRUPT_GEN_MEMBER for MESS part (no whatsnew) |  Miodrag Milanovic | 2012-09-18 | 1 | -9/+9 |
* | 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 | -101/+101 |
* | Memory handler normalization, part 1. |  Aaron Giles | 2012-09-17 | 1 | -11/+11 |
* | Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... |  Miodrag Milanovic | 2012-09-13 | 1 | -61/+58 |
* | 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 | -24/+24 |
* | Add safe_pc() and safe_pcbase() methods to device_t. |  Aaron Giles | 2012-09-11 | 1 | -5/+5 |
* | added missing \n to remaining fatalerror() calls (no whatsnew) |  Oliver Stöneberg | 2012-09-09 | 1 | -1/+1 |
* | Split out callbacks from scsibus_device into scscb_device, eventually this wi... |  smf- | 2012-09-06 | 1 | -7/+3 |