mirror of
https://github.com/holub/mame
synced 2025-07-05 18:08:04 +03:00
remove log (nwn)
This commit is contained in:
parent
bff81672b6
commit
d8c855729a
@ -111,7 +111,6 @@ bool sega_837_13551::coin_add(UINT8 slot, INT32 count)
|
||||
return false;
|
||||
|
||||
coin_counter[slot-1] += count;
|
||||
fprintf(stderr, "coin_add(%d, %d) -> %d\n", slot, count, coin_counter[slot]);
|
||||
|
||||
return true;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user