summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/asic65.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/asic65.c')
-rw-r--r--src/mame/machine/asic65.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/asic65.c b/src/mame/machine/asic65.c
index 08954aca6d2..075e29ab356 100644
--- a/src/mame/machine/asic65.c
+++ b/src/mame/machine/asic65.c
@@ -251,7 +251,7 @@ READ16_MEMBER( asic65_device::read )
}
int command = (m_command < MAX_COMMANDS) ? command_map[m_asic65_type][m_command] : OP_UNKNOWN;
-
+
/* update results */
switch (command)
{