summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/mc8030.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/mc8030.cpp')
-rw-r--r--src/mame/drivers/mc8030.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/mc8030.cpp b/src/mame/drivers/mc8030.cpp
index 1d0008daa7a..cffbecdc3fb 100644
--- a/src/mame/drivers/mc8030.cpp
+++ b/src/mame/drivers/mc8030.cpp
@@ -200,7 +200,7 @@ MACHINE_CONFIG_START(mc8030_state::mc8030)
MCFG_SCREEN_UPDATE_DRIVER(mc8030_state, screen_update_mc8030)
MCFG_SCREEN_PALETTE("palette")
- MCFG_PALETTE_ADD_MONOCHROME("palette")
+ PALETTE(config, "palette", palette_device::MONOCHROME);
/* Devices */
z80pio_device& zve_pio(Z80PIO(config, "zve_pio", XTAL(2'457'600)));