summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/tempest.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/tempest.c')
-rw-r--r--src/mame/drivers/tempest.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/tempest.c b/src/mame/drivers/tempest.c
index c78efa8caac..0a4fbbc0101 100644
--- a/src/mame/drivers/tempest.c
+++ b/src/mame/drivers/tempest.c
@@ -313,7 +313,7 @@ static WRITE8_HANDLER( wdclr_w )
*
*************************************/
-static UINT32 tempest_knob_r(void *param)
+static CUSTOM_INPUT( tempest_knob_r )
{
UINT32 ret;
@@ -329,7 +329,7 @@ static UINT32 tempest_knob_r(void *param)
return ret;
}
-static UINT32 tempest_buttons_r(void *param)
+static CUSTOM_INPUT( tempest_buttons_r )
{
UINT32 ret;