summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/acommand.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/acommand.cpp')
-rw-r--r--src/mame/drivers/acommand.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/acommand.cpp b/src/mame/drivers/acommand.cpp
index ddd862e1784..1cfa048011a 100644
--- a/src/mame/drivers/acommand.cpp
+++ b/src/mame/drivers/acommand.cpp
@@ -488,8 +488,8 @@ MACHINE_CONFIG_START(acommand_state::acommand)
MCFG_PALETTE_ADD("palette", 0x4000)
MCFG_PALETTE_FORMAT(RRRRGGGGBBBBRGBx)
- MCFG_MEGASYS1_TILEMAP_ADD("bgtmap", "palette", 0x0f00)
- MCFG_MEGASYS1_TILEMAP_ADD("txtmap", "palette", 0x2700)
+ MEGASYS1_TILEMAP(config, m_bgtmap, m_palette, 0x0f00);
+ MEGASYS1_TILEMAP(config, m_txtmap, m_palette, 0x2700);
/* sound hardware */
SPEAKER(config, "lspeaker").front_left();