summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/inder_sb.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/inder_sb.cpp')
-rw-r--r--src/mame/machine/inder_sb.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/inder_sb.cpp b/src/mame/machine/inder_sb.cpp
index 499021e3eeb..120b8f2c01b 100644
--- a/src/mame/machine/inder_sb.cpp
+++ b/src/mame/machine/inder_sb.cpp
@@ -28,7 +28,7 @@ inder_sb_device::inder_sb_device(const machine_config &mconfig, const char *tag,
// hacks for test purposes, these are installed over the program rom so we know when irqs are actually taken
READ8_MEMBER(inder_sb_device::vec_bankswitch_r)
{
- if (!machine().side_effect_disabled())
+ if (!machine().side_effects_disabled())
m_sounddata_bank->set_entry(m_soundbank[(offset & 6) >> 1] & 7);
return m_audiocpu_rom[offset + 0x0020];
}