summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/isa/svga_tseng.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/isa/svga_tseng.h')
-rw-r--r--src/devices/bus/isa/svga_tseng.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/isa/svga_tseng.h b/src/devices/bus/isa/svga_tseng.h
index f83460e86ff..f267aad2634 100644
--- a/src/devices/bus/isa/svga_tseng.h
+++ b/src/devices/bus/isa/svga_tseng.h
@@ -39,7 +39,7 @@ private:
void map_io();
void map_ram();
void map_rom();
- tseng_vga_device *m_vga;
+ required_device<tseng_vga_device> m_vga;
};