Quantcast
Channel: Gameboy Development » Subject
Viewing all articles
Browse latest Browse all 10

Yet another Gameboy emulator written in Javascript

$
0
0

“GameBoy Online“ Javascrip Gameboy emulator

“GameBoy Online“ running Proxima

When people want to write an emulator, Gameboy is usually the platform of choice, since it’s relatively simple, relatively common and relatively well documented. With the advent of faster Javascript interpreters and Canvas, it now seems like Gameboy emulators made in Javascript is an emerging trend.

The latest addition, tentatively called “GameBoy Online“, made by Grant Galitz, adds GBC support and primitive, pretty crappy, sound support, something the first two don’t do. It also has a fancy GUI. It seems to be slightly slower than the other two, however. Perhaps I ought to benchmark the three existing Javascript Gameboy emulators and see how they compare.

To try it, you need a ROM image. You can either enter it as base64 (Use a tool like this one to convert the file) or use one of the following URLs:

http://gbdev.gg8.se/files/gboroms/TEST.GB
http://gbdev.gg8.se/files/gboroms/proxima.gb
http://grantgalitz.org/gameboy/romStorage/instr_timing.gb
http://grantgalitz.org/gameboy/romStorage/cpu_instrs.gb

Viewing all articles
Browse latest Browse all 10

Trending Articles