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.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/scotrsht.c b/src/mame/drivers/scotrsht.c
index 61beffe7d1a..e0c940fa7cb 100644
--- a/src/mame/drivers/scotrsht.c
+++ b/src/mame/drivers/scotrsht.c
@@ -197,8 +197,8 @@ static MACHINE_CONFIG_START( scotrsht, scotrsht_state )
MCFG_SCREEN_UPDATE_DRIVER(scotrsht_state, screen_update_scotrsht)
MCFG_GFXDECODE_ADD("gfxdecode", scotrsht)
- MCFG_PALETTE_LENGTH(16*8*16+16*8*16)
-
+ MCFG_PALETTE_ADD("palette", 16*8*16+16*8*16)
+ MCFG_PALETTE_INIT_OWNER(scotrsht_state, scotrsht)
/* sound hardware */
MCFG_SPEAKER_STANDARD_MONO("mono")