diff --git a/gba/404.html b/gba/404.html new file mode 100644 index 00000000..fff3108d --- /dev/null +++ b/gba/404.html @@ -0,0 +1,17 @@ + + + + + +
+ +Easily emulate GameBoy Advance games for free in your browser
+ + + +
+
+
+
+
v1.4.4
+ +Easily emulate GameBoy Advance games for free in your browser. Completely open source!
+ + +
+
+ Emulator Keybinds
+ Reset Game: R
+ Play/Pause: P
+
+ Advance Wars
+ Advance Wars 2
+ Aladdin
+ Alien Hominid
+ Bomberman Max 2 - Blue Advance
+ Bomberman Tournament
+ Bubble Bobble: Old and New
+ Croket! - Yume no Banker Survival!
+ Croket! 2 - Yami no Bank to Banqueen
+ Croket! 3 - Granu Oukoku no Nazo
+ Croket! 4 - Bank no Mori no Mamorigami
+ Digimon Racing
+ Dragon Ball Z - Supersonic Warriors
+ Drill Dozer
+ Earthworm Jim
+ Earthworm Jim 2
+ Final Fantasy 1 & 2 Advance
+ Final Fantasy IV Advance (Sound Restoration Mod)
+ Final Fantasy VI Advance
+ Final Fantasy Tactics Advance
+ Fire Emblem
+ Frogger Advance - The Great Quest
+ Frogger's Adventures - Temple of the Frog
+ Frogger's Adventures 2 - The Lost Wand
+ F-Zero - GP Legend
+ F-Zero - Maximum Velocity
+ Game & Watch Gallery 4
+ Golden Sun
+ Gunstar Super Heroes
+ Hamtaro - Ham-Ham Heartbreak
+ Iridion 3D
+ Kirby & The Amazing Mirror
+ Kirby: Nightmare in Dream Land
+ Mario & Luigi: Superstar Saga
+ Mario Kart: Super Circuit
+ Mario Party Advance
+ Mario Pinball Land
+ Mega Man & Bass
+ Mega Man Battle Network
+ Mega Man Battle Network 2
+ Mega Man Battle Network 3: Blue
+ Mega Man Battle Network 4: Blue Moon
+ Mega Man Battle Network 4: Red Sun
+ Mega Man Battle Network 5: Team ProtoMan
+ Mega Man Battle Network 6: Cybeast Falzar
+ Mega Man Zero
+ Mega Man Zero 2
+ Mega Man Zero 3
+ Mega Man Zero 4
+ Metal Slug Advance
+ Metroid Fusion
+ Momotarou Dentetsu G Gold Deck wo Tsukure!
+ Monopoly
+ Monster Force
+ Mortal Kombat Advance
+ One Piece
+ Pac-Man World
+ Pac-Man World 2
+ Pokémon Emerald
+ Pokémon LeafGreen
+ Pokémon FireRed
+ Pokémon Mystery Dungeon: Red Rescue Team
+ Pokémon Ruby
+ Pokémon Sapphire
+ Pokémon Video Show Pak 1
+ Pokémon Video Show Pak 2
+ Pokémon Video Show Pak 3
+ Pokémon Video Show Pak 4
+ Puyo Pop
+ Sonic Advance
+ Sonic Advance 2
+ Sonic Advance 3
+ Sonic Battle
+ Sonic Pinball Party
+ Spyro Adventure
+ Spyro: Season of Ice
+ Spyro 2: Season of Flame
+ Super Mario Advance
+ Super Mario Advance 2
+ Super Mario Advance 3
+ Super Mario Advance 4
+ Super Monkey Ball Jr.
+ Super Street Fighter II: Turbo Revival
+ Super Street Fighter III: Alpha
+ Tales of Phantasia
+ Tak 2: The Staff of Dreams
+ Teenage Mutant Ninja Turtles
+ Tetris Worlds
+ The Sims: Bustin' Out
+ The Sims 2
+ The Simpsons: Road Rage
+ Turok Evolution
+ Ty the Tasmanian Tiger 2 - Bush Rescue
+ Ty the Tasmanian Tiger 3 - Night of the Quinkan
+ Wario Land 4
+ WarioWare, Inc.
+ The Legend of Zelda: A Link to the Past
+ The Legend of Zelda: The Minish Cap
+
+ AGB-buttontest
+ gbaframetest
+ suite
+
+
+
+ arm
+ bios
+ flash64
+ flash128
+ hello
+ memory
+ nes
+ none
+ shades
+ sram
+ stripes
+ thumb
+
This simple JavaScript library abstracts the push-for-audio API of Mozilla Audio, and the passive callback API of Web Audio. +This library introduces an abstraction layer that provides a push-for-audio and a callback API in one. We even provide a flash fallback to bring us to a total of 3 APIs supported.
++ Arguments: Passed the number of samples that are needed to replenish the internal audio buffer back to bufferLow.+
+ Functionality: JS developer set callback that can pass back any number of samples to replenish the audio buffer with.
+ Return: Array of samples to be passed into the underlying audio buffer. MUST be divisible by number of channels used (Whole frames required.). The return array length DOES NOT NEED to be of length samplesRequested. +
+ Functionality: JS developers set this callback as a way to program against an audio clock, firing inside an audio event. ++
+ Functionality: JS developers set this callback as a way to program against an audio clock, firing immediately after an audio event. ++
+ Functionality: JS developers set this callback to handle no audio support being available from the browser. ++
+ Functionality: JS developers set this DOM object for the Web Audio API to enable audio from. ++