summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/mcf5206e.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/mcf5206e.h')
-rw-r--r--src/devices/machine/mcf5206e.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/mcf5206e.h b/src/devices/machine/mcf5206e.h
index 171620d5f0b..e614910324f 100644
--- a/src/devices/machine/mcf5206e.h
+++ b/src/devices/machine/mcf5206e.h
@@ -160,7 +160,7 @@ private:
MAX_ICR
};
- cpu_device* m_cpu;
+ required_device<cpu_device> m_cpu;
address_space_config m_space_config;