summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/airbustr.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/airbustr.cpp')
-rw-r--r--src/mame/drivers/airbustr.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mame/drivers/airbustr.cpp b/src/mame/drivers/airbustr.cpp
index 598a131623d..dac0bb2ab59 100644
--- a/src/mame/drivers/airbustr.cpp
+++ b/src/mame/drivers/airbustr.cpp
@@ -599,9 +599,9 @@ MACHINE_CONFIG_START(airbustr_state::airbustr)
MCFG_PALETTE_ADD("palette", 768)
MCFG_PALETTE_FORMAT(xGGGGGRRRRRBBBBB)
- MCFG_DEVICE_ADD("pandora", KANEKO_PANDORA, 0)
- MCFG_KANEKO_PANDORA_GFX_REGION(1)
- MCFG_KANEKO_PANDORA_GFXDECODE("gfxdecode")
+ KANEKO_PANDORA(config, m_pandora, 0);
+ m_pandora->set_gfx_region(1);
+ m_pandora->set_gfxdecode_tag(m_gfxdecode);
/* sound hardware */
SPEAKER(config, "mono").front_center();