codeslinger.co.uk

Gameboy - Finished Product.

My Emulator:

Well it took me a long time to code and then what seemed to be even longer to write this gameboy section of the site but at last we've finished. With the exception of sound of course :-).

Hopefully you now have a full understanding of the gameboy and how to emulate it. You can download the source code for my emulator here feel free to use the code as long as credit is given to me. The source code compiles under visual studio under windows and linux using codeblocks. This version of my gameboy emulator has none of the nicities like a GUI or memory dumping. To run a game you have to change the filename in Gameboy.cpp and recompile it, but remember to use this source code and to play games you must actually own a gameboy and the games you're emulating (I am not supplying any ROMs or supplying links to them)). It is illegal to do otherwise and I will take no responsibility for you doing so. Enjoy

You will find that the source code of my emulator is not identical to the examples given in this tutorial. This is because when I was coding my emulator I wasnt sure what would work and what wouldn't. However when I finished the tutorials were based on the best way to emulate the gameboy with the knowledge I now have after successfully writing the emulator.

My next project will be emulating the master system and having a quick read of the architecture it doesnt seem too difficult. So hopefully I'll have the master system section of the site up soon. I intend to come back to the gameboy after the master system and emulate the gameboy sound. Apparently the master system sound emulation is easier than gameboy so I'll start there and then when I've learnt how it works I'll implement sound in the gameboy.