Difference between revisions of "GameBoy Online"

From GbdevWiki
Jump to: navigation, search
(GameBoy Online)
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
 +
{{Emulators}}
 +
 
== GameBoy Online ==
 
== GameBoy Online ==
 
Tentatively named GameBoy Online, this emulator is the first GameBoy Color emulator written in JavaScript, as well as the first GameBoy emulator in JavaScript to include sound support. It started with some video code ported from MeBoy as well as previously using code from jsGB (Pedro Ladaria one). Over time, this emulator has become the first JavaScript GameBoy emulator to provide many times over greater accuracy than the previous emulators written in JavaScript. This is also the only emulators as of writing that has the user load in his or her own ROM files into it instead of pre-loading a very limited set of ROMs for the user to play from.
 
Tentatively named GameBoy Online, this emulator is the first GameBoy Color emulator written in JavaScript, as well as the first GameBoy emulator in JavaScript to include sound support. It started with some video code ported from MeBoy as well as previously using code from jsGB (Pedro Ladaria one). Over time, this emulator has become the first JavaScript GameBoy emulator to provide many times over greater accuracy than the previous emulators written in JavaScript. This is also the only emulators as of writing that has the user load in his or her own ROM files into it instead of pre-loading a very limited set of ROMs for the user to play from.
Line 20: Line 22:
 
*Graphics supported.
 
*Graphics supported.
 
*CGB double speed mode supported.
 
*CGB double speed mode supported.
 +
*DMA and H-DMA supported.
 
*Special nearest neighbor scaling in Firefox 3.6+
 
*Special nearest neighbor scaling in Firefox 3.6+
 
* Fullscreen mode (Stretches to the browser's edges).
 
* Fullscreen mode (Stretches to the browser's edges).

Latest revision as of 04:01, 22 December 2010

Part of a series of articles on
Emulators

Cross-platform
VisualBoyAdvance
KiGB
GiiBii
Gambatte

For DOS/Windows
no$gmb
BGB

JavaScript
jsGB by Imran Nazar
JSGB by by Pedro Ladaria
GameBoy Online

For Handhelds
Lameboy DS for NDS
Goomba for GBA
Rin for PSP
TI-Boy SE for TI-83+ SE/TI-84

GameBoy Online

Tentatively named GameBoy Online, this emulator is the first GameBoy Color emulator written in JavaScript, as well as the first GameBoy emulator in JavaScript to include sound support. It started with some video code ported from MeBoy as well as previously using code from jsGB (Pedro Ladaria one). Over time, this emulator has become the first JavaScript GameBoy emulator to provide many times over greater accuracy than the previous emulators written in JavaScript. This is also the only emulators as of writing that has the user load in his or her own ROM files into it instead of pre-loading a very limited set of ROMs for the user to play from.

Facts

  • Homepage: GameBoy Online
  • Type: Emulator
  • Platforms: Cross-platform (An HTML5 and JavaScript capable browser)
  • License: GPL 2
  • Current Version: N/A (No versioning as of yet)
  • Last updated: December 22, 2010

Feature List

  • GameBoy Color boot ROM included and used by default.
  • All four sound channels emulated.
  • MBC1, MBC2, MBC3, and MBC5 supported.
  • GameBoy classic games (B/W) colorized by the boot ROM's color palette.
  • Real Time Clock supported.
  • Freeze States.
  • Joypad supported.
  • Graphics supported.
  • CGB double speed mode supported.
  • DMA and H-DMA supported.
  • Special nearest neighbor scaling in Firefox 3.6+
  • Fullscreen mode (Stretches to the browser's edges).