summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/aeroboto.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/aeroboto.cpp')
-rw-r--r--src/mame/drivers/aeroboto.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/aeroboto.cpp b/src/mame/drivers/aeroboto.cpp
index 17a51ef8997..45a7daa8de6 100644
--- a/src/mame/drivers/aeroboto.cpp
+++ b/src/mame/drivers/aeroboto.cpp
@@ -265,7 +265,7 @@ MACHINE_CONFIG_START(aeroboto_state::formatz)
MCFG_DEVICE_ADD("gfxdecode", GFXDECODE, "palette", gfx_aeroboto)
- MCFG_PALETTE_ADD_RRRRGGGGBBBB_PROMS("palette", "proms", 256)
+ PALETTE(config, m_palette, palette_device::RGB_444_PROMS, "proms", 256);
/* sound hardware */
SPEAKER(config, "mono").front_center();