summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/seibucats.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/seibucats.cpp')
-rw-r--r--src/mame/drivers/seibucats.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/seibucats.cpp b/src/mame/drivers/seibucats.cpp
index cce452ccd33..c6d5d7c8364 100644
--- a/src/mame/drivers/seibucats.cpp
+++ b/src/mame/drivers/seibucats.cpp
@@ -316,7 +316,7 @@ MACHINE_CONFIG_START(seibucats_state::seibucats)
MCFG_DEVICE_ADD("gfxdecode", GFXDECODE, "palette", gfx_seibucats)
- MCFG_PALETTE_ADD_INIT_BLACK("palette", 8192)
+ MCFG_DEVICE_ADD(m_palette, PALETTE, palette_device::BLACK, 8192);
// MCFG_PALETTE_FORMAT(xBBBBBGGGGGRRRRR)
//MCFG_PALETTE_INIT_OWNER(seibucats_state, seibucats)