summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/gaelco3d.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/gaelco3d.c')
-rw-r--r--src/mame/drivers/gaelco3d.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/gaelco3d.c b/src/mame/drivers/gaelco3d.c
index 40a90299dbb..1fca838329d 100644
--- a/src/mame/drivers/gaelco3d.c
+++ b/src/mame/drivers/gaelco3d.c
@@ -358,7 +358,7 @@ static READ32_HANDLER( input_port_2_020_r ) { return readinputport(2) << 16; }
static READ32_HANDLER( input_port_3_020_r ) { return readinputport(3) << 16; }
-static UINT32 analog_bit_r(void *param)
+static CUSTOM_INPUT( analog_bit_r )
{
int which = (FPTR)param;
return (analog_ports[which] >> 7) & 0x01;