summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/bus/rs232
Commit message (Expand)AuthorAgeFilesLines
* lot more changes and fixes (nw) Miodrag Milanovic2015-05-1314-28/+28
* did change for smf (nw) Miodrag Milanovic2015-05-122-2/+2
* Added known authors to licenses tags (nw) Miodrag Milanovic2015-05-092-2/+2
* Added dummy license headers for EMU section (nw) Miodrag Milanovic2015-05-0714-0/+28
* save: Give the device when available to the state save subsystem [O. Galibert] Olivier Galibert2015-02-141-1/+1
* let's try with a different approach that does not require to add a new macro ... etabeta782015-01-102-10/+10
* ioport: added a PORT_DEVICE flag to identify inputs of any kind which are etabeta782015-01-092-10/+10
* Cleanups and version bumpmame0155 Miodrag Milanovic2014-10-151-2/+2
* Beatmania IIDX Twinkle hardware: The IDE DMA is now hooked up, but the sound ... smf-2014-10-122-0/+190
* NS8250 Fixes [smf] smf-2014-09-173-42/+52
* Added save state to keyboard.c, rs232/keyboard.c, and i8251.c (nw) Wilbert Pol2014-07-291-2/+4
* rs232/terminal.c: Let's also call generic_terminal_device::device_start... (nw) Wilbert Pol2014-07-281-0/+1
* fixed usage onf uninitialized member in serial_keyboard_device (nw) Oliver Stöneberg2014-07-281-0/+2
* 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