summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/stvinit.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/stvinit.c')
-rw-r--r--src/mame/drivers/stvinit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/stvinit.c b/src/mame/drivers/stvinit.c
index 0a56bc1a8b7..97890199b4d 100644
--- a/src/mame/drivers/stvinit.c
+++ b/src/mame/drivers/stvinit.c
@@ -21,7 +21,7 @@ We need to remove this and add the whole thing into the ROM loading structure...
*/
static void ic13_shifter(running_machine *machine)
{
- UINT32 *rom = (UINT32 *)memory_region(machine, RGNCLASS_USER, "user1");
+ UINT32 *rom = (UINT32 *)memory_region(machine, "user1");
UINT32 i;
UINT32 *tmp = malloc_or_die(0x80000*2);