| Previous | 199869 Revisions | Next |
| r32795 Saturday 18th October, 2014 at 10:51:31 UTC by smf |
|---|
| compilation fix for VS14 CTP4 (nw) |
| [src/mess/drivers] | ssem.c |
| r32794 | r32795 | |
|---|---|---|
| 491 | 491 | (m_store[(m_store_line << 2) | 1] << 16) | |
| 492 | 492 | (m_store[(m_store_line << 2) | 2] << 8) | |
| 493 | 493 | (m_store[(m_store_line << 2) | 3] << 0)); |
| 494 | glyph_print(bitmap, 0, 272, "LINE:%02d VALUE:%08x HALT:%"I64FMT"d", m_store_line, word, m_maincpu->state_int(SSEM_HALT)); | |
| 494 | glyph_print(bitmap, 0, 272, "LINE:%02d VALUE:%08x HALT:%" I64FMT "d", m_store_line, word, m_maincpu->state_int(SSEM_HALT)); | |
| 495 | 495 | return 0; |
| 496 | 496 | } |
| 497 | 497 |
| Previous | 199869 Revisions | Next |