mirror of
https://github.com/holub/mame
synced 2025-10-05 16:50:57 +03:00
compilation fix for VS14 CTP4 (nw)
This commit is contained in:
parent
ded298329c
commit
a3bf20571e
@ -491,7 +491,7 @@ UINT32 ssem_state::screen_update_ssem(screen_device &screen, bitmap_rgb32 &bitma
|
||||
(m_store[(m_store_line << 2) | 1] << 16) |
|
||||
(m_store[(m_store_line << 2) | 2] << 8) |
|
||||
(m_store[(m_store_line << 2) | 3] << 0));
|
||||
glyph_print(bitmap, 0, 272, "LINE:%02d VALUE:%08x HALT:%"I64FMT"d", m_store_line, word, m_maincpu->state_int(SSEM_HALT));
|
||||
glyph_print(bitmap, 0, 272, "LINE:%02d VALUE:%08x HALT:%" I64FMT "d", m_store_line, word, m_maincpu->state_int(SSEM_HALT));
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user