mirror of
https://github.com/holub/mame
synced 2025-05-17 11:15:06 +03:00
Fixed 64-bit GCC build.
This commit is contained in:
parent
c8093c4a52
commit
e76480c990
@ -1469,7 +1469,7 @@ int mame_validitychecks(const game_driver *curdriver)
|
||||
{
|
||||
const char *string = input_port_string_from_index(strnum);
|
||||
if (string != NULL)
|
||||
tagmap_add(defstr, string, (void *)strnum);
|
||||
tagmap_add(defstr, string, (void *)(FPTR)strnum);
|
||||
}
|
||||
prep += get_profile_ticks();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user