News via http://www.emucr.com/2011/05/news-ga...-20110528.html

GameBoy Online is a Game Boy and GameBoy Color emulator written in Javascript. It strives to be efficient and try to have a perfect compatibility. Currently the execution speed is not optimal even on browsers. For example on Chrome, which is nevertheless deemed to run Javascript faster on a PC running Windows 7 64-bit version with a double heart 2 CPUs at 2.2 GHz, games run at normal speed but almost skipping some frames.

The sound production is still experimental and rather poor quality. The video portion is by HTML5 or by creating images with BMP string URI. State backups are implemented using the object window.localStorage and are serialized / deserialized JSON. Ditto for backup SRAM.



Recent Changes:
- Fixed regression.
- Update emulation bug LYC = LY.
- Adding a code for an opcode HALT fastest jump to the next IRQ instead of doing a quick check of the state. Also corrected demotronic.
- Optimization of the background rendering paths.
- Remove comments in the code.

http://www.grantgalitz.org/gameboy/