summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/tutankhm.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/tutankhm.cpp')
-rw-r--r--src/mame/drivers/tutankhm.cpp6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/mame/drivers/tutankhm.cpp b/src/mame/drivers/tutankhm.cpp
index 3bb852c263b..99acaf88b9d 100644
--- a/src/mame/drivers/tutankhm.cpp
+++ b/src/mame/drivers/tutankhm.cpp
@@ -253,12 +253,10 @@ MACHINE_CONFIG_START(tutankhm_state::tutankhm)
MCFG_SCREEN_UPDATE_DRIVER(tutankhm_state, screen_update_tutankhm)
MCFG_SCREEN_VBLANK_CALLBACK(WRITELINE(*this, tutankhm_state, vblank_irq))
- MCFG_PALETTE_ADD("palette", 16)
- MCFG_PALETTE_FORMAT(BBGGGRRR)
+ PALETTE(config, m_palette).set_format(palette_device::BGR_233, 16);
/* sound hardware */
-
- MCFG_DEVICE_ADD("timeplt_audio", TIMEPLT_AUDIO)
+ TIMEPLT_AUDIO(config, "timeplt_audio");
MACHINE_CONFIG_END