summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/mz700.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/mz700.cpp')
-rw-r--r--src/mame/drivers/mz700.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/mz700.cpp b/src/mame/drivers/mz700.cpp
index e61c24c01c2..3ac3248c077 100644
--- a/src/mame/drivers/mz700.cpp
+++ b/src/mame/drivers/mz700.cpp
@@ -419,7 +419,7 @@ MACHINE_CONFIG_START(mz_state::mz700)
MCFG_I8255_IN_PORTC_CB(READ8(*this, mz_state, pio_port_c_r))
MCFG_I8255_OUT_PORTC_CB(WRITE8(*this, mz_state, pio_port_c_w))
- MCFG_DEVICE_ADD("ls145", TTL74145, 0)
+ TTL74145(config, m_ls145);
MCFG_CASSETTE_ADD( "cassette" )
MCFG_CASSETTE_FORMATS(mz700_cassette_formats)