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

View File

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