Closed SamCoVT closed 6 years ago
Agreed, the rom loading is broken at HEAD. Can you try rolling back by two commits:
pip3 install https://github.com/mnaberez/py65/archive/d014a20a739aea5c7867914dabaac053b9b42967.zip
And I should add, this means I broke it!
That appears to work. It also has the getc/putc callbacks I was interested in playing with, so I'll work with that version until the HEAD version is fixed. Thanks!
@SamCoVT @BigEd It should be fixed in 6e21008. I added some tests so we don't break it again. Please give it a try and let me know if you still have any issues. Thanks!
That works now. Thanks!
I've been using an older version of py65mon (installed by pip) for a while now. I would like the ability to redirect getc and putc to/from strings, and it looks like the newest version here has exactly what I need.
I installed py65 directly from github using pip3. When I run it with the -r option, I get:
It doesn't matter what is typed after the -r command (the file doesn't even need to exist).
I'm running python 3.6.5 on Fedora Linux. py65mon is listed as 1.0.1.dev0, and was installed with pip3 directly from github on 2018-06-25.