summaryrefslogtreecommitdiffstats
path: root/src/mame/drivers/pve500.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/pve500.cpp')
-rw-r--r--src/mame/drivers/pve500.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/pve500.cpp b/src/mame/drivers/pve500.cpp
index f1f344a38ba..168f142a3ce 100644
--- a/src/mame/drivers/pve500.cpp
+++ b/src/mame/drivers/pve500.cpp
@@ -87,7 +87,7 @@ private:
required_device<tmpz84c015_device> m_subcpu;
required_device<eeprom_serial_er5911_device> m_eeprom;
required_device<beep_device> m_buzzer;
- UINT8 io_SEL, io_LD, io_LE, io_SC, io_KY;
+ uint8_t io_SEL, io_LD, io_LE, io_SC, io_KY;
};
WRITE_LINE_MEMBER( pve500_state::GPI_w )