summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/scotrsht.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/scotrsht.c')
-rw-r--r--src/mame/drivers/scotrsht.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/scotrsht.c b/src/mame/drivers/scotrsht.c
index c0473873e0c..c7620bf7420 100644
--- a/src/mame/drivers/scotrsht.c
+++ b/src/mame/drivers/scotrsht.c
@@ -197,7 +197,7 @@ static MACHINE_CONFIG_START( scotrsht, scotrsht_state )
MCFG_SCREEN_UPDATE_DRIVER(scotrsht_state, screen_update_scotrsht)
MCFG_SCREEN_PALETTE("palette")
- MCFG_GFXDECODE_ADD("gfxdecode", scotrsht)
+ MCFG_GFXDECODE_ADD("gfxdecode", "palette", scotrsht)
MCFG_PALETTE_ADD("palette", 16*8*16+16*8*16)
MCFG_PALETTE_INDIRECT_ENTRIES(256)
MCFG_PALETTE_INIT_OWNER(scotrsht_state, scotrsht)