function simuSave() {
gameboy.JoyPadEvent(4, true);gameboy.JoyPadEvent(5, true);gameboy.JoyPadEvent(6, true);gameboy.JoyPadEvent(7, true);
setTimeout(function() {
gameboy.JoyPadEvent(4, false);gameboy.JoyPadEvent(5, false);gameboy.JoyPadEvent(6, false);gameboy.JoyPadEvent(7, false);
}, 20);
}
Put that in Chrome's devtools or Firebug's console and call it with simuSave(). YMMV.Legend Of Zelda - Link's Awakening, now playable in HTML5
21–30 of 30 posts
Re: Legend Of Zelda - Link's Awakening, now playable in HTML5
#22Re: Legend Of Zelda - Link's Awakening, now playable in HTML5
#23Isn't this just the javascript gameboy emulator that has been posted here before? Or maybe it's a different one: https://github.com/grantgalitz/GameBoy-Online Gr, this link was hard to find, my Google-fu was weak. Previous discussion: http://news.ycombinator.com/item?id=2266701
Yup
Re: Legend Of Zelda - Link's Awakening, now playable in HTML5
#24Re: Legend Of Zelda - Link's Awakening, now playable in HTML5
#25This runs... incredibly well. Nothing short of impressed.
Re: Legend Of Zelda - Link's Awakening, now playable in HTML5
#26Re: Legend Of Zelda - Link's Awakening, now playable in HTML5
#27Strange thing just happened when I fired this up. I was playing some other music, and it suddenly sounded like I was blowing out my speakers. I wasn't playing the music very loud, but the bass became extremely scratchy. As soon as I closed the tab, it cleared up. (Win 7 Chrome 12.0.742.100)
You see, the problem is that chrome has bugs. Try running it in Firefox 5 for windows. It's not my fault. period. See some comments in http://www.reddit.com/r/gaming/comments/i9s9h/legend_of_zeld... for other various chrome related issues.
I didn't mean to detract from an awesome project!
Re: Legend Of Zelda - Link's Awakening, now playable in HTML5
#28Earlier quoted context omitted.
Use Firefox 5 then. Problem solved?
Look, the page itself doesn't have a 'Works best in Firefox 5'. There's no need to be so blunt/rude when people mention it doesn't work in other browsers. I'm sure they're not trying to insult your (awesome :) ) work.