PDA

View Full Version : JME C64 1.8 released



JKKDARK
June 8th, 2008, 14:43
New version of the Commodore 64 emulator (http://sourceforge.net/projects/jmec64) for J2ME (MIDP 2.0) mobile phones.

Changelog:


The jar archive contains the compiled code of the JME C64 project. The jad file contains a decription of the contents of the jar file and is needed on some devices.

This release is only for usage on mobile devices supporting J2ME with MIDP 2.0. Use the latest JSwingC64 release for a version that can be used on a PC.

After uploading the jar file to your mobile device, you should be able to run the emulator. On some devices the jad file is also required to be transferrred to the mobile device.

You may optionally execute the following steps to include C64 programs into the archive, prior to transferring it to the mobile device:
- Rename the .jar file replacing the .jar by a .zip
- Add the C64 programs (.t64,.c64,.prg,p00) you want to be able to run to the programs folder and add these programs to the programs.txt file.
- Rename the archive replacing the .zip by a .jar
If your device supports the FileConnection API, then you may omit this step and instead transfer the programs to the file system of your mobile device and use the "Search Programs" menu entry to make these programs available to the emulator.
In case that you modify the jar archive as described above, you may not use the downloaded jad file as the file size information it contains is then incorrect!

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.8 (based on rev. 631)
- enable suspend and resume for the emulator (feature request ID 1665194)
- fixed the problem that the screen size might be calculated incorrectly (bug ID 1986383)


Download and give feedback via comments