mirror of
https://github.com/jtauber/applepy.git
synced 2024-11-29 20:49:21 +00:00
minor tweak to run cpu under pypy
This commit is contained in:
parent
5b50bb0fbc
commit
f661f1342e
@ -333,7 +333,7 @@ class Apple2:
|
||||
self.softswitches = SoftSwitches(display, speaker)
|
||||
|
||||
args = [
|
||||
sys.executable,
|
||||
"pypy",
|
||||
"cpu6502.py",
|
||||
"--rom", options.rom,
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user