summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/dorachan.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/dorachan.cpp')
-rw-r--r--src/mame/drivers/dorachan.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/dorachan.cpp b/src/mame/drivers/dorachan.cpp
index 71856caf1f3..a4c377f8cf2 100644
--- a/src/mame/drivers/dorachan.cpp
+++ b/src/mame/drivers/dorachan.cpp
@@ -241,7 +241,7 @@ MACHINE_CONFIG_START(dorachan_state::dorachan)
MCFG_SCREEN_REFRESH_RATE(60)
MCFG_SCREEN_UPDATE_DRIVER(dorachan_state, screen_update_dorachan)
- MCFG_PALETTE_ADD_3BIT_BGR("palette")
+ PALETTE(config, m_palette, palette_device::BGR_3BIT);
MACHINE_CONFIG_END