an Apple ][ emulator in Python
Go to file
James Tauber e5607052da Merge pull request #3 from ghewgill/master
make ROM memory really read-only
2011-08-07 02:38:51 -07:00
applepy.py don't allow writes to ROM area (this caused the ][+ ROM to hang on boot) 2011-08-07 21:31:01 +12:00
README initial update from 2001 code 2011-08-06 16:55:33 -04:00
tests.py improved implementation of indirect bug across page boundaries including indexed indirects as well 2011-08-07 01:22:48 -04:00

ApplePy - an Apple ][ emulator in Python
========================================

by James Tauber / http://jtauber.com/

Originally written 2001, updated 2011

Apple ][ ROM available from http://www.easy68k.com/paulrsm/6502/index.html


Status
------

With original Apple ][ ROM it boots to monitor fine, most monitor commands
work and you can go into Integer BASIC however, every command currently gives
an error.

With later ROMs it hangs on boot.

Still debugging, but mostly likely subtleties in flags not being correctly
updated.