summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/isa/sb16.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/isa/sb16.cpp')
-rw-r--r--src/devices/bus/isa/sb16.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/isa/sb16.cpp b/src/devices/bus/isa/sb16.cpp
index f820f707adb..1c8a9cda8c0 100644
--- a/src/devices/bus/isa/sb16.cpp
+++ b/src/devices/bus/isa/sb16.cpp
@@ -16,7 +16,7 @@ const device_type ISA16_SB16 = device_creator<sb16_lle_device>;
READ8_MEMBER( sb16_lle_device::dsp_data_r )
{
- if(!space.debugger_access())
+ if(!machine().side_effect_disabled())
m_data_in = false;
return m_in_byte;