summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/lethal.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/lethal.h')
-rw-r--r--src/mame/includes/lethal.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/includes/lethal.h b/src/mame/includes/lethal.h
index 75ad7747bd3..ed0a027c6b3 100644
--- a/src/mame/includes/lethal.h
+++ b/src/mame/includes/lethal.h
@@ -18,8 +18,8 @@ public:
UINT8 m_cur_control2;
/* devices */
- device_t *m_maincpu;
- device_t *m_audiocpu;
+ cpu_device *m_maincpu;
+ cpu_device *m_audiocpu;
device_t *m_k054539;
device_t *m_k056832;
device_t *m_k053244;