summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/isbc.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* i8089: channel priorities [Carl] cracyc2014-03-121-10/+36
* Converted PIT8253 to DEVCB2 [smf] smf-2014-02-231-40/+17
* Converted i8251 to DEVCB2 [smf] smf-2014-02-151-22/+15
* created src\emu\bus\rs232 & src\emu\bus\midi directories and separated rs232 ... smf-2014-02-151-20/+19
* Centronics WIP using write lines and DEVCB2. Added an output latch and input ... smf-2014-02-091-35/+33
* Changed parity & stop bits to an enum (you can now pass in 1.5). I've updated... smf-2014-01-131-4/+8
* converted to use RS232 port instead of hard coded to using serial terminal [smf] smf-2014-01-111-61/+57
* i8089: fix small bugs (nw) cracyc2014-01-101-1/+1
* removed unused variables (nw) smf-2014-01-091-2/+0
* Changed serial terminal to use separate data bits/parity and stop bit setting... smf-2014-01-081-4/+8
* fixed some binding errors not caught by -validate (nw) smf-2014-01-011-1/+6
* z80dart: add priority and irq vector for 8274 (nw) cracyc2013-12-291-1/+8
* Cleanups and version bumpmame0152 Miodrag Milanovic2013-12-241-3/+3
* replaced read rx callback in Z80DART (and clones) with a write handler, which... smf-2013-12-221-4/+12
* (mess) mega Soviet clone patch [shattered] cracyc2013-12-221-3/+8
* replaced read rx/cts/dcd callbacks in I8251 with write handlers, which allows... smf-2013-12-221-3/+1
* converted serial & rs232 devices to devcb2 [smf] smf-2013-12-201-10/+4
* (mess) isbc: add isbx-218a floppy controller [Carl] cracyc2013-11-201-1/+6
* (mess) isbc: bit more checkpoint (nw) cracyc2013-11-111-6/+69
* (mess) isbc: 7E1 (nw) cracyc2013-11-101-1/+1
* (mess) isbc: checkpoint, isbc2861 starts to output (nw) cracyc2013-11-101-56/+176
* (MESS) Added copyright info - feel free to update as needed Robbbert2013-10-161-0/+2
* i286: repurpose unneeded static config as a20 line callback (nw) cracyc2013-06-151-4/+0
* (mess) fix these too (nw) cracyc2013-04-091-0/+2
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-1/+0
* removed local macros since macros with same name but different syntax will be... Miodrag Milanovic2012-09-121-2/+1
* Merge of MESS sources (no whatsnew) Miodrag Milanovic2012-08-211-0/+198