summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/bublbobl.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/bublbobl.c')
-rw-r--r--src/mame/video/bublbobl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/bublbobl.c b/src/mame/video/bublbobl.c
index df9e7f06450..e483029344f 100644
--- a/src/mame/video/bublbobl.c
+++ b/src/mame/video/bublbobl.c
@@ -36,7 +36,7 @@ VIDEO_UPDATE( bublbobl )
sx = 0;
- prom = memory_region(screen->machine, RGNCLASS_PROMS, "proms");
+ prom = memory_region(screen->machine, "proms");
for (offs = 0;offs < bublbobl_objectram_size;offs += 4)
{
/* skip empty sprites */