mirror of
https://github.com/holub/mame
synced 2025-04-29 11:30:28 +03:00
Fix compile error (no whatsnew)
This commit is contained in:
parent
3a484722a2
commit
3fc16d58a5
@ -103,7 +103,7 @@ UINT32 cops_state::screen_update( screen_device &screen, bitmap_ind16 &bitmap, c
|
|||||||
ledtext[i] = m_maincpu->space(AS_PROGRAM).read_byte(0x64 + i);
|
ledtext[i] = m_maincpu->space(AS_PROGRAM).read_byte(0x64 + i);
|
||||||
}
|
}
|
||||||
ledtext[16] = 0;
|
ledtext[16] = 0;
|
||||||
popmessage(ledtext);
|
popmessage("%s",ledtext);
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user