| 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 |
| r18618 | r18619 | |
|---|---|---|
| 103 | 103 | ledtext[i] = m_maincpu->space(AS_PROGRAM).read_byte(0x64 + i); |
| 104 | 104 | } |
| 105 | 105 | ledtext[16] = 0; |
| 106 | popmessage(ledtext); | |
| 106 | popmessage("%s",ledtext); | |
| 107 | 107 | return 0; |
| 108 | 108 | } |
| 109 | 109 |
| Previous | 199869 Revisions | Next |