summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/arm7/arm7core.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/cpu/arm7/arm7core.h')
-rw-r--r--src/emu/cpu/arm7/arm7core.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/cpu/arm7/arm7core.h b/src/emu/cpu/arm7/arm7core.h
index c96db086c27..2a42572ae6a 100644
--- a/src/emu/cpu/arm7/arm7core.h
+++ b/src/emu/cpu/arm7/arm7core.h
@@ -161,7 +161,7 @@ enum
UINT8 pendingSwi; \
INT32 iCount; \
device_irq_callback irq_callback; \
- cpu_device *device; \
+ legacy_cpu_device *device; \
const address_space *program;