mirror of
https://github.com/holub/mame
synced 2025-05-21 13:18:56 +03:00
Fix 64-bit compile.
This commit is contained in:
parent
1c9f6ebea2
commit
ae4ba214b6
@ -122,7 +122,7 @@ static INPUT_CHANGED( mcu_input )
|
||||
|
||||
if(send)
|
||||
{
|
||||
UINT8 data = (UINT8)((UINT32)param & 0x000000ff);
|
||||
UINT8 data = (UINT8)((FPTR)param & 0x000000ff);
|
||||
scc68070_quizard_rx(field->port->machine, scc68070, data);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user