diff options
author | 2013-06-30 18:00:34 +0000 | |
---|---|---|
committer | 2013-06-30 18:00:34 +0000 | |
commit | 285531623a23f472ba093fe4a2e828c6e8d011bc (patch) | |
tree | d5d00549fc0652d05f90ba9b940183dd1ef8bc0c /src/emu/machine/mos6551.c | |
parent | a46daa5a15e840ffc542a501a935ed276bcc83dd (diff) |
diserial: add attotime and clock-div forms of set_rate and rename check_for_start to rx_w (nw)
debugqt: don't hide cursor while in debugger (nw)
(mess) ibmpc: xt floppies for the xt (nw)
Diffstat (limited to 'src/emu/machine/mos6551.c')
-rw-r--r-- | src/emu/machine/mos6551.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/machine/mos6551.c b/src/emu/machine/mos6551.c index d43e1112477..caa800644c7 100644 --- a/src/emu/machine/mos6551.c +++ b/src/emu/machine/mos6551.c @@ -354,7 +354,7 @@ void mos6551_device::set_rxc(int clock) WRITE_LINE_MEMBER( mos6551_device::rxd_w ) { - check_for_start(state); + device_serial_interface::rx_w(state); } |