Notes:
You can run the emulator from the command-line by typing "java -jar " or, if your system is proporly configured, by double-clicking the jar file.
The javadoc zip file is meant for those who are interested in the class structure of the application, i.e. rather developers than end users.
Changes:
1.0. (based on SVN rev. 63)
- significantly reduced the memory requirements of the emulator
- add 16 CPU cycles after waking up from a HALT command
implemented LCD bug (bug ID 1968049)
- fixed bug that reading TIMA register prior to initialization of the timer leads to exception (bug ID 1964304)
- some fixes to the Joypad IRQ handling