summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/sound/ics2115.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/sound/ics2115.c')
-rw-r--r--src/emu/sound/ics2115.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/sound/ics2115.c b/src/emu/sound/ics2115.c
index 6cd51cdf96c..0e98955952e 100644
--- a/src/emu/sound/ics2115.c
+++ b/src/emu/sound/ics2115.c
@@ -458,7 +458,7 @@ static void *ics2115_start(const char *tag, int sndindex, int clock, const void
chip->intf = config;
chip->index = sndindex;
- chip->rom = memory_region(Machine, RGNCLASS_SOUND, tag);
+ chip->rom = memory_region(Machine, tag);
chip->timer[0].timer = timer_alloc(timer_cb_0, chip);
chip->timer[1].timer = timer_alloc(timer_cb_1, chip);
chip->ulaw = auto_malloc(256*sizeof(INT16));