summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/ieee488/shark.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/ieee488/shark.cpp')
-rw-r--r--src/devices/bus/ieee488/shark.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/bus/ieee488/shark.cpp b/src/devices/bus/ieee488/shark.cpp
index 31d747446ab..0cf7dfbc5a8 100644
--- a/src/devices/bus/ieee488/shark.cpp
+++ b/src/devices/bus/ieee488/shark.cpp
@@ -75,10 +75,10 @@ ADDRESS_MAP_END
//-------------------------------------------------
-// MACHINE_CONFIG_FRAGMENT( mshark )
+// MACHINE_CONFIG_START( mshark )
//-------------------------------------------------
-static MACHINE_CONFIG_FRAGMENT( mshark )
+static MACHINE_CONFIG_START( mshark )
// basic machine hardware
MCFG_CPU_ADD(I8085_TAG, I8085A, 1000000)
MCFG_CPU_PROGRAM_MAP(mshark_mem)