summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/superslave.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/superslave.h')
-rw-r--r--src/mame/includes/superslave.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/includes/superslave.h b/src/mame/includes/superslave.h
index ef84899e5c4..42420960a21 100644
--- a/src/mame/includes/superslave.h
+++ b/src/mame/includes/superslave.h
@@ -68,8 +68,8 @@ public:
DECLARE_WRITE_LINE_MEMBER( fr_w );
DECLARE_WRITE_LINE_MEMBER( ft_w );
- UINT8 m_memctrl;
- UINT8 m_cmd;
+ uint8_t m_memctrl;
+ uint8_t m_cmd;
};
#endif