mirror of
https://github.com/holub/mame
synced 2025-04-23 08:49:55 +03:00
Fix compile on 64bit environments
This commit is contained in:
parent
6350ab3302
commit
d71dc84ed6
@ -826,7 +826,7 @@ static WRITE8_HANDLER( zigzag_ay8910_w )
|
||||
|
||||
static CUSTOM_INPUT( azurian_port_r )
|
||||
{
|
||||
return (readinputportbytag("FAKE") >> (int)param) & 1;
|
||||
return (readinputportbytag("FAKE") >> (FPTR)param) & 1;
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user