summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/taitosj.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/taitosj.c')
-rw-r--r--src/mame/drivers/taitosj.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/taitosj.c b/src/mame/drivers/taitosj.c
index bd96ef25e45..ebf953fdf68 100644
--- a/src/mame/drivers/taitosj.c
+++ b/src/mame/drivers/taitosj.c
@@ -236,7 +236,7 @@ static WRITE8_HANDLER( input_port_4_f0_w )
input_port_4_f0 = data >> 4;
}
-static UINT32 input_port_4_f0_r(void *param)
+static CUSTOM_INPUT( input_port_4_f0_r )
{
return input_port_4_f0;
}
@@ -325,7 +325,7 @@ ADDRESS_MAP_END
/* seems the most logical way to do the gears */
static UINT8 kikstart_gears[2];
-static int kikstart_gear_r(void *param)
+static CUSTOM_INPUT( kikstart_gear_r )
{
const char *port_tag;