/hoodboy

incomplete gameboy emulator in kotlin

Primary LanguageKotlinMIT LicenseMIT

This is an incomplete gameboy emulator in Kotlin.

As of writing this README, I hadn't touched it in 2 years. These are the tabs I had open in the VM that I was using to work on it:

It looks like I made decent progress on implementing the instruction set. No work on graphics or sound. From what I recall, instructions don't implement NumberOfCycles (meaning there would probably be timing bugs if I didn't go back and backfill them).