summaryrefslogtreecommitdiffstats
path: root/src/mame/drivers/vd.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/vd.cpp')
-rw-r--r--src/mame/drivers/vd.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/vd.cpp b/src/mame/drivers/vd.cpp
index f2d17a2d6fa..ee0385c6156 100644
--- a/src/mame/drivers/vd.cpp
+++ b/src/mame/drivers/vd.cpp
@@ -39,8 +39,8 @@ protected:
// driver_device overrides
virtual void machine_reset() override;
private:
- UINT8 m_t_c;
- UINT8 segment[5];
+ uint8_t m_t_c;
+ uint8_t segment[5];
};