mirror of
https://github.com/holub/mame
synced 2025-05-18 11:39:29 +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);
|
const char *string = input_port_string_from_index(strnum);
|
||||||
if (string != NULL)
|
if (string != NULL)
|
||||||
tagmap_add(defstr, string, (void *)strnum);
|
tagmap_add(defstr, string, (void *)(FPTR)strnum);
|
||||||
}
|
}
|
||||||
prep += get_profile_ticks();
|
prep += get_profile_ticks();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user