updated README credits and status

This commit is contained in:
James Tauber 2011-08-13 09:30:39 -04:00
parent ecd9d00066
commit bc0406f211
1 changed files with 14 additions and 8 deletions

22
README
View File

@ -11,18 +11,24 @@ 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.
Some 6502 code came from contributions from Christiaan Kelly in 2007.
Greg Hewgill provided significant fixes and improvements to the 2011 version
(see the commit log for details).
The character generator bitmaps were entered by hand from visual inspection
of http://www.sbprojects.com/projects/apple1/terminal.php
Status
------
With original Apple ][ ROM it boots to monitor fine, most monitor commands
work and you can go into Integer BASIC (with E000G) and write and run BASIC
programs. Other ROMs have not been tested in any detail yet.
With original Apple ][ ROM it boots to the monitor, most monitor commands
work and you can go into Integer BASIC (with E000G or Ctrl-B RETURN) and
write and run programs. With an Apple ][+ ROM it boots to Applesoft Basic and
runs all the programs I've tried so far.
The only I/O supported is the keyboard and text mode screen.
The only I/O supported is the keyboard and screen but 40-column text, LORES
and HIRES graphics are all supported.
Curses is currently used for the screen, but I'll likely switch to Pygame.
ApplePy currently requires Pygame.