summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/hp_dio
diff options
context:
space:
mode:
author Ivan Vangelista <mesgnet@yahoo.it>2019-02-09 15:03:32 +0100
committer Ivan Vangelista <mesgnet@yahoo.it>2019-02-09 15:03:32 +0100
commit3a4d1ef05d787207389c9163480db083860146f5 (patch)
tree10c115c3320e43e7dab40bc4fc9173bb9c108c3f /src/devices/bus/hp_dio
parent422d365332f6868e6c09db48812d5ff9df52f259 (diff)
devices/bus: a few more MACHINE_CONFIG macros removed (nw)
Diffstat (limited to 'src/devices/bus/hp_dio')
-rw-r--r--src/devices/bus/hp_dio/hp98603a.cpp5
-rw-r--r--src/devices/bus/hp_dio/hp98603b.cpp5
2 files changed, 6 insertions, 4 deletions
diff --git a/src/devices/bus/hp_dio/hp98603a.cpp b/src/devices/bus/hp_dio/hp98603a.cpp
index bcd5fe3536c..ac04f7479bd 100644
--- a/src/devices/bus/hp_dio/hp98603a.cpp
+++ b/src/devices/bus/hp_dio/hp98603a.cpp
@@ -39,8 +39,9 @@ ROM_START(hp98603a)
ROM_LOAD16_BYTE("98603_80016.bin", 0x70000, 32768, CRC(d887acab) SHA1(a9cbbaa5f053f374d6cbda614b727df35a61ace1))
ROM_END
-MACHINE_CONFIG_START(dio16_98603a_device::device_add_mconfig)
-MACHINE_CONFIG_END
+void dio16_98603a_device::device_add_mconfig(machine_config &config)
+{
+}
const tiny_rom_entry *dio16_98603a_device::device_rom_region() const
{
diff --git a/src/devices/bus/hp_dio/hp98603b.cpp b/src/devices/bus/hp_dio/hp98603b.cpp
index 4da45470d0e..6c8cff6b95a 100644
--- a/src/devices/bus/hp_dio/hp98603b.cpp
+++ b/src/devices/bus/hp_dio/hp98603b.cpp
@@ -34,8 +34,9 @@ ROM_START(hp98603b)
ROM_LOAD16_BYTE("u14.bin", 0xa0001, 65536, CRC(96527d4e) SHA1(6706ab97eab4465ea4fa2d6b07e8107468e83818))
ROM_END
-MACHINE_CONFIG_START(dio16_98603b_device::device_add_mconfig)
-MACHINE_CONFIG_END
+void dio16_98603b_device::device_add_mconfig(machine_config &config)
+{
+}
const tiny_rom_entry *dio16_98603b_device::device_rom_region() const
{