summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/psion.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/psion.cpp')
-rw-r--r--src/mame/drivers/psion.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/psion.cpp b/src/mame/drivers/psion.cpp
index cb2e3329098..5c189a427e9 100644
--- a/src/mame/drivers/psion.cpp
+++ b/src/mame/drivers/psion.cpp
@@ -138,7 +138,7 @@ READ8_MEMBER( psion_state::hd63701_int_reg_r )
/* Read/Write common */
void psion_state::io_rw(address_space &space, uint16_t offset)
{
- if (machine().side_effect_disabled())
+ if (machine().side_effects_disabled())
return;
switch (offset & 0xffc0)