summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/starwars.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/starwars.c')
-rw-r--r--src/mame/machine/starwars.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mame/machine/starwars.c b/src/mame/machine/starwars.c
index 2250713bb82..410a20c07a4 100644
--- a/src/mame/machine/starwars.c
+++ b/src/mame/machine/starwars.c
@@ -219,7 +219,6 @@ static void run_mproc(running_machine &machine)
/* loop until finished */
while (M_STOP > 0)
{
-
/* each step of the matrix processor takes five clock cycles */
mptime += 5;