summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/machine/terminal.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* created src\emu\bus\rs232 & src\emu\bus\midi directories and separated rs232 ... smf-2014-02-151-597/+0
* Changed parity & stop bits to an enum (you can now pass in 1.5). I've updated... smf-2014-01-131-16/+46
* call set_data_frame() before calling set_rcv_rate() as otherwise it acccesses... smf-2014-01-101-1/+1
* fixed order of parameters to set_data_frame() in r27006 (nw) smf-2014-01-081-1/+1
* Changed serial terminal to use separate data bits/parity and stop bit setting... smf-2014-01-081-41/+45
* (mess) diserial: double half cycle freq and add timer callbacks to terminal a... cracyc2013-11-191-5/+5
* diserial: Remove defines, cleanup clocks/timers, add sync support [O. Galibert] Olivier Galibert2013-11-181-5/+5
* changed rest of devices (except cpu cores) to have shortname and sourcefile (nw) Miodrag Milanovic2013-06-211-1/+1
* (mess) qx10kbd: update to use z80dart (nw) cracyc2013-05-281-1/+4
* (MESS) Serial keyboard and terminal have same options (nw) Robbbert2013-05-271-0/+1
* mpz80: Fixed terminal. [Curt Coder] Curt Coder2013-05-201-1/+6
* com8116: Fixed frequency divisors. [Curt Coder] Curt Coder2013-05-171-10/+12
* Expanded device_t constructor with parameters for short name and source file ... Miodrag Milanovic2013-03-261-4/+3
* (MESS) use memmove() in generic_terminal_device::scroll_line() and teleprinte... Oliver Stöneberg2013-02-161-1/+1
* fixed unfixed uninitialized variables in src/mess/machine/terminal.c (nw) Oliver Stöneberg2013-02-151-0/+1
* Cleanups and version bumpmame0148u1 Miodrag Milanovic2013-02-111-4/+4
* (MESS) Tagmap lookup cleanup. (nw) Curt Coder2013-01-271-4/+8
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-9/+9
* First pass at modernizing struct definitions. Aaron Giles2012-09-151-2/+2
* Merge of MESS sources (no whatsnew) Miodrag Milanovic2012-08-211-0/+548