diff options
| author | 2015-11-25 08:22:24 +0100 | |
|---|---|---|
| committer | 2015-11-25 08:22:24 +0100 | |
| commit | 0825ce4f3b8eaab42e3682f7d01d97ce6ea0416d (patch) | |
| tree | 24de29ca8cbba68740ec8cd26f15209f19c2bf0b /src/devices/machine/hdc92x4.cpp | |
| parent | d1d8a66ab196156ab22ba1059d714cd040b44ab6 (diff) | |
Cleanups and version bumpmame0168
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 |
