summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/isa/vga.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/isa/vga.cpp')
-rw-r--r--src/devices/bus/isa/vga.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/isa/vga.cpp b/src/devices/bus/isa/vga.cpp
index 371ec5d899c..24c7d457958 100644
--- a/src/devices/bus/isa/vga.cpp
+++ b/src/devices/bus/isa/vga.cpp
@@ -19,7 +19,7 @@ ROM_END
// GLOBAL VARIABLES
//**************************************************************************
-const device_type ISA8_VGA = &device_creator<isa8_vga_device>;
+const device_type ISA8_VGA = device_creator<isa8_vga_device>;
//-------------------------------------------------