Coffee GB is a Gameboy Color emulator written in Java 8. It's meant to be a development exercise. More info can be found in the blog post. First I implemented all the Gameboy CPU opcodes. It’s not exactly the Z80, but it’s pretty close. As a reference, I’ve used the GameBoy CPU Manual - later on I discovered that it has a few typos and is not specific enough for some of the operations. After implementing the opcodes and memory (modelled by an int[] array) I was eager to check whether it’s...
...Please, try to understand that that with that amount of games, some will run better than others and some might not even run with MAME4droid.
Please, don't email me asking for a specific game to run.
Official web page for news, sourcecode & additional information:
http://code.google.com/p/imame4all/
This project is based on sources, published by original Nesoid developer, who in turn used code of GPFCE, forked from FCEUltra, currently incarnation of which is known as FCEUX. Help and suggestions are welcome.
This project has been abandoned in favor of the RetroArch, another awesome free software emulator (which has much better NES support and is more actively developed): http://www.libretro.com/.