minor tweak to run cpu under pypy

This commit is contained in:
James Tauber 2011-08-15 23:28:21 -04:00
parent 5b50bb0fbc
commit f661f1342e
1 changed files with 1 additions and 1 deletions

View File

@ -333,7 +333,7 @@ class Apple2:
self.softswitches = SoftSwitches(display, speaker)
args = [
sys.executable,
"pypy",
"cpu6502.py",
"--rom", options.rom,
]