summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/centiped.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/centiped.c')
-rw-r--r--src/mame/video/centiped.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/centiped.c b/src/mame/video/centiped.c
index f128304fa4d..3c25617ab09 100644
--- a/src/mame/video/centiped.c
+++ b/src/mame/video/centiped.c
@@ -396,7 +396,7 @@ WRITE8_HANDLER( mazeinv_paletteram_w )
paletteram[offset] = data;
/* the value passed in is a look-up index into the color PROM */
- melliped_mazeinv_set_color(machine, offset, ~memory_region(machine, RGNCLASS_PROMS, "proms")[~data & 0x0f]);
+ melliped_mazeinv_set_color(machine, offset, ~memory_region(machine, "proms")[~data & 0x0f]);
}