summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/mpu4.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/mpu4.h')
-rw-r--r--src/mame/includes/mpu4.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/mpu4.h b/src/mame/includes/mpu4.h
index 0b9e55a0ef3..d0eaa5658a9 100644
--- a/src/mame/includes/mpu4.h
+++ b/src/mame/includes/mpu4.h
@@ -275,7 +275,7 @@ protected:
void mpu4_config_common();
required_device<cpu_device> m_maincpu;
- optional_device<roc10937_t> m_vfd;
+ optional_device<roc10937_device> m_vfd;
optional_device<ptm6840_device> m_6840ptm;
optional_device<pia6821_device> m_pia3;
optional_device<pia6821_device> m_pia4;