summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/acorn/system/vdu80.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/acorn/system/vdu80.cpp')
-rw-r--r--src/devices/bus/acorn/system/vdu80.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/acorn/system/vdu80.cpp b/src/devices/bus/acorn/system/vdu80.cpp
index 25184492bf7..65e22414e94 100644
--- a/src/devices/bus/acorn/system/vdu80.cpp
+++ b/src/devices/bus/acorn/system/vdu80.cpp
@@ -94,7 +94,7 @@ MACHINE_CONFIG_START(acorn_vdu80_device::device_add_mconfig)
MCFG_SCREEN_UPDATE_DEVICE("mc6845", mc6845_device, screen_update)
MCFG_DEVICE_ADD("gfxdecode", GFXDECODE, "palette", gfx_acorn_vdu80)
- MCFG_PALETTE_ADD_MONOCHROME("palette")
+ PALETTE(config, m_palette, palette_device::MONOCHROME);
H46505(config, m_crtc, 2_MHz_XTAL);
m_crtc->set_screen("screen");