summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/taitottl.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/taitottl.cpp')
-rw-r--r--src/mame/drivers/taitottl.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mame/drivers/taitottl.cpp b/src/mame/drivers/taitottl.cpp
index 809242a9338..5e1e7929a83 100644
--- a/src/mame/drivers/taitottl.cpp
+++ b/src/mame/drivers/taitottl.cpp
@@ -139,8 +139,7 @@ void taitottl_state::video_start()
void taitottl_state::taitottl(machine_config &config)
{
/* basic machine hardware */
- NETLIST_CPU(config, m_maincpu, NETLIST_CLOCK);
- m_maincpu->set_constructor(netlist_taitottl);
+ NETLIST_CPU(config, m_maincpu, NETLIST_CLOCK).set_source(netlist_taitottl);
/* video hardware */
SCREEN(config, "screen", SCREEN_TYPE_RASTER);