hoodlm / hoodboy

incomplete gameboy emulator in kotlin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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).

About

incomplete gameboy emulator in kotlin

License:MIT License


Languages

Language:Kotlin 100.0%