summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/psikyosh.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/psikyosh.c')
-rw-r--r--src/mame/drivers/psikyosh.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/psikyosh.c b/src/mame/drivers/psikyosh.c
index 11ff190f2b5..81d71d6f3a0 100644
--- a/src/mame/drivers/psikyosh.c
+++ b/src/mame/drivers/psikyosh.c
@@ -1259,7 +1259,7 @@ DRIVER_INIT_MEMBER(psikyosh_state,mjgtaste)
{
sh2drc_set_options(machine().device("maincpu"), SH2DRC_FASTEST_OPTIONS);
/* needs to install mahjong controls too (can select joystick in test mode tho) */
- machine().device("maincpu")->memory().space(AS_PROGRAM)->install_read_handler(0x03000000, 0x03000003, read32_delegate(FUNC(psikyosh_state::mjgtaste_input_r),this));
+ machine().device("maincpu")->memory().space(AS_PROGRAM).install_read_handler(0x03000000, 0x03000003, read32_delegate(FUNC(psikyosh_state::mjgtaste_input_r),this));
}