summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/bus/rs232
Commit message (Expand)AuthorAgeFilesLines
* devcv2 -> devcb (nw) Miodrag Milanovic2014-05-141-15/+15
* fixed usage of uninitialized member in microsoft_mouse_device (nw) Oliver Stöneberg2014-04-241-0/+1
* (mess) x68k: remove trampolines and fix keyboard (nw) cracyc2014-04-211-0/+1
* Added serial printer, renamed centronics printer to match. Standardised the c... smf-2014-04-1611-281/+533
* bitbanger_device: converted to devcb2 (nw) Ivan Vangelista2014-04-151-9/+5
* (mess) ser_mouse: make msft mouse work again (nw) cracyc2014-04-151-3/+1
* (MESS) Serial Keyboard : If clock is specified, it becomes the initial baud r... Robbbert2014-04-142-26/+43
* fixed startup order issue introduced in r28777 [smf] smf-2014-04-071-1/+1
* added hack for startup order issues (nw) smf-2014-04-062-3/+29
* oops, it was this I meant to commit (nw) smf-2014-04-061-1/+1
* added RS232 loopback [smf] smf-2014-04-063-1/+44
* (MESS) Moved teleprinter back to mess/machine. (nw) Curt Coder2014-04-012-284/+0
* i8251: Fixed DSR status bit. (nw) Curt Coder2014-03-211-0/+2
* Hooked up dtr/rts/rxc to serial port & introduced the etc pin to rs232 (pin 2... smf-2014-03-192-1/+9
* (MESS) Moved the remaining slot interfaces to emu/bus. (nw) Curt Coder2014-03-172-0/+284
* Rewritten 6551 emulation. Changed clock to be the o2 clock instead of the bau... smf-2014-03-171-1/+1
* Removed diserial connect(). Converted thomson, mc1502 & wangpc to use DEVCB2 ... smf-2014-02-243-3/+0
* added a space before : (nw) smf-2014-02-231-1/+1
* Added hack for required_device not being set until device_start(), it would b... smf-2014-02-232-4/+4
* Converted i8251 to DEVCB2 [smf] smf-2014-02-151-2/+2
* created src\emu\bus\rs232 & src\emu\bus\midi directories and separated rs232 ... smf-2014-02-1510-0/+1037