summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/model3.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/model3.c')
-rw-r--r--src/mame/drivers/model3.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/model3.c b/src/mame/drivers/model3.c
index 651b24227a8..017c92e5494 100644
--- a/src/mame/drivers/model3.c
+++ b/src/mame/drivers/model3.c
@@ -1063,11 +1063,11 @@ static READ64_HANDLER( model3_ctrl_r )
}
else if (ACCESSING_BITS_24_31)
{
- if(model3_controls_bank & 0x1)
+ if(model3_controls_bank & 0x1)
{
return (input_port_read(machine, "IN1")) << 24;
}
- else
+ else
{
return (input_port_read(machine, "IN0")) << 24;
}