diff --git a/applepy.py b/applepy.py index 0fd8a0d..562d269 100644 --- a/applepy.py +++ b/applepy.py @@ -333,7 +333,7 @@ class Apple2: self.softswitches = SoftSwitches(display, speaker) args = [ - sys.executable, + "pypy", "cpu6502.py", "--rom", options.rom, ]