summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/saitek_osa/maestro.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/saitek_osa/maestro.cpp')
-rw-r--r--src/devices/bus/saitek_osa/maestro.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/devices/bus/saitek_osa/maestro.cpp b/src/devices/bus/saitek_osa/maestro.cpp
index 6e9353ec1d9..fc755dd023c 100644
--- a/src/devices/bus/saitek_osa/maestro.cpp
+++ b/src/devices/bus/saitek_osa/maestro.cpp
@@ -224,7 +224,10 @@ void saitekosa_analyst_device::device_add_mconfig(machine_config &config)
// video hardware
HD44780(config, m_lcd, 0);
m_lcd->set_lcd_size(2, 8);
+}
+void saitekosa_analyst_device::device_config_complete()
+{
auto *screen = subdevice<screen_device>("^screen");
screen->set_size(6 * 16 + 3, 16);
screen->set_visarea_full();