summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/lockon.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/lockon.h')
-rw-r--r--src/mame/includes/lockon.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/includes/lockon.h b/src/mame/includes/lockon.h
index 067565cf70f..372671a3b08 100644
--- a/src/mame/includes/lockon.h
+++ b/src/mame/includes/lockon.h
@@ -64,8 +64,8 @@ public:
UINT32 m_main_inten;
/* devices */
- device_t *m_maincpu;
- device_t *m_audiocpu;
+ cpu_device *m_maincpu;
+ cpu_device *m_audiocpu;
device_t *m_ground;
device_t *m_object;
device_t *m_f2203_1l;