mirror of
https://github.com/jtauber/applepy.git
synced 2024-12-01 17:50:40 +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)
|
self.softswitches = SoftSwitches(display, speaker)
|
||||||
|
|
||||||
args = [
|
args = [
|
||||||
sys.executable,
|
"pypy",
|
||||||
"cpu6502.py",
|
"cpu6502.py",
|
||||||
"--rom", options.rom,
|
"--rom", options.rom,
|
||||||
]
|
]
|
||||||
|
Loading…
Reference in New Issue
Block a user