summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/bus/s100
Commit message (Collapse)AuthorAgeFilesLines
* Added serial printer, renamed centronics printer to match. Standardised the ↵ smf-2014-04-161-8/+8
| | | | configuration of rs232 devices. All serial devices are now connected using an rs232 port. [smf]
* 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 ↵ smf-2014-02-211-1/+3
| | | | hacks. Standardised COM8116 DEVCB2 callbacks. GUS gf1_device device derives from acia6850_device to gain access to the tx & rx irq state, rather than exposing it with a public method. [smf]
* created src\emu\bus\rs232 & src\emu\bus\midi directories and separated rs232 ↵ smf-2014-02-152-26/+25
| | | | and midi devices, changed h89 to use an rs232 port to communicate with the serial terminal to instead of connecting it directly. [smf]
* Changed parity & stop bits to an enum (you can now pass in 1.5). I've ↵ smf-2014-01-131-2/+4
| | | | updated the uarts that were testing for 1.5 stop bits to pass that in, but there are probably others & 1.5 stop bits is converted to 2 by diserial. However the 68681 requires stop bits to be specified in clocks, so this will change in the future. Replaced synchronous flag with start bit count, as some uarts can use a start bit in synchronous mode & that whether there is a start bit is all the flag is currently controlling. Updated rs232 terminal to allow startbits, stop bits 1.5 to be specified (although that is currently not supported by diserial) and individual transmit and receive baud rates. [smf]
* Changed serial terminal to use separate data bits/parity and stop bit ↵ smf-2014-01-081-2/+4
| | | | settings to allow more diversity.
* 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