summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/abc1600mac.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/abc1600mac.cpp')
-rw-r--r--src/mame/machine/abc1600mac.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/mame/machine/abc1600mac.cpp b/src/mame/machine/abc1600mac.cpp
index 18591c6428c..cd546fc1229 100644
--- a/src/mame/machine/abc1600mac.cpp
+++ b/src/mame/machine/abc1600mac.cpp
@@ -63,8 +63,9 @@ void abc1600_mac_device::map(address_map &map)
}
-ADDRESS_MAP_START(abc1600_mac_device::program_map)
-ADDRESS_MAP_END
+void abc1600_mac_device::program_map(address_map &map)
+{
+}
MACHINE_CONFIG_START(abc1600_mac_device::device_add_mconfig)