summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/lpci/cirrus.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/lpci/cirrus.h')
-rw-r--r--src/devices/bus/lpci/cirrus.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/devices/bus/lpci/cirrus.h b/src/devices/bus/lpci/cirrus.h
index 22eabaff906..cc466f12329 100644
--- a/src/devices/bus/lpci/cirrus.h
+++ b/src/devices/bus/lpci/cirrus.h
@@ -32,6 +32,8 @@ protected:
// device-level overrides
virtual void device_start() override;
virtual void device_reset() override;
+
+ required_device<vga_device> m_vga;
};