summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/midwunit.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/midwunit.c')
-rw-r--r--src/mame/machine/midwunit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/midwunit.c b/src/mame/machine/midwunit.c
index 7121ff9672c..8cc46a67e70 100644
--- a/src/mame/machine/midwunit.c
+++ b/src/mame/machine/midwunit.c
@@ -180,7 +180,7 @@ WRITE16_HANDLER( midxunit_unknown_w )
READ16_HANDLER( midwunit_io_r )
{
static const char *portnames[] = { "IN0", "IN1", "DSW", "IN2" };
-
+
/* apply I/O shuffling */
offset = ioshuffle[offset % 16];