summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/isa/num9rev.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/isa/num9rev.cpp')
-rw-r--r--src/devices/bus/isa/num9rev.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/devices/bus/isa/num9rev.cpp b/src/devices/bus/isa/num9rev.cpp
index 69a4641206b..c2ee133c394 100644
--- a/src/devices/bus/isa/num9rev.cpp
+++ b/src/devices/bus/isa/num9rev.cpp
@@ -5,12 +5,14 @@
#include "emu.h"
#include "num9rev.h"
+#include "screen.h"
+
//**************************************************************************
// GLOBAL VARIABLES
//**************************************************************************
-const device_type ISA8_NUM_9_REV = &device_creator<isa8_number_9_rev_device>;
+const device_type ISA8_NUM_9_REV = device_creator<isa8_number_9_rev_device>;
static ADDRESS_MAP_START( upd7220_map, AS_0, 16, isa8_number_9_rev_device )
AM_RANGE(0x00000, 0x3ffff) AM_NOP