summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/sdk86.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Added serial printer, renamed centronics printer to match. Standardised the c... smf-2014-04-161-8/+8
* i8279_device: converted to devcb2 (nw) Ivan Vangelista2014-04-081-12/+6
* Rewritten 6850 based on datasheet using external CLOCK & removed MIDI clock h... smf-2014-02-211-14/+13
* Converted i8251 to DEVCB2 [smf] smf-2014-02-151-17/+15
* created src\emu\bus\rs232 & src\emu\bus\midi directories and separated rs232 ... smf-2014-02-151-6/+5
* 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-2/+4
* converted serial & rs232 devices to devcb2 [smf] smf-2013-12-201-10/+1
* (MESS) Added copyright info - feel free to update as needed Robbbert2013-10-161-0/+2
* Cleanups and version bumpmame0149 Miodrag Milanovic2013-06-111-4/+4
* Moved default card config, device inputs and clock off the slot interface so ... smf-2013-05-291-1/+2
* (MESS) sdk86: Added serial terminal. [Curt Coder] Curt Coder2013-05-211-12/+59
* changed machine().device("maincpu") with m_maincpu in mess tree part (nw) Miodrag Milanovic2013-04-101-1/+3
* unified formating of state class constructors, no functional change (nw) Miodrag Milanovic2013-04-101-2/+1
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-13/+13
* Merge of MESS sources (no whatsnew) Miodrag Milanovic2012-08-211-0/+174