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.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/ieee488/shark.cpp b/src/devices/bus/ieee488/shark.cpp
index 608c133ae36..99690da3875 100644
--- a/src/devices/bus/ieee488/shark.cpp
+++ b/src/devices/bus/ieee488/shark.cpp
@@ -78,7 +78,7 @@ ADDRESS_MAP_END
// device_add_mconfig - add device configuration
//-------------------------------------------------
-MACHINE_CONFIG_MEMBER( mshark_device::device_add_mconfig )
+MACHINE_CONFIG_START(mshark_device::device_add_mconfig)
// basic machine hardware
MCFG_CPU_ADD(I8085_TAG, I8085A, 1000000)
MCFG_CPU_PROGRAM_MAP(mshark_mem)