summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/isa/vga.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/isa/vga.h')
-rw-r--r--src/devices/bus/isa/vga.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/isa/vga.h b/src/devices/bus/isa/vga.h
index 856016ecc5a..4f18d8ff053 100644
--- a/src/devices/bus/isa/vga.h
+++ b/src/devices/bus/isa/vga.h
@@ -34,7 +34,7 @@ protected:
virtual const tiny_rom_entry *device_rom_region() const override;
private:
- vga_device *m_vga;
+ required_device<vga_device> m_vga;
};