summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/crgolf.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/crgolf.c')
-rw-r--r--src/mame/drivers/crgolf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/crgolf.c b/src/mame/drivers/crgolf.c
index 23714e40ffd..d3ab5c9a4bf 100644
--- a/src/mame/drivers/crgolf.c
+++ b/src/mame/drivers/crgolf.c
@@ -614,7 +614,7 @@ ROM_END
DRIVER_INIT_MEMBER(crgolf_state,crgolfhi)
{
- machine().device("audiocpu")->memory().space(AS_PROGRAM)->install_write_handler(0xa000, 0xa003, write8_delegate(FUNC(crgolf_state::crgolfhi_sample_w),this));
+ machine().device("audiocpu")->memory().space(AS_PROGRAM).install_write_handler(0xa000, 0xa003, write8_delegate(FUNC(crgolf_state::crgolfhi_sample_w),this));
}