summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/system16.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/system16.c')
-rw-r--r--src/mame/drivers/system16.c24
1 files changed, 12 insertions, 12 deletions
diff --git a/src/mame/drivers/system16.c b/src/mame/drivers/system16.c
index 4d75d2ba3b3..8eadb0d26cf 100644
--- a/src/mame/drivers/system16.c
+++ b/src/mame/drivers/system16.c
@@ -1396,18 +1396,18 @@ static READ16_HANDLER( passht4b_service_r )
return val;
}
-static READ16_HANDLER( passht4b_io1_r )
-{
+static READ16_HANDLER( passht4b_io1_r )
+{
return passht4b_io1_val;
}
-static READ16_HANDLER( passht4b_io2_r )
-{
+static READ16_HANDLER( passht4b_io2_r )
+{
return passht4b_io2_val;
}
-static READ16_HANDLER( passht4b_io3_r )
-{
+static READ16_HANDLER( passht4b_io3_r )
+{
return passht4b_io3_val;
}
@@ -1854,18 +1854,18 @@ MACHINE_DRIVER_END
/***************************************************************************/
static READ16_HANDLER( tt_io_player1_r )
-{
- return input_port_read(machine, "P1") << 8;
+{
+ return input_port_read(machine, "P1") << 8;
}
static READ16_HANDLER( tt_io_player2_r )
-{
- return input_port_read(machine, "P2") << 8;
+{
+ return input_port_read(machine, "P2") << 8;
}
static READ16_HANDLER( tt_io_service_r )
-{
- return input_port_read(machine, "SERVICE") << 8;
+{
+ return input_port_read(machine, "SERVICE") << 8;
}
/*