summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/audio
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/audio')
-rw-r--r--src/mame/audio/dkong.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/audio/dkong.c b/src/mame/audio/dkong.c
index 6b23c4610b5..0becac0ce0a 100644
--- a/src/mame/audio/dkong.c
+++ b/src/mame/audio/dkong.c
@@ -875,7 +875,7 @@ DISCRETE_SOUND_END
SOUND_START( dkong)
{
dkong_state *state = machine->driver_data;
-
+
state->snd_rom = memory_region(machine, "sound");
state->dev_vp2 = devtag_get_device(machine, LATCH8, "virtual_p2");
}