summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/halleys.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/halleys.c')
-rw-r--r--src/mame/drivers/halleys.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/halleys.c b/src/mame/drivers/halleys.c
index cc9aa69bf11..202efcf90ad 100644
--- a/src/mame/drivers/halleys.c
+++ b/src/mame/drivers/halleys.c
@@ -1606,7 +1606,7 @@ static READ8_HANDLER( coin_lockout_r )
static READ8_HANDLER( io_mirror_r )
{
static const char *portnames[] = { "IN0", "IN1", "IN2", "IN3" };
-
+
return input_port_read(machine, portnames[offset]);
}