summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/m1comm.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/m1comm.c')
-rw-r--r--src/mame/machine/m1comm.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/machine/m1comm.c b/src/mame/machine/m1comm.c
index 03177efcaef..ceec0fc893b 100644
--- a/src/mame/machine/m1comm.c
+++ b/src/mame/machine/m1comm.c
@@ -330,7 +330,7 @@ void m1comm_device::check_vint_irq()
#ifdef __M1COMM_SIMULATION__
void m1comm_device::comm_tick()
{
- if (m_linkenable == 0x01)
+ if (m_linkenable == 0x01)
{
int frameStart = 0x0010;
int frameOffset = 0x0000;
@@ -568,4 +568,4 @@ void m1comm_device::comm_tick()
}
}
}
-#endif \ No newline at end of file
+#endif