summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/audio/targ.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/audio/targ.c')
-rw-r--r--src/mame/audio/targ.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/audio/targ.c b/src/mame/audio/targ.c
index 2ddac7dd366..5e8375c13ca 100644
--- a/src/mame/audio/targ.c
+++ b/src/mame/audio/targ.c
@@ -112,7 +112,7 @@ WRITE8_HANDLER( targ_audio_2_w )
{
if ((data & 0x01) && !(port_2_last & 0x01))
{
- UINT8 *prom = memory_region(machine, RGNCLASS_SOUND, "targ");
+ UINT8 *prom = memory_region(machine, "targ");
tone_pointer = (tone_pointer + 1) & 0x0f;