summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/isa/svga_trident.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/isa/svga_trident.cpp')
-rw-r--r--src/devices/bus/isa/svga_trident.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/devices/bus/isa/svga_trident.cpp b/src/devices/bus/isa/svga_trident.cpp
index e12eb1153c8..505737ec8e6 100644
--- a/src/devices/bus/isa/svga_trident.cpp
+++ b/src/devices/bus/isa/svga_trident.cpp
@@ -10,6 +10,8 @@
#include "svga_trident.h"
#include "video/pc_vga.h"
+#include "screen.h"
+
ROM_START( tgui9680 )
ROM_REGION( 0x8000, "tgui9680", 0 )
@@ -21,7 +23,7 @@ ROM_END
// GLOBAL VARIABLES
//**************************************************************************
-const device_type ISA16_SVGA_TGUI9680 = &device_creator<isa16_svga_tgui9680_device>;
+const device_type ISA16_SVGA_TGUI9680 = device_creator<isa16_svga_tgui9680_device>;
static MACHINE_CONFIG_FRAGMENT( vga_trident )