summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/xor100.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/xor100.cpp')
-rw-r--r--src/mame/drivers/xor100.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/xor100.cpp b/src/mame/drivers/xor100.cpp
index 330c21da49f..aa75582599e 100644
--- a/src/mame/drivers/xor100.cpp
+++ b/src/mame/drivers/xor100.cpp
@@ -190,7 +190,7 @@ READ8_MEMBER( xor100_state::fdc_wait_r )
*/
- if (!machine().side_effect_disabled())
+ if (!machine().side_effects_disabled())
{
if (!m_fdc_irq && !m_fdc_drq)
{