summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/bladestl.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/bladestl.c')
-rw-r--r--src/mame/drivers/bladestl.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/mame/drivers/bladestl.c b/src/mame/drivers/bladestl.c
index c1576eda5ce..ab2a1d9b66d 100644
--- a/src/mame/drivers/bladestl.c
+++ b/src/mame/drivers/bladestl.c
@@ -335,12 +335,14 @@ static MACHINE_CONFIG_START( bladestl, bladestl_state )
MCFG_SCREEN_UPDATE_DRIVER(bladestl_state, screen_update_bladestl)
MCFG_GFXDECODE_ADD("gfxdecode", bladestl)
- MCFG_PALETTE_LENGTH(32 + 16*16)
+ MCFG_PALETTE_ADD("palette", 32 + 16*16)
+ MCFG_PALETTE_INIT_OWNER(bladestl_state, bladestl)
MCFG_K007342_ADD("k007342", bladestl_k007342_intf)
MCFG_K007342_GFXDECODE("gfxdecode")
MCFG_K007420_ADD("k007420", bladestl_k007420_intf)
+ MCFG_K007420_PALETTE("palette")
MCFG_K051733_ADD("k051733")
/* sound hardware */