summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/hp80_optroms/hp80_optrom.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/hp80_optroms/hp80_optrom.cpp')
-rw-r--r--src/devices/bus/hp80_optroms/hp80_optrom.cpp7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/devices/bus/hp80_optroms/hp80_optrom.cpp b/src/devices/bus/hp80_optroms/hp80_optrom.cpp
index 2797e37b69d..1816f0c0244 100644
--- a/src/devices/bus/hp80_optroms/hp80_optrom.cpp
+++ b/src/devices/bus/hp80_optroms/hp80_optrom.cpp
@@ -111,6 +111,7 @@ std::string hp80_optrom_slot_device::get_default_card_software(get_default_card_
return software_get_default_slot("rom");
}
-SLOT_INTERFACE_START(hp80_optrom_slot_device)
- SLOT_INTERFACE_INTERNAL("rom", HP80_OPTROM_CART)
-SLOT_INTERFACE_END
+void hp80_optrom_slot_devices(device_slot_interface &device)
+{
+ device.option_add_internal("rom", HP80_OPTROM_CART);
+}