summaryrefslogtreecommitdiffstats
path: root/src/mame/drivers/sg1000.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/sg1000.cpp')
-rw-r--r--src/mame/drivers/sg1000.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/sg1000.cpp b/src/mame/drivers/sg1000.cpp
index d715508992e..0b055c86a8b 100644
--- a/src/mame/drivers/sg1000.cpp
+++ b/src/mame/drivers/sg1000.cpp
@@ -384,7 +384,7 @@ READ8_MEMBER( sf7000_state::ppi_pa_r )
PA7
*/
- UINT8 data = 0;
+ uint8_t data = 0;
data |= m_fdc->get_irq() ? 0x01 : 0x00;
data |= m_centronics_busy << 1;