summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/tdv2324.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/tdv2324.cpp')
-rw-r--r--src/mame/drivers/tdv2324.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/tdv2324.cpp b/src/mame/drivers/tdv2324.cpp
index 3864743ee6b..319cae8ef5f 100644
--- a/src/mame/drivers/tdv2324.cpp
+++ b/src/mame/drivers/tdv2324.cpp
@@ -284,7 +284,7 @@ MACHINE_CONFIG_START(tdv2324_state::tdv2324)
MCFG_SCREEN_SIZE(800, 400)
MCFG_SCREEN_VISIBLE_AREA(0, 800-1, 0, 400-1)
- MCFG_PALETTE_ADD_MONOCHROME("palette")
+ PALETTE(config, "palette", palette_device::MONOCHROME);
TMS9927(config, m_tms, 25.39836_MHz_XTAL / 8).set_char_width(8);