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