mirror of
https://github.com/holub/mame
synced 2025-07-06 02:18:09 +03:00
Fix crash in gaelco3d.c (radikalb)
This commit is contained in:
parent
5b6183f898
commit
4bdccc433f
@ -362,7 +362,7 @@ static READ32_HANDLER( input_port_3_020_r ) { return readinputport(3) << 16; }
|
|||||||
|
|
||||||
static CUSTOM_INPUT( analog_bit_r )
|
static CUSTOM_INPUT( analog_bit_r )
|
||||||
{
|
{
|
||||||
int which = (FPTR)machine;
|
int which = (FPTR)param;
|
||||||
return (analog_ports[which] >> 7) & 0x01;
|
return (analog_ports[which] >> 7) & 0x01;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user