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 bb1013c0146..07f6be8f7ab 100644
--- a/src/devices/bus/odyssey2/slot.h
+++ b/src/devices/bus/odyssey2/slot.h
@@ -85,7 +85,7 @@ public:
virtual const char *file_extensions() const override { return "bin,rom"; }
// slot interface overrides
- virtual std::string get_default_card_software() override;
+ virtual std::string get_default_card_software(get_default_card_software_hook &hook) const override;
// reading and writing
virtual DECLARE_READ8_MEMBER(read_rom04);