Difference between revisions of "GameBoy Online"

From GbdevWiki
Jump to: navigation, search
(Created page with ' == 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 JavaScri…')
 
Line 1: Line 1:
 
 
== 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 and the borrowing of some opcode implementation 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 and the borrowing of some opcode implementation 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 5: Line 4:
  
 
== Facts ==
 
== Facts ==
Homepage: [http://www.grantgalitz.org/gameboy/ GameBoy Online]
+
*Homepage: [http://www.grantgalitz.org/gameboy/ GameBoy Online]
Type: Emulator
+
*Type: Emulator
Platforms: Cross-platform (An HTML5 and JavaScript capable browser)
+
*Platforms: Cross-platform (An HTML5 and JavaScript capable browser)
License: GPL 2
+
*License: GPL 2
Current Version: N/A (No versioning as of yet)
+
*Current Version: N/A (No versioning as of yet)
Last updated: December 22, 2010
+
*Last updated: December 22, 2010
  
 
== Feature List ==
 
== Feature List ==
GameBoy Color boot ROM included and used by default.
+
*GameBoy Color boot ROM included and used by default.
All four sound channels emulated.
+
*All four sound channels emulated.
MBC1, MBC2, MBC3, and MBC5 supported.
+
*MBC1, MBC2, MBC3, and MBC5 supported.
GameBoy classic games (B/W) colorized by the boot ROM's color palette.
+
*GameBoy classic games (B/W) colorized by the boot ROM's color palette.
Real Time Clock supported.
+
*Real Time Clock supported.
Freeze States.
+
*Freeze States.
Joypad supported.
+
*Joypad supported.
Graphics supported.
+
*Graphics supported.
CGB double speed mode supported.
+
*CGB double speed mode supported.
Special nearest neighbor scaling in Firefox 3.6+
+
*Special nearest neighbor scaling in Firefox 3.6+

Revision as of 02:33, 22 December 2010

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 and the borrowing of some opcode implementation 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.
  • Special nearest neighbor scaling in Firefox 3.6+