summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/dbz.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/dbz.cpp')
-rw-r--r--src/mame/drivers/dbz.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/dbz.cpp b/src/mame/drivers/dbz.cpp
index c8508b62dcd..798c7f20deb 100644
--- a/src/mame/drivers/dbz.cpp
+++ b/src/mame/drivers/dbz.cpp
@@ -374,8 +374,8 @@ MACHINE_CONFIG_START(dbz_state::dbz)
MCFG_K053936_WRAP(1)
MCFG_K053936_OFFSETS(-46, -16)
- MCFG_DEVICE_ADD("k053252", K053252, 16000000/2)
- MCFG_K053252_INT1_ACK_CB(WRITELINE(*this, dbz_state, dbz_irq2_ack_w))
+ K053252(config, m_k053252, 16000000/2);
+ m_k053252->int1_ack().set(FUNC(dbz_state::dbz_irq2_ack_w));
/* sound hardware */
SPEAKER(config, "lspeaker").front_left();