summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/isa/pgc.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/isa/pgc.cpp')
-rw-r--r--src/devices/bus/isa/pgc.cpp6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/devices/bus/isa/pgc.cpp b/src/devices/bus/isa/pgc.cpp
index 8225c4724fc..3d004231fbf 100644
--- a/src/devices/bus/isa/pgc.cpp
+++ b/src/devices/bus/isa/pgc.cpp
@@ -27,9 +27,11 @@
***************************************************************************/
#include "emu.h"
-
#include "pgc.h"
+#include "screen.h"
+
+
#define VERBOSE_PGC 1
#define DBG_LOG(N,M,A) \
@@ -164,7 +166,7 @@ MACHINE_CONFIG_END
// GLOBAL VARIABLES
//**************************************************************************
-const device_type ISA8_PGC = &device_creator<isa8_pgc_device>;
+const device_type ISA8_PGC = device_creator<isa8_pgc_device>;
//-------------------------------------------------