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/imagedev/midiout.h | |
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/imagedev/midiout.h')
-rw-r--r-- | src/emu/imagedev/midiout.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/imagedev/midiout.h b/src/emu/imagedev/midiout.h index 8ebb9aa4317..36e02ce7d1f 100644 --- a/src/emu/imagedev/midiout.h +++ b/src/emu/imagedev/midiout.h @@ -47,7 +47,7 @@ public: virtual bool core_opens_image_file() const { return FALSE; } virtual const option_guide *create_option_guide() const { return NULL; } - virtual void tx(UINT8 state) { check_for_start(state); } + virtual void tx(UINT8 state) { rx_w(state); } protected: // device-level overrides |