summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/compis.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/compis.cpp')
-rw-r--r--src/mame/drivers/compis.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/compis.cpp b/src/mame/drivers/compis.cpp
index 5a537afec46..da4699fa33b 100644
--- a/src/mame/drivers/compis.cpp
+++ b/src/mame/drivers/compis.cpp
@@ -631,7 +631,7 @@ READ8_MEMBER( compis_state::ppi_pb_r )
*/
- UINT8 data = 0;
+ uint8_t data = 0;
/* DIP switch - Test mode */
data = m_s8->read();