summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/boogwing.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/boogwing.cpp')
-rw-r--r--src/mame/drivers/boogwing.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/boogwing.cpp b/src/mame/drivers/boogwing.cpp
index 41c093f162f..bd2a19485ed 100644
--- a/src/mame/drivers/boogwing.cpp
+++ b/src/mame/drivers/boogwing.cpp
@@ -345,7 +345,7 @@ MACHINE_CONFIG_START(boogwing_state::boogwing)
MCFG_DEVICE_VBLANK_INT_DRIVER("screen", boogwing_state, irq6_line_hold)
H6280(config, m_audiocpu, SOUND_XTAL/4);
- m_audiocpu->set_addrmap(AS_PROGRAM, audio_map);
+ m_audiocpu->set_addrmap(AS_PROGRAM, &boogwing_state::audio_map);
m_audiocpu->add_route(ALL_OUTPUTS, "lspeaker", 0); // internal sound unused
m_audiocpu->add_route(ALL_OUTPUTS, "rspeaker", 0);