P84Ever is an Apple ][ emulator, distributed as a
Web browser applet and a mobile device midlet. It
emulates a clone of the real Apple2, called
pravetz (prawec).
Short link

- 22 Dec 2005 08:01

Changes: Changes were made in the midlet branch only. The
speed of the CPU simulation engine and graphics
engine of the midlet version was increased.
FullScreen support was improved and more portable.
The ability to rotate and change the scale was
added.
- All comments
Recent commentsApplet version patched: incorrect color palette
A bug in the applet version was fixed.
IndexColorModel(BitSize,...) with BitSize=4 and 18 palette colors was used. Applet version was unable to run on a newer JRE.
Changing BitSize=5 allowed the applet to run on a JRE 1.6.x.
Future plans
Applet version is based on very initial code sample and it seems that it hang ups sometimes, especially on multicore systems. Current development version does not suffer from this problem but it is not suitable for release yet.
Future release plans include the following enhancements:
1. Release stable applet version with selectable upscale factor.
2. Add FDD support to both applet and midlet versions and launch Karateka :-)
3. Create java application release.
All changes are fairly easy to implement but I realize that my project is almost senseless and I don't have much time to spend on it. Anyway I promise that I'll implement the above mentioned changes somewhere in the near future.