summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/bus/s100
Commit message (Expand)AuthorAgeFilesLines
* Added serial printer, renamed centronics printer to match. Standardised the c... smf-2014-04-161-8/+8
* Cleaned up devcb2 usage. (nw) Curt Coder2014-03-171-2/+2
* wd_fdc: Refactored to use devcb2 callbacks. [Curt Coder] Curt Coder2014-03-162-8/+6
* (MESS) s100: devcb2. (nw) Curt Coder2014-03-144-248/+217
* changed destructors to prevent crash on exit (nw) Miodrag Milanovic2014-03-121-0/+1
* Rewritten 6850 based on datasheet using external CLOCK & removed MIDI clock h... smf-2014-02-211-1/+3
* created src\emu\bus\rs232 & src\emu\bus\midi directories and separated rs232 ... smf-2014-02-152-26/+25
* 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
* reduce dependency mak files by 130k (nw) smf-2013-12-291-9/+0
* converted serial & rs232 devices to devcb2 [smf] smf-2013-12-201-44/+22
* (MESS) Used soft_reset(). (nw) Curt Coder2013-11-171-1/+1
* (MESS) s100: Moved under emu/bus. (nw) Curt Coder2013-10-2014-0/+2714