summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/thayers.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/thayers.c')
-rw-r--r--src/mame/drivers/thayers.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/thayers.c b/src/mame/drivers/thayers.c
index f2535488b0d..a79b532b873 100644
--- a/src/mame/drivers/thayers.c
+++ b/src/mame/drivers/thayers.c
@@ -98,7 +98,7 @@ static READ8_HANDLER(ram_ic_read)
return ram_ic[offset];
}
-static UINT32 laserdisc_status_r(void *param)
+static CUSTOM_INPUT( laserdisc_status_r )
{
if (discinfo == NULL)
return 0;
@@ -107,7 +107,7 @@ static UINT32 laserdisc_status_r(void *param)
return (laserdisc_line_r(discinfo, LASERDISC_LINE_STATUS) == ASSERT_LINE) ? 0 : 1;
}
-static UINT32 laserdisc_command_r(void *param)
+static CUSTOM_INPUT( laserdisc_command_r )
{
if (discinfo == NULL)
return 0;