diff options
Diffstat (limited to 'src/devices/machine/hdc92x4.cpp')
| -rw-r--r-- | src/devices/machine/hdc92x4.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/devices/machine/hdc92x4.cpp b/src/devices/machine/hdc92x4.cpp index dc2e2a0070c..d9cdf3a48b8 100644 --- a/src/devices/machine/hdc92x4.cpp +++ b/src/devices/machine/hdc92x4.cpp @@ -1912,9 +1912,9 @@ bool hdc92x4_device::found_mark(int state) if (using_floppy()) { if (state == SEARCH_IDAM) - { - ismark = (m_live_state.shift_reg == (fm_mode() ? 0xf57e : 0x4489)); - } + { + ismark = (m_live_state.shift_reg == (fm_mode() ? 0xf57e : 0x4489)); + } else { // f56a 1x1x |
