Coffee GB v1.5.5 is released. Coffee GB is a Gameboy Color emulator written in Java 16 (core) and Kotlin (UI). It's meant to be a development exercise.
Features:
Full support for GB & GBC emulation.
Partial Super Gameboy emulation (borders and palette).
Cycle-exact CPU emulation. Each opcode is split into a few micro-operations (load value from memory, store it to register, etc.) and each micro-operation is run in a separate CPU cycle.
Quite compatible (all the Blargg's tests are passed, although some game still doesn't work)
Rollback-based netplay
MBC1-5 support
Battery saves
Support for zipped ROMs
ROM-based compatibility tests run from Maven
Coffee GB Changelog:
This version introduces a number of improvements in the STAT timing. It fixes a few Mooneye PPU tests and adds support for the Spidersoft Pinball games, which are considered particularly hard to emulate correctly.
Download: Coffee GB v1.5.5
Source: Here
0 Comments
Post a Comment