summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/superslave.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* z80dart: converted to use devcb2. nw. Fabio Priuli2014-04-291-58/+16
* z80pio: converted to use devcb2. nw. Fabio Priuli2014-04-291-17/+3
* Added serial printer, renamed centronics printer to match. Standardised the c... smf-2014-04-161-8/+8
* Rewritten 6850 based on datasheet using external CLOCK & removed MIDI clock h... smf-2014-02-211-3/+8
* created src\emu\bus\rs232 & src\emu\bus\midi directories and separated rs232 ... smf-2014-02-151-24/+24
* 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 callback in Z80DART (and clones) with a write handler, which... smf-2013-12-221-6/+14
* converted serial & rs232 devices to devcb2 [smf] smf-2013-12-201-59/+16
* License tags. (nw) Curt Coder2013-10-161-0/+2
* small MACHINE_RESET cleanup Oliver Stöneberg2013-08-051-4/+0
* Cleanups and version bumpmame0149 Miodrag Milanovic2013-06-111-11/+11
* com8116: devcb2. (nw) Curt Coder2013-06-101-10/+1
* (MESS) superslv: Fixed regression. (nw) Curt Coder2013-06-021-4/+4
* Moved default card config, device inputs and clock off the slot interface so ... smf-2013-05-291-4/+5
* z80dart: Merged in uPD7201 and modernized the interface. [Curt Coder] Curt Coder2013-05-271-6/+6
* (MESS) superslave: Refactored serial terminal to connect to an RS-232 port. [... Curt Coder2013-05-201-34/+367
* (MESS) Superslave : connected to terminal Robbbert2013-02-101-4/+51
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-1/+1
* (MESS) Added skeleton drivers for: Curt Coder2012-11-201-0/+123