summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/mcr68.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/mcr68.c')
-rw-r--r--src/mame/drivers/mcr68.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/mcr68.c b/src/mame/drivers/mcr68.c
index cec0a8ae419..d430bb61668 100644
--- a/src/mame/drivers/mcr68.c
+++ b/src/mame/drivers/mcr68.c
@@ -139,7 +139,7 @@ static READ16_HANDLER( spyhunt2_port_0_r )
int result = input_port_read(machine, "IN0");
int which = (control_word >> 3) & 3;
int analog = input_port_read(machine, portnames[which]);
-
+
return result | ((soundsgood_status_r(machine, 0) & 1) << 5) | (analog << 8);
}