summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/slapfght.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/slapfght.c')
-rw-r--r--src/mame/machine/slapfght.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/slapfght.c b/src/mame/machine/slapfght.c
index 86818ee1355..e64edb0fd7f 100644
--- a/src/mame/machine/slapfght.c
+++ b/src/mame/machine/slapfght.c
@@ -41,7 +41,7 @@ READ8_MEMBER(slapfght_state::tigerh_mcu_status_r)
res |= 0x02;
if (!m_mcu_sent)
res |= 0x04;
-
+
return res;
}