summaryrefslogtreecommitdiffstats
path: root/src/mame/drivers/pcipc.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/pcipc.cpp')
-rw-r--r--src/mame/drivers/pcipc.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/pcipc.cpp b/src/mame/drivers/pcipc.cpp
index 591fb072b62..d9a751af7fe 100644
--- a/src/mame/drivers/pcipc.cpp
+++ b/src/mame/drivers/pcipc.cpp
@@ -30,7 +30,7 @@ class pcipc_state : public driver_device
{
public:
struct boot_state_info {
- UINT8 val;
+ uint8_t val;
const char *const message;
};