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 e64d2501849..8365b6a3b0c 100644
--- a/src/mame/drivers/xor100.cpp
+++ b/src/mame/drivers/xor100.cpp
@@ -184,7 +184,7 @@ READ8_MEMBER( xor100_state::fdc_wait_r )
*/
- if (!machine().debugger_access())
+ if (!space.debugger_access())
{
if (!m_fdc_irq && !m_fdc_drq)
{