diff options
Diffstat (limited to 'src/mame/includes/mpf1.h')
-rw-r--r-- | src/mame/includes/mpf1.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/mpf1.h b/src/mame/includes/mpf1.h index 603dd68f838..5db907ce6d8 100644 --- a/src/mame/includes/mpf1.h +++ b/src/mame/includes/mpf1.h @@ -67,7 +67,7 @@ public: int m_break; int m_m1; - UINT8 m_lednum; + uint8_t m_lednum; emu_timer *m_led_refresh_timer; DECLARE_DRIVER_INIT(mpf1); |