summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/mystston.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/mystston.c')
-rw-r--r--src/mame/video/mystston.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/mystston.c b/src/mame/video/mystston.c
index 7796456251d..7236593da60 100644
--- a/src/mame/video/mystston.c
+++ b/src/mame/video/mystston.c
@@ -75,7 +75,7 @@ static void set_palette(running_machine *machine, mystston_state *state)
static const int resistances_b [2] = { 3300, 1500 };
double weights_rg[3], weights_b[2];
- UINT8 *color_prom = memory_region(machine, RGNCLASS_PROMS, "proms");
+ UINT8 *color_prom = memory_region(machine, "proms");
compute_resistor_weights(0, 255, -1.0,
3, resistances_rg, weights_rg, 0, 1000,