summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/sage2.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* upd765: Refactored to use devcb2 callbacks. [Curt Coder] Curt Coder2014-03-171-4/+2
* Converted PIT8253 to DEVCB2 [smf] smf-2014-02-231-49/+16
* Converted i8251 to DEVCB2 [smf] smf-2014-02-151-54/+28
* created src\emu\bus\rs232 & src\emu\bus\midi directories and separated rs232 ... smf-2014-02-151-10/+11
* fix crash on startup (nw) smf-2014-02-101-0/+2
* Centronics WIP using write lines and DEVCB2. Added an output latch and input ... smf-2014-02-091-28/+43
* Changed parity & stop bits to an enum (you can now pass in 1.5). I've updated... smf-2014-01-131-2/+4
* Changed serial terminal to use separate data bits/parity and stop bit setting... smf-2014-01-081-2/+4
* replaced read rx/cts/dcd callbacks in I8251 with write handlers, which allows... smf-2013-12-221-4/+6
* converted serial & rs232 devices to devcb2 [smf] smf-2013-12-201-29/+2
* License tags. (nw) Curt Coder2013-10-161-0/+2
* small MACHINE_RESET cleanup Oliver Stöneberg2013-08-051-4/+0
* (MESS) sage2: Removed unnecessary ROM patch. (nw) Curt Coder2013-07-271-13/+0
* Modernized the PIT8253 device. [Fabio Priuli] Fabio Priuli2013-06-031-6/+6
* Moved default card config, device inputs and clock off the slot interface so ... smf-2013-05-291-4/+5
* (MESS) sage2: Refactored serial terminal to connect thru an RS-232 port. [Cur... Curt Coder2013-05-181-26/+48
* pic8259.c: Switched to devcb2. (nw) Wilbert Pol2013-05-151-8/+1
* pic8259.c: Continue modernization. (nw) Wilbert Pol2013-05-141-1/+1
* Removal of machine().root_device() where appropriate (nw) Miodrag Milanovic2013-04-141-2/+2
* Modernized the MOS6526, MOS6560, MOS7360, MOS6581, CBM IEC, and IEEE-488 devi... Curt Coder2013-02-121-18/+1
* Cleanups and version bumpmame0148u1 Miodrag Milanovic2013-02-111-1/+1
* (MESS) Used modern accessors for i8259. (nw) Curt Coder2013-02-021-9/+9
* (MESS) Tagmap lookup cleanup. (nw) Curt Coder2013-01-271-3/+3
* (MESS) Reduced tagmap abuse. (nw) Curt Coder2013-01-241-30/+34
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-31/+31
* (MESS) sf7000: Fixed floppy. [Curt Coder] Curt Coder2012-12-091-1/+0
* (MESS) Removed unnecessary includes, and fixed a floppy bug. (nw) Curt Coder2012-12-091-2/+2
* sed1310: Cleanup. (nw) Curt Coder2012-11-221-7/+2
* (mess) upd765: Modernize [O. Galibert] Olivier Galibert2012-10-101-39/+28
* Since nobody checks for NULLs anyway, make Aaron Giles2012-09-191-2/+2
* Merge of MESS sources (no whatsnew) Miodrag Milanovic2012-08-211-0/+675