Skip to content

Jorge-Martins/JavaBoyOptimized

Repository files navigation

JavaBoy Optimization

JavaBoy is a Gameboy/Gameboy Color emulator written in java using the swing framework for GUI controls and Java2D to render the image to the virtual screen. JavaBoy can be run on any computer or system with java-1.8.0(or higher) installed and a working graphical desktop environment.

Optimizations

  • Replacement of the instruction switch by a strategy pathern.
  • Added single execution of constant instruction patherns.

Releases

No releases published

Packages

No packages published

Languages