Skip to content

Releases: craigthomas/Chip8Java

v2.0.0 Release

21 Dec 17:19
796038d
Compare
Choose a tag to compare

The v2.0.0 release of the Super Chip 8 Emulator.

  • Compiled with OpenJDK 11
  • Binary compatible with Java 8 JRE or greater
  • Target systems Windows, Linux, UNIX, MacOS

Changes in this release:

  • XO Chip compatibility.

You will need a copy of the Java Runtime Environment (JRE) version 8 or greater installed in order to run the compiled JAR file. For most systems, you can install Java 8 JRE by visiting http://java.com and installing the Oracle Java Runtime Environment for your platform. This version of the JRE is free for personal use but contains a custom binary license from Oracle. Alternatively, if you prefer to use a JRE with an open-source license (GPL v2 with Classpath Exception), you may visit https://adoptopenjdk.net and install the latest Java Development Kit (JDK) for your system, which will include an appropriate JRE.

An MD5 checksum file is provided below to verify the validity of the generated JAR file.

v1.0.1 Release

19 Sep 18:53
22b8c59
Compare
Choose a tag to compare

The v1.0.1 release of the Super Chip 8 Emulator.

  • Compiled with OpenJDK 11
  • Binary compatible with Java 8 JRE or greater
  • Target systems Windows, Linux, UNIX, MacOS

Changes in this release:

  • Code refactored to move execution loop from CPU to Emulator class.
  • Step and trace mode fixed.

You will need a copy of the Java Runtime Environment (JRE) version 8 or greater installed in order to run the compiled JAR file. For most systems, you can install Java 8 JRE by visiting http://java.com and installing the Oracle Java Runtime Environment for your platform. This version of the JRE is free for personal use but contains a custom binary license from Oracle. Alternatively, if you prefer to use a JRE with an open-source license (GPL v2 with Classpath Exception), you may visit https://adoptopenjdk.net and install the latest Java Development Kit (JDK) for your system, which will include an appropriate JRE.

An MD5 checksum file is provided below to verify the validity of the generated JAR file.

v1.0.0 Release

05 Aug 03:18
54eae93
Compare
Choose a tag to compare

The v1.0.0 release of the Super Chip 8 Emulator.

  • Compiled with OpenJDK 11
  • Binary compatible with Java 8 JRE or greater
  • Target systems Windows, Linux, UNIX, MacOS

You will need a copy of the Java Runtime Environment (JRE) version 8 or greater installed in order to run the compiled JAR file. For most systems, you can install Java 8 JRE by visiting http://java.com and installing the Oracle Java Runtime Environment for your platform. This version of the JRE is free for personal use but contains a custom binary license from Oracle. Alternatively, if you prefer to use a JRE with an open-source license (GPL v2 with Classpath Exception), you may visit https://adoptopenjdk.net and install the latest Java Development Kit (JDK) for your system, which will include an appropriate JRE.

An MD5 checksum file is provided to verify the validity of the generated JAR file.