All entries in topic: emulator

How much time takes your browser to boot Linux ?

Posted on May 22, 2011 in Pushing The Envelope

jslinux

This is an interesting question posed by French programmer Fabrice Bellard, who then attempted to answer the question by creating a JavaScript PC (x86) emulator to run Linux. It runs in FireFox 4, Chrome 10, Opera 11.11 and IE9. Oh and he also wrote his own JavaScript terminal, you know, for fun.

Add a comment...

Tim de Koning Develops a C64 Plugin for jQuery

Posted on April 16, 2010 in It's All in the Game Yo!

C64 BASIC code is visible in the emulator

That’s right, a C64 plugin called jsc64. You call $('#container').jsc64(); and a Commodore 64 emulator appears within the element with id container. Tim has ported an existing Flash/ActionScript emulator (FC64) to use JavaScript and canvas. It runs a little slow under Firefox, but Chrome seems to handle it pretty well. There’s also a small selection of ROMs you can load and play.

Thanks, Raena for the heads-up.

Continue reading…

Add a comment...

Apple II Emulator in Pure JavaScript and Canvas by Gil Megidish

Posted on March 22, 2010 in It's All in the Game Yo!,Pushing The Envelope

js-apple2e-emulator

Gil Megidish has created an Apple II emulator in pure JavaScript and using the canvas element for the screen display. It’s a literal emulation of the CPU that reads the binary files for the games and everything. It’s hard to get a good screen shot because of the display refresh rate. You’ll probably want to run it using Chrome to get a decent frame rate.

Add a comment...