summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/arm7/ap2010cpu.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/arm7/ap2010cpu.cpp')
-rw-r--r--src/devices/cpu/arm7/ap2010cpu.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/devices/cpu/arm7/ap2010cpu.cpp b/src/devices/cpu/arm7/ap2010cpu.cpp
index 19101e80f6b..0a2b1f97264 100644
--- a/src/devices/cpu/arm7/ap2010cpu.cpp
+++ b/src/devices/cpu/arm7/ap2010cpu.cpp
@@ -7,9 +7,11 @@
***************************************************************************/
#include "emu.h"
-
#include "ap2010cpu.h"
+#include "arm7core.h"
+
+
DEFINE_DEVICE_TYPE(AP2010CPU, ap2010cpu_device, "ap2010cpu", "AP2010 CPU")
ap2010cpu_device::ap2010cpu_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock)