summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/shangkid.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/shangkid.cpp
parent459dd62d3974262f0bb21865d0fc6b9435b28455 (diff)
emupal: Don't hardcode color PROM region name, add error handling
Diffstat (limited to 'src/mame/drivers/shangkid.cpp')
-rw-r--r--src/mame/drivers/shangkid.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/shangkid.cpp b/src/mame/drivers/shangkid.cpp
index 6102a5e5827..a351a801723 100644
--- a/src/mame/drivers/shangkid.cpp
+++ b/src/mame/drivers/shangkid.cpp
@@ -379,7 +379,7 @@ static MACHINE_CONFIG_START( chinhero )
MCFG_SCREEN_PALETTE("palette")
MCFG_GFXDECODE_ADD("gfxdecode", "palette", chinhero)
- MCFG_PALETTE_ADD_RRRRGGGGBBBB_PROMS("palette", 256)
+ MCFG_PALETTE_ADD_RRRRGGGGBBBB_PROMS("palette", "proms", 256)
MCFG_VIDEO_START_OVERRIDE(shangkid_state,shangkid)
/* sound hardware */