Saturday, July 24th, 2010
Category: JavaScript
<
>p
>JavaScript as a general-purpose “Turing-complete language” is illustrated – the example discussed in the first part of a series: How a CPU can be emulated through JS, and how one might start building an emulation core for the GameBoy console. Looking forward: How a game image can be loaded into the emulator over the Web. For now: Hello, Z80!
Check out Ice Station ImRannazar!
- Click me baby, one more time -- Britney got GameBoy
She's not a girl; not yet a woman, but she got game! Britney Spears, has, like, a totally, way-cool video game created in her image. No blood, no...
- Exploring mobile layout testing, emulators and goals
Learn about three approaches to testing mobile layout: using a layout emulator, using a desktop device emulator such as OpenWave, and using an actual...
- Proper Case Function In Javascript
- Joe Marx's code for formatted work job scheduler
Joe Marx's code for formatted work job...
- Windows Mobile emulator for device testing -- Part 2
A Windows Mobile emulator can simplify mobile device testing without costing a lot of money. In Part 1 of this series, we learned how to install and...
http://gist.github.com/466097
Some fun project I did. Emulates a virtual CPU we used in a lecture in the past semester. Runs with MooTools on NodeJS (just checkout the gist, rename xMooTools.js to MooTools.js and run ‘node Toy.js test1.in’. You will get some *amazing output* along the lines of ’0001′. It is probably *a lot* easier to understand than the Game Boy CPU, so its useful to approach the article above.
Toy CPU description: http://www.cs.princeton.edu/introcs/52toy/
Very nice to see such an high-tech piece of code being ported to javascript ánd have this kind of detailed explanations. Please keep publishing! I’d love to know the intricate workings of a gameboy emu (or a basic cpu on it’s own) :)
The server seems to be down :(
http://www.codebase.es/jsgb Here you have a complete HTML5 Gameboy emulator, with debugger.