From d06d05565c5cbaf6cc5181843f84b356b092d8ed Mon Sep 17 00:00:00 2001 From: Egan Ford Date: Wed, 19 Apr 2017 19:48:37 -0600 Subject: [PATCH] minor timing changes, comment cleanup --- test.scrp | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/test.scrp b/test.scrp index 2248dd1..c2db745 100644 --- a/test.scrp +++ b/test.scrp @@ -9,7 +9,7 @@ on run argv tell application "Virtual ][" activate - delay 1.5 + -- delay 1.5 -- not needed any more? -- Close all open machines close every machine saving no -- Create a new (AppleIIe) @@ -20,8 +20,6 @@ on run argv set scanlines to true set speaker volume to 0.25 insert my_path & my_disk into device "S6D1" - -- Now wait for the startup screen - -- delay 0.5 try with timeout of my_timeout1 seconds @@ -39,11 +37,8 @@ on run argv return "ERROR: TIMEOUT: Virtual ][ screen != " & my_done2 end try - -- short test of image, not necessary, next 3 lines can be removed - -- delay 1 - end tell - -- delay 1.5 + delay 0.5 close every machine saving no quit end tell