summaryrefslogtreecommitdiffstats
path: root/src/mame/drivers/exprraid.cpp
diff options
context:
space:
mode:
author Dirk Best <mail@dirk-best.de>2017-05-21 21:43:36 +0200
committer Dirk Best <mail@dirk-best.de>2017-05-21 23:21:15 +0200
commit12bc38285f31e416590e8604286632f3bc0c7916 (patch)
treebd0c27debae3729f3279cf07e3662c2edd3b5410 /src/mame/drivers/exprraid.cpp
parent459dd62d3974262f0bb21865d0fc6b9435b28455 (diff)
emupal: Don't hardcode color PROM region name, add error handling
Diffstat (limited to 'src/mame/drivers/exprraid.cpp')
-rw-r--r--src/mame/drivers/exprraid.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/exprraid.cpp b/src/mame/drivers/exprraid.cpp
index b3b3e2685da..9464fa86ae9 100644
--- a/src/mame/drivers/exprraid.cpp
+++ b/src/mame/drivers/exprraid.cpp
@@ -523,7 +523,7 @@ static MACHINE_CONFIG_START( exprraid )
MCFG_SCREEN_PALETTE("palette")
MCFG_GFXDECODE_ADD("gfxdecode", "palette", exprraid)
- MCFG_PALETTE_ADD_RRRRGGGGBBBB_PROMS("palette", 256)
+ MCFG_PALETTE_ADD_RRRRGGGGBBBB_PROMS("palette", "proms", 256)
/* sound hardware */
MCFG_SPEAKER_STANDARD_MONO("mono")