| Commit message (Expand) | Author | Age | Files | Lines |
| * | Cleanups and version bumpmame0152 |  Miodrag Milanovic | 2013-12-24 | 28 | -1042/+1037 |
| * | removed comments, pretty sure this isn't hooked up to econet (nw) |  smf- | 2013-12-23 | 1 | -2/+2 |
| * | compile fix (nw) |  Miodrag Milanovic | 2013-12-23 | 1 | -1/+0 |
| * | replaced read netin/dtr1/cts2 callbacks in ZX8302 with write handlers, which ... |  smf- | 2013-12-23 | 1 | -3/+1 |
| * | removed removed unused rxd callback from MC6854 (this also appears to be most... |  smf- | 2013-12-23 | 1 | -2/+1 |
| * | removed unused rxd callback from MC6852 (which is only a skeleton) [smf] |  smf- | 2013-12-23 | 1 | -3/+0 |
| * | removed unused rxd callback from mos6551 and made devcb2 consistent with othe... |  smf- | 2013-12-23 | 13 | -22/+37 |
| * | reduced dependency clutter in c64 expansion port & c128 driver. [smf] |  smf- | 2013-12-23 | 1 | -0/+3 |
| * | replaced read rx callback in IM6402 with a write handler, which allows multip... |  smf- | 2013-12-23 | 3 | -3/+3 |
| * | replaced read rx callback in MC2661 with a write handler, which allows multip... |  smf- | 2013-12-22 | 2 | -10/+3 |
| * | use MCFG_TIMER_DRIVER_ADD_PERIODIC for tape timer (nw) |  smf- | 2013-12-22 | 1 | -5/+8 |
| * | replaced read rx callback in Z80DART (and clones) with a write handler, which... |  smf- | 2013-12-22 | 31 | -124/+235 |
| * | (mess) mega Soviet clone patch [shattered] |  cracyc | 2013-12-22 | 6 | -484/+1368 |
| * | replaced read rx callback in MC68901 with a write handler, which allows multi... |  smf- | 2013-12-22 | 2 | -5/+9 |
| * | replaced read rx/cts/dcd callbacks in I8251 with write handlers, which allows... |  smf- | 2013-12-22 | 33 | -143/+74 |
| * | replaced read rx/cts/dcd callbacks in ACIA6850 write write handlers, which al... |  smf- | 2013-12-22 | 16 | -124/+37 |
| * | Added Signetics 8X300 microcontroller core, updated Wicat driver to use |  mahlemiut | 2013-12-21 | 1 | -7/+25 |
| * | (MESS) jtc.c: Moved driver state into the driver file (nw) |  Wilbert Pol | 2013-12-20 | 1 | -1/+84 |
| * | (MESS) rainbow: Clang compile fix. (nw) |  Curt Coder | 2013-12-20 | 1 | -1/+1 |
| * | (MESS) trs80m2: Cleanup. (nw) |  Curt Coder | 2013-12-20 | 1 | -3/+0 |
| * | small clean up of serial devices (nw) |  smf- | 2013-12-20 | 2 | -2/+2 |
| * | (MESS) Rainbow 100 updates: [Bavarese] |  R. Belmont | 2013-12-20 | 1 | -145/+470 |
| * | converted serial & rs232 devices to devcb2 [smf] |  smf- | 2013-12-20 | 56 | -1104/+617 |
| * | Removed support for static config from slots and converted the two devices us... |  smf- | 2013-12-19 | 2 | -13/+11 |
| * | MCFG_MODIFY_DEVICE(DEVICE_SELF) is no longer required in machine configs used... |  smf- | 2013-12-18 | 1 | -1/+0 |
| * | uses device_mconfig_additions() to add ata slots, which allows you to just ad... |  smf- | 2013-12-17 | 1 | -7/+5 |
| * | (MESS) add placeholders for 3 new skeletons [Team Europe] |  Robbbert | 2013-12-17 | 1 | -0/+24 |
| * | (MESS) pt68k4 : more roms |  Robbbert | 2013-12-17 | 1 | -0/+6 |
| * | wicat: Added bus error details, can now finish the memory test. |  mahlemiut | 2013-12-17 | 1 | -1/+3 |
| * | Uses MCFG_SLOT_DEFAULT_OPTION instead of MCFG_DEVICE_SLOT_INTERFACE where onl... |  smf- | 2013-12-16 | 2 | -5/+5 |
| * | (MESS) a6809 : fixed video. |  Robbbert | 2013-12-16 | 1 | -33/+113 |
| * | wicat: Hooked up CRTC and DMA on terminal board. There is now a basic displa... |  mahlemiut | 2013-12-16 | 1 | -11/+104 |
| * | a2600.c: Reimplemented FE mapper. Fixes decathlon; partial fix for MT05345. |  Wilbert Pol | 2013-12-15 | 1 | -31/+45 |
| * | (MESS) v6809 : last bits |  Robbbert | 2013-12-15 | 1 | -8/+23 |
| * | (MESS) v6809 : added rtc |  Robbbert | 2013-12-15 | 1 | -4/+18 |
| * | (MESS) v6809 : added fdc |  Robbbert | 2013-12-15 | 1 | -6/+44 |
| * | wicat: added a timer to the terminal board, and fixed a silly error in the IO... |  mahlemiut | 2013-12-14 | 1 | -3/+51 |
| * | wicat: Got the main board to start sending data to the terminal board. |  mahlemiut | 2013-12-14 | 1 | -25/+72 |
| * | (MESS) v6809 : added some devices |  Robbbert | 2013-12-12 | 1 | -48/+106 |
| * | (MESS) itt3030: correct blanking status bits, fixes long wait at startup (nw) |  R. Belmont | 2013-12-12 | 1 | -1/+13 |
| * | moved cpc_exp_cards and cpcplus_exp_cards from .h to .c (nw) |  smf- | 2013-12-11 | 1 | -0/+13 |
| * | (MESS) ti99_8: Included the Pascal ROM and made the Pascal subsystem |  Michael Zapf | 2013-12-11 | 1 | -0/+11 |
| * | moved nes_cart from .h to .c (nw) |  smf- | 2013-12-11 | 1 | -0/+343 |
| * | (MESS) ivg09 : added fdc and some extra unused roms |  Robbbert | 2013-12-11 | 1 | -5/+41 |
| * | (MESS) ivg09 : added 2nd pia, beeper. Fixed video bug. |  Robbbert | 2013-12-11 | 1 | -20/+62 |
| * | (MESS) ti99: Fix problems with BwG disk controller; will now correctly |  Michael Zapf | 2013-12-11 | 2 | -3/+3 |
| * | (MESS) tavernie : split info separate systems: cpu09 and ivg09 |  Robbbert | 2013-12-11 | 1 | -28/+66 |
| * | (MESS) itt3030: preliminary keyboard matrix hookup, fixed text drawing [R. Be... |  R. Belmont | 2013-12-11 | 1 | -11/+137 |
| * | wicat: separated out the 5 serial port interfaces (no whatsnew) |  mahlemiut | 2013-12-10 | 1 | -9/+45 |
| * | (MESS) tavernie : connected up cassette and timer chip |  Robbbert | 2013-12-10 | 2 | -17/+38 |