summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/ti99_peb/spchsyn.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/ti99_peb/spchsyn.cpp')
-rw-r--r--src/devices/bus/ti99_peb/spchsyn.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/bus/ti99_peb/spchsyn.cpp b/src/devices/bus/ti99_peb/spchsyn.cpp
index 1a0ce1483e9..d1995bd0033 100644
--- a/src/devices/bus/ti99_peb/spchsyn.cpp
+++ b/src/devices/bus/ti99_peb/spchsyn.cpp
@@ -47,7 +47,7 @@ ti_speech_synthesizer_device::ti_speech_synthesizer_device(const machine_config
READ8Z_MEMBER( ti_speech_synthesizer_device::readz )
{
- if (space.debugger_access()) return;
+ if (machine().side_effect_disabled()) return;
if (m_sbe)
{
@@ -66,7 +66,7 @@ READ8Z_MEMBER( ti_speech_synthesizer_device::readz )
*/
WRITE8_MEMBER( ti_speech_synthesizer_device::write )
{
- if (space.debugger_access()) return;
+ if (machine().side_effect_disabled()) return;
if (m_sbe)
{