summaryrefslogtreecommitdiffstats
path: root/src/mame/drivers/poly880.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/poly880.cpp')
-rw-r--r--src/mame/drivers/poly880.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/poly880.cpp b/src/mame/drivers/poly880.cpp
index 679d220fa00..0e2cb9b50b5 100644
--- a/src/mame/drivers/poly880.cpp
+++ b/src/mame/drivers/poly880.cpp
@@ -181,7 +181,7 @@ READ8_MEMBER( poly880_state::pio1_pb_r )
*/
- UINT8 data = 0xf0 | ((m_cassette->input() < +0.0) << 1);
+ uint8_t data = 0xf0 | ((m_cassette->input() < +0.0) << 1);
int i;
for (i = 0; i < 8; i++)