summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/odyssey2/slot.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/odyssey2/slot.h')
-rw-r--r--src/devices/bus/odyssey2/slot.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/odyssey2/slot.h b/src/devices/bus/odyssey2/slot.h
index 9fb3594ce2a..e7276525771 100644
--- a/src/devices/bus/odyssey2/slot.h
+++ b/src/devices/bus/odyssey2/slot.h
@@ -69,7 +69,7 @@ public:
// image-level overrides
virtual bool call_load() override;
virtual void call_unload() override {}
- virtual bool call_softlist_load(software_list_device &swlist, const char *swname, const rom_entry *start_entry) override;
+ virtual softlist_type get_softlist_type() const override { return softlist_type::ROM; }
int get_type() { return m_type; }