summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess (follow)
Commit message (Expand)AuthorAgeFilesLines
* (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-207-254/+676
* converted serial & rs232 devices to devcb2 [smf] smf-2013-12-2064-1282/+742
* (MESS) bbc : added back the cursor Robbbert2013-12-191-2/+2
* Removed support for static config from slots and converted the two devices us... smf-2013-12-196-86/+41
* 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-172-0/+27
* (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) ti99: Fixed TI floppy disk controller. [Michael Zapf] Michael Zapf2013-12-121-3/+3
* (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
* (MESS) ti99: Fixing the TI floppy controller; still issues. (nw) Michael Zapf2013-12-112-90/+134
* moved cpc_exp_cards and cpcplus_exp_cards from .h to .c (nw) smf-2013-12-112-12/+15
* (MESS) ti99: Resolve READY in device_config_complete. (nw) Michael Zapf2013-12-112-5/+13
* (MESS) ti99_8: Included the Pascal ROM and made the Pascal subsystem Michael Zapf2013-12-114-84/+179
* moved nes_cart from .h to .c (nw) smf-2013-12-112-343/+344
* (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-118-142/+375
* (MESS) tavernie : split info separate systems: cpu09 and ivg09 Robbbert2013-12-114-29/+83
* (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
* wicat: fix error when attaching a serial terminal to an RS232 port. (no whats... mahlemiut2013-12-101-0/+1
* (MESS) tavernie : added devices for CPU09 board, disconnected IVG09 parts for... Robbbert2013-12-091-26/+119
* fix Clang? compile (nw) R. Belmont2013-12-091-1/+13
* wicat: fixed unused field, substituting INS2651s with MC2661s (they seem to b... mahlemiut2013-12-091-28/+69
* wicat: added terminal board components (except for the unemulated INS2651 UAR... mahlemiut2013-12-081-21/+211
* (MESS) New not-working driver [Robbbert] Robbbert2013-12-083-1/+209
* (MESS) Microkit09 : added the missing keys, modified notes. Robbbert2013-12-081-6/+30
* (MESS) Checkpoint (nw) R. Belmont2013-12-081-1/+39
* (MESS) New Working system [Robbbert] Robbbert2013-12-084-1/+239
* (MESS) New System Drivers Supported R. Belmont2013-12-072-0/+20
* wicat: added the VIA, RTC and the 7 UARTs. mahlemiut2013-12-071-19/+144
* (MESS) fix typo (nw) R. Belmont2013-12-061-2/+2
* compile fix (unused variable) (nw) Miodrag Milanovic2013-12-061-1/+1
* wicat: Made it start to boot. Added LEDs, these blink, but little else happe... mahlemiut2013-12-063-13/+105