summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/saitek_osa/maestro.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/saitek_osa/maestro.h')
-rw-r--r--src/devices/bus/saitek_osa/maestro.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/devices/bus/saitek_osa/maestro.h b/src/devices/bus/saitek_osa/maestro.h
index b5739789af8..fee4b497d03 100644
--- a/src/devices/bus/saitek_osa/maestro.h
+++ b/src/devices/bus/saitek_osa/maestro.h
@@ -72,6 +72,7 @@ public:
protected:
virtual const tiny_rom_entry *device_rom_region() const override;
virtual void device_add_mconfig(machine_config &config) override;
+ virtual void device_config_complete() override;
private:
required_device<hd44780_device> m_lcd;