summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/tc009xlvc.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/tc009xlvc.cpp')
-rw-r--r--src/devices/machine/tc009xlvc.cpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/devices/machine/tc009xlvc.cpp b/src/devices/machine/tc009xlvc.cpp
index 1bd2f989cc1..f8c289fa4d1 100644
--- a/src/devices/machine/tc009xlvc.cpp
+++ b/src/devices/machine/tc009xlvc.cpp
@@ -14,7 +14,10 @@
#include "emu.h"
#include "machine/tc009xlvc.h"
-const device_type TC0091LVC = &device_creator<tc0091lvc_device>;
+#include "screen.h"
+
+
+const device_type TC0091LVC = device_creator<tc0091lvc_device>;
READ8_MEMBER(tc0091lvc_device::tc0091lvc_paletteram_r)