summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/phc25.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/phc25.cpp')
-rw-r--r--src/mame/drivers/phc25.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/phc25.cpp b/src/mame/drivers/phc25.cpp
index 9c4462062f0..e1bbc6ccb83 100644
--- a/src/mame/drivers/phc25.cpp
+++ b/src/mame/drivers/phc25.cpp
@@ -58,7 +58,7 @@ READ8_MEMBER( phc25_state::port40_r )
*/
- UINT8 data = 0;
+ uint8_t data = 0;
/* vertical sync */
data |= !m_vdg->fs_r() << 4;