|
Post by grantgalitz on May 29, 2011 21:00:39 GMT
I've written a GameBoy Color emulator in JavaScript and HTML5 that doesn't use any plugins. Currently the audio works best in Firefox 4 (Mac and Windows, Linux Firefox is buggy), as well as chrome for mac when web audio is enabled in about:flags. It's an open source project and everyone is welcome to help out with it. It's hosted at github.com/grantgalitz/GameBoy-Online. FYI, read the text above if you're getting no audio or clicky audio. Also, Internet Explorer NOT supported because IE is too f**king shitty (Even IE9 is slower than the other browsers with JavaScript execution speed, not to mention the lack of audio support in IE9 for realtime sample writing (No one dare say "<audio> is supported, so derp!" (I've gotten this a lot from people who don't know how the audio engine actually runs), because that's for source'd in audio that's not generated from within javascript in realtime.)). Anyhow, I've got a live page of tyrian 2000 running with my emulator: www.grantgalitz.org/get_the_hell_out/tyrian2000/. Just wait for the background to go from a gradient color to white, since it needs to ajax in the game binary.
|
|
|
Post by Mindless on Jun 13, 2011 4:51:20 GMT
Ah, sound works in Chrome now! It wasn't force fullscreen last time I tried it though... it makes it kinda slow. In any case, I was impressed by the JavaScript GameBoy emulator.
|
|