summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/foodf.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/foodf.c')
-rw-r--r--src/mame/drivers/foodf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/foodf.c b/src/mame/drivers/foodf.c
index c2a31919874..c98c5251fd4 100644
--- a/src/mame/drivers/foodf.c
+++ b/src/mame/drivers/foodf.c
@@ -203,7 +203,7 @@ static WRITE16_HANDLER( digital_w )
static READ16_HANDLER( analog_r )
{
static const char *portnames[] = { "STICK0_X", "STICK1_X", "STICK0_Y", "STICK1_Y" };
-
+
return input_port_read(machine, portnames[whichport]);
}