summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/taitoair.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/taitoair.cpp')
-rw-r--r--src/mame/drivers/taitoair.cpp12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/mame/drivers/taitoair.cpp b/src/mame/drivers/taitoair.cpp
index 5e1ad21fd31..87df37dc19a 100644
--- a/src/mame/drivers/taitoair.cpp
+++ b/src/mame/drivers/taitoair.cpp
@@ -745,12 +745,12 @@ MACHINE_CONFIG_START(taitoair_state::airsys)
MCFG_PALETTE_ADD_INIT_BLACK("palette", 512*16+512*16)
- MCFG_DEVICE_ADD("tc0080vco", TC0080VCO, 0)
- MCFG_TC0080VCO_GFX_REGION(0)
- MCFG_TC0080VCO_TX_REGION(1)
- MCFG_TC0080VCO_OFFSETS(1, 1)
- MCFG_TC0080VCO_BGFLIP_OFFS(-2)
- MCFG_TC0080VCO_GFXDECODE("gfxdecode")
+ TC0080VCO(config, m_tc0080vco, 0);
+ m_tc0080vco->set_gfx_region(0);
+ m_tc0080vco->set_tx_region(1);
+ m_tc0080vco->set_offsets(1, 1);
+ m_tc0080vco->set_bgflip_yoffs(-2);
+ m_tc0080vco->set_gfxdecode_tag(m_gfxdecode);
/* sound hardware */
SPEAKER(config, "mono").front_center();