applepy icon indicating copy to clipboard operation
applepy copied to clipboard

an Apple ][ emulator in Python

Results 4 applepy issues
Sort by recently updated
recently updated
newest added

The PR is a conversion to Python 3. It includes PR #22 for using tests and fixes a bug in BRK instruction : B status flag must be set BEFORE...

I saw the video at [YouTube about applepy](https://youtu.be/EhK5JNx0irA), which is great. I know the code is old, but I just kept on repeating putting braces around print statements until I...

There were two problems with `test.py`: 1, No `options` argument passed to `CPU.__init__()` - CPU options were only used to pass 'pc'. Rather than adding another get_options/Options to tests,py, replacing...