updated README to reflect status and give credit

This commit is contained in:
James Tauber 2011-08-07 06:52:20 -04:00
parent 6525a27511
commit a9904be5b9

17
README
View File

@ -8,14 +8,21 @@ Originally written 2001, updated 2011
Apple ][ ROM available from http://www.easy68k.com/paulrsm/6502/index.html Apple ][ ROM available from http://www.easy68k.com/paulrsm/6502/index.html
Credits
-------
Some code came from contributions from Christiaan Kelly in 2007.
Significant fixes to the 2011 version from Greg Hewgill (see commit log).
Curses bug report from Lee Gao.
Status Status
------ ------
With original Apple ][ ROM it boots to monitor fine, most monitor commands 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 work and you can go into Integer BASIC (with E000G) and write and run BASIC
an error. programs. Other ROMs have not been tested in any detail yet.
With later ROMs it hangs on boot. The only I/O supported is the keyboard and text mode screen.
Still debugging, but mostly likely subtleties in flags not being correctly Curses is currently used for the screen, but I'll likely switch to Pygame.
updated.