summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/vic20/videopak.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/vic20/videopak.cpp')
-rw-r--r--src/devices/bus/vic20/videopak.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/devices/bus/vic20/videopak.cpp b/src/devices/bus/vic20/videopak.cpp
index a11b9ba931c..c117263152e 100644
--- a/src/devices/bus/vic20/videopak.cpp
+++ b/src/devices/bus/vic20/videopak.cpp
@@ -10,6 +10,8 @@
#include "emu.h"
#include "videopak.h"
+#include "screen.h"
+
//**************************************************************************
@@ -28,7 +30,7 @@
// DEVICE DEFINITIONS
//**************************************************************************
-const device_type VIC20_VIDEO_PAK = &device_creator<vic20_video_pak_t>;
+const device_type VIC20_VIDEO_PAK = device_creator<vic20_video_pak_t>;
//-------------------------------------------------