summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/gng.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/gng.c')
-rw-r--r--src/mame/drivers/gng.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/gng.c b/src/mame/drivers/gng.c
index 931889b63a7..988dcf73e0c 100644
--- a/src/mame/drivers/gng.c
+++ b/src/mame/drivers/gng.c
@@ -764,7 +764,7 @@ READ8_MEMBER(gng_state::diamond_hack_r)
DRIVER_INIT_MEMBER(gng_state,diamond)
{
- machine().device("maincpu")->memory().space(AS_PROGRAM)->install_read_handler(0x6000, 0x6000, read8_delegate(FUNC(gng_state::diamond_hack_r),this));
+ machine().device("maincpu")->memory().space(AS_PROGRAM).install_read_handler(0x6000, 0x6000, read8_delegate(FUNC(gng_state::diamond_hack_r),this));
}