summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/hng64_net.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/hng64_net.cpp')
-rw-r--r--src/mame/machine/hng64_net.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/hng64_net.cpp b/src/mame/machine/hng64_net.cpp
index 13f0628585d..295543d7a5f 100644
--- a/src/mame/machine/hng64_net.cpp
+++ b/src/mame/machine/hng64_net.cpp
@@ -140,7 +140,7 @@ void hng64_state::reset_net()
m_mmub[5] = 0; // rolls back to 0xffff
}
-MACHINE_CONFIG_FRAGMENT( hng64_network )
+MACHINE_CONFIG_START( hng64_network )
MCFG_CPU_ADD("network", KL5C80A12, HNG64_MASTER_CLOCK / 4) /* KL5C80A12CFP - binary compatible with Z80. */
MCFG_CPU_PROGRAM_MAP(hng_comm_map)
MCFG_CPU_IO_MAP(hng_comm_io_map)