summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/s3c2410.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/s3c2410.h')
-rw-r--r--src/devices/machine/s3c2410.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/s3c2410.h b/src/devices/machine/s3c2410.h
index 9057e981528..8094c109128 100644
--- a/src/devices/machine/s3c2410.h
+++ b/src/devices/machine/s3c2410.h
@@ -559,7 +559,7 @@ private:
};
// internal state
- required_device<device_t> m_cpu;
+ required_device<arm7_cpu_device> m_cpu;
required_device<palette_device> m_palette;
required_device<screen_device> m_screen;