summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/ieee488/hardbox.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/ieee488/hardbox.cpp')
-rw-r--r--src/devices/bus/ieee488/hardbox.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/bus/ieee488/hardbox.cpp b/src/devices/bus/ieee488/hardbox.cpp
index 0a61dca52a7..c26831bb024 100644
--- a/src/devices/bus/ieee488/hardbox.cpp
+++ b/src/devices/bus/ieee488/hardbox.cpp
@@ -261,10 +261,10 @@ WRITE8_MEMBER( hardbox_device::ppi1_pc_w )
}
//-------------------------------------------------
-// MACHINE_CONFIG_FRAGMENT( hardbox )
+// MACHINE_CONFIG_START( hardbox )
//-------------------------------------------------
-static MACHINE_CONFIG_FRAGMENT( hardbox )
+static MACHINE_CONFIG_START( hardbox )
// basic machine hardware
MCFG_CPU_ADD(Z80_TAG, Z80, XTAL_8MHz/2)
MCFG_CPU_PROGRAM_MAP(hardbox_mem)