summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/r2dtank.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/r2dtank.c')
-rw-r--r--src/mame/drivers/r2dtank.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/r2dtank.c b/src/mame/drivers/r2dtank.c
index 1dfd730d9b4..a3552779fcf 100644
--- a/src/mame/drivers/r2dtank.c
+++ b/src/mame/drivers/r2dtank.c
@@ -220,7 +220,7 @@ static void ttl74123_output_changed(int output)
}
-static UINT32 get_ttl74123_output(void *param)
+static CUSTOM_INPUT( get_ttl74123_output )
{
return ttl74123_output;
}