summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/machine/orion.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/machine/orion.c')
-rw-r--r--src/mess/machine/orion.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mess/machine/orion.c b/src/mess/machine/orion.c
index 8b45ab024f0..545f3ae2894 100644
--- a/src/mess/machine/orion.c
+++ b/src/mess/machine/orion.c
@@ -172,7 +172,7 @@ WRITE8_MEMBER(orion_state::orion_disk_control_w)
m_fdc->set_floppy(floppy);
floppy->mon_w(0);
- floppy->ss_w(((data & 0x10) >> 4) ^ 1);
+ floppy->ss_w(((data & 0x10) >> 4) ^ 1);
}
READ8_MEMBER(orion_state::orion128_floppy_r)