| Previous | 199869 Revisions | Next |
| r34398 Thursday 15th January, 2015 at 00:07:16 UTC by Couriersud |
|---|
| Merge branch 'master' of https://github.com/mamedev/mame.git |
| [src/emu/ui] | inputmap.c |
| r242909 | r242910 | |
|---|---|---|
| 412 | 412 | item = itemarray[curitem]; |
| 413 | 413 | assert(nameformat[item->type] != NULL); |
| 414 | 414 | |
| 415 | if (strcmp(item->owner_name, prev_owner.cstr()) != 0) | |
| 415 | if (item->owner_name && strcmp(item->owner_name, prev_owner.cstr()) != 0) | |
| 416 | 416 | { |
| 417 | 417 | if (first_entry) |
| 418 | 418 | first_entry = false; |
| https://github.com/mamedev/mame/commit/895dd6840de637e8aca7614b4b00873d04bf47a0 |
| Previous | 199869 Revisions | Next |