diff options
Diffstat (limited to 'src/mame/drivers/mwsub.cpp')
-rw-r--r-- | src/mame/drivers/mwsub.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/mwsub.cpp b/src/mame/drivers/mwsub.cpp index 5cfa56271db..38672507557 100644 --- a/src/mame/drivers/mwsub.cpp +++ b/src/mame/drivers/mwsub.cpp @@ -108,7 +108,7 @@ WRITE8_MEMBER(submar_state::submar_sound_w) WRITE8_MEMBER(submar_state::submar_led_w) { // 7447 (BCD to LED segment) - const UINT8 _7447_map[16] = + const uint8_t _7447_map[16] = { 0x3f,0x06,0x5b,0x4f,0x66,0x6d,0x7c,0x07,0x7f,0x67,0x58,0x4c,0x62,0x69,0x78,0x00 }; // 2 digits per write. port 4: time, port 5: score |