Previous 199869 Revisions Next

r18619 Saturday 20th October, 2012 at 09:22:27 UTC by Miodrag Milanović
Fix compile error (no whatsnew)
[src/mame/drivers]cops.c

trunk/src/mame/drivers/cops.c
r18618r18619
103103      ledtext[i] = m_maincpu->space(AS_PROGRAM).read_byte(0x64 + i);
104104   }
105105   ledtext[16] = 0;
106   popmessage(ledtext);
106   popmessage("%s",ledtext);
107107   return 0;
108108}
109109

Previous 199869 Revisions Next


© 1997-2024 The MAME Team