summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/arm7/upd800468.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/arm7/upd800468.cpp')
-rw-r--r--src/devices/cpu/arm7/upd800468.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/devices/cpu/arm7/upd800468.cpp b/src/devices/cpu/arm7/upd800468.cpp
index fef0fdc9fce..87dea88ad5c 100644
--- a/src/devices/cpu/arm7/upd800468.cpp
+++ b/src/devices/cpu/arm7/upd800468.cpp
@@ -12,6 +12,9 @@
#include "emu.h"
#include "upd800468.h"
+#include "arm7core.h"
+
+
DEFINE_DEVICE_TYPE(UPD800468_TIMER, upd800468_timer_device, "upd800468_timer", "NEC uPD800468 timer")
upd800468_timer_device::upd800468_timer_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock)