summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/interpro.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/interpro.cpp')
-rw-r--r--src/mame/drivers/interpro.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/interpro.cpp b/src/mame/drivers/interpro.cpp
index dfcd73e612c..ee65b1e6bb8 100644
--- a/src/mame/drivers/interpro.cpp
+++ b/src/mame/drivers/interpro.cpp
@@ -269,7 +269,7 @@ READ16_MEMBER(interpro_state::sreg_error_r)
const u16 result = m_sreg_error;
// clear error register on read
- if (!machine().side_effect_disabled())
+ if (!machine().side_effects_disabled())
m_sreg_error = 0;
return result;
@@ -278,7 +278,7 @@ READ16_MEMBER(interpro_state::sreg_error_r)
READ32_MEMBER(interpro_state::unmapped_r)
{
// check if non-existent memory errors are enabled
- if (!machine().side_effect_disabled())
+ if (!machine().side_effects_disabled())
if (m_arbga->tctrl_r(space, offset, mem_mask) & interpro_arbga_device::TCTRL_ENNEM)
{
// flag non-existent memory error in system error register