Difference between revisions of "GameBoy Online"
Grantgalitz (Talk | contribs) (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…') |
|||
(4 intermediate revisions 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 | + | 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 == | == 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+ | + | *DMA and H-DMA supported. |
+ | *Special nearest neighbor scaling in Firefox 3.6+ | ||
+ | * Fullscreen mode (Stretches to the browser's edges). |
Latest revision as of 03:01, 22 December 2010
Part of a series of articles on |
Cross-platform |
JavaScript |
For Handhelds |
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).