summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/pet.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/pet.cpp')
-rw-r--r--src/mame/drivers/pet.cpp7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/mame/drivers/pet.cpp b/src/mame/drivers/pet.cpp
index cb73e92d25c..3ad844da28b 100644
--- a/src/mame/drivers/pet.cpp
+++ b/src/mame/drivers/pet.cpp
@@ -1584,9 +1584,10 @@ MC6845_UPDATE_ROW( pet80_state::cbm8296_update_row )
// SLOT_INTERFACE( cbm8296d_ieee488_devices )
//-------------------------------------------------
-SLOT_INTERFACE_START( cbm8296d_ieee488_devices )
- SLOT_INTERFACE("c8250lp", C8250LP)
-SLOT_INTERFACE_END
+void cbm8296d_ieee488_devices(device_slot_interface &device)
+{
+ device.option_add("c8250lp", C8250LP);
+}