summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/tranz330.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/tranz330.h')
-rw-r--r--src/mame/includes/tranz330.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/tranz330.h b/src/mame/includes/tranz330.h
index fa60cd09b85..146eb533c03 100644
--- a/src/mame/includes/tranz330.h
+++ b/src/mame/includes/tranz330.h
@@ -59,7 +59,7 @@ private:
required_device<z80dart_device> m_dart;
required_device<z80pio_device> m_pio;
required_device<msm6242_device> m_rtc;
- required_device<mic10937_t> m_vfd;
+ required_device<mic10937_device> m_vfd;
required_device<rs232_port_device> m_rs232;
required_device<speaker_sound_device> m_speaker;
required_ioport_array<4> m_keypad;