improve reinit of interpreter

This commit is contained in:
Torsten Ruger
2015-11-10 19:28:31 +02:00
parent 1efa36ed4f
commit 93ff44bb6f
2 changed files with 1 additions and 10 deletions

View File

@ -29,7 +29,7 @@ module Interpreter
end
def start instruction
@clock = 0
initialize
set_state(:running)
set_instruction instruction
end