summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/n8080.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/n8080.h')
-rw-r--r--src/mame/includes/n8080.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/n8080.h b/src/mame/includes/n8080.h
index 8579d8c9a91..80f10bb7c59 100644
--- a/src/mame/includes/n8080.h
+++ b/src/mame/includes/n8080.h
@@ -39,7 +39,7 @@ public:
int m_inte;
/* devices */
- device_t *m_maincpu;
+ cpu_device *m_maincpu;
DECLARE_WRITE8_MEMBER(n8080_shift_bits_w);
DECLARE_WRITE8_MEMBER(n8080_shift_data_w);
DECLARE_READ8_MEMBER(n8080_shift_r);