Hacktix / GB-8

A simple Chip-8 interpreter for the Nintendo Gameboy Color.
MIT License
57 stars 1 forks source link

Another GB CHIP-8 Interpreter That Could Prove Helpful? #2

Open Coolie2 opened 3 years ago

Coolie2 commented 3 years ago

In my search for meta-emulators, I've not only found your CHIP-8 interpreter for the Game Boy, but another one from 1998 as well: https://web.archive.org/web/20010605212343/http://w1.601.telia.com/~u60103677/gb.html. While yours has the significant benefit of per-game button mapping (though a bit complicated to do for the average user), as that one also emulated the Super Chip-8, perhaps its apparent inclusion of source code could prove helpful in adding Super Chip-8 emulation to your Chip-8 interpreter? As there's unfortunately not a ton of Chip-8 games to choose from, even when searching across several lists of them online, having access to Super Chip-8 ones would be somewhat of an improvement.

Coolie2 commented 3 years ago

In my testing of GB-8, I've also noticed a few imperfections. Some regular Chip-8 games, such as "Danma8ku", are entirely incompatible, while others, such as Snake and Filter, are rendered a bit boring by the fact that it seems that RNG, in those two games at least, seems to always put dots on the left side of the screen...