summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/ladybug.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/ladybug.c')
-rw-r--r--src/mame/drivers/ladybug.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/ladybug.c b/src/mame/drivers/ladybug.c
index 033be5ce90e..785c1d03833 100644
--- a/src/mame/drivers/ladybug.c
+++ b/src/mame/drivers/ladybug.c
@@ -119,12 +119,12 @@ static INTERRUPT_GEN( ladybug_interrupt )
#define LADYBUG_P1_CONTROL_PORT_TAG ("CONTP1")
#define LADYBUG_P2_CONTROL_PORT_TAG ("CONTP2")
-static UINT32 ladybug_p1_control_r(void *param)
+static CUSTOM_INPUT( ladybug_p1_control_r )
{
return readinputportbytag(LADYBUG_P1_CONTROL_PORT_TAG);
}
-static UINT32 ladybug_p2_control_r(void *param)
+static CUSTOM_INPUT( ladybug_p2_control_r )
{
UINT32 ret;