summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/wicat.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* (MESS) wicat: CRTC WIP. (nw) Curt Coder2014-04-301-1/+9
* i8275: Replaced with new implementation. (nw) Curt Coder2014-04-301-5/+5
* am9517a_device: converted to devcb2 (nw) Ivan Vangelista2014-04-291-14/+6
* m68000 callbacks to delegates (nw) Miodrag Milanovic2014-04-221-2/+2
* mm58274c: updated to use inline configs. nw. Fabio Priuli2014-04-141-7/+3
* i8275x: Delegated. (nw) Curt Coder2014-04-041-6/+5
* i8275x: Cleanup. (nw) Curt Coder2014-04-021-1/+3
* i8275x: devcb2 cleanup. (nw) Curt Coder2014-04-021-1/+2
* mc2661: devcb2. (nw) Curt Coder2014-04-011-139/+59
* Removed pseudo-palettes from video/generic.c. All drivers that were using the... Alex W. Jackson2014-03-131-3/+7
* im6402: devcb2. (nw) Curt Coder2014-03-011-11/+2
* Removed diserial connect(). Converted thomson, mc1502 & wangpc to use DEVCB2 ... smf-2014-02-241-1/+1
* created src\emu\bus\rs232 & src\emu\bus\midi directories and separated rs232 ... smf-2014-02-151-64/+64
* wicat: Switched the terminal to use the more recent code, and fixed and issue... mahlemiut2014-01-111-16/+21
* wicat: changed tag for the 8X300, since it's part of the WD1000, and adding l... mahlemiut2014-01-031-2/+34
* wicat: added else. (no whatsnew) mahlemiut2014-01-031-1/+1
* wicat: Got it passing the VIA test. Needs a trampoline to do so, but is not ... mahlemiut2014-01-031-4/+23
* Removed port read handlers from wicat as they just return what was written [smf] smf-2014-01-021-14/+0
* wicat: switched to modern wd_fdc. mahlemiut2014-01-021-11/+11
* wicat: Hooked up FD1795, but still cannot convince the system to even attempt... mahlemiut2014-01-021-21/+97
* handler -> member Robbbert2013-12-311-4/+4
* Convert VIA6522 to use DEVCB2 [smf] smf-2013-12-311-18/+6
* wicat: added Backspace key, because that is kinda useful. :) (no whatsnew) mahlemiut2013-12-301-0/+1
* wicat: added very basic keyboard handling. Mostly for testing right now, but... mahlemiut2013-12-301-12/+70
* wicat: WIP checkpoint (no whatsnew) mahlemiut2013-12-291-16/+150
* Cleanups and version bumpmame0152 Miodrag Milanovic2013-12-241-1/+1
* replaced read rx callback in IM6402 with a write handler, which allows multip... smf-2013-12-231-1/+0
* replaced read rx callback in MC2661 with a write handler, which allows multip... smf-2013-12-221-9/+0
* Added Signetics 8X300 microcontroller core, updated Wicat driver to use mahlemiut2013-12-211-7/+25
* converted serial & rs232 devices to devcb2 [smf] smf-2013-12-201-50/+29
* wicat: Added bus error details, can now finish the memory test. mahlemiut2013-12-171-1/+3
* wicat: Hooked up CRTC and DMA on terminal board. There is now a basic displa... mahlemiut2013-12-161-11/+104
* 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
* wicat: separated out the 5 serial port interfaces (no whatsnew) mahlemiut2013-12-101-9/+45
* wicat: fix error when attaching a serial terminal to an RS232 port. (no whats... mahlemiut2013-12-101-0/+1
* 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
* wicat: added the VIA, RTC and the 7 UARTs. mahlemiut2013-12-071-19/+144
* wicat: Made it start to boot. Added LEDs, these blink, but little else happe... mahlemiut2013-12-061-13/+69
* uppercase Robbbert2013-11-041-1/+1
* (MESS) Added copyright info - feel free to update as needed Robbbert2013-10-161-0/+2
* (MESS) New skeleton [Al Kossow, Robbbert] Robbbert2013-09-011-0/+143