Reputation: 452
I'm writing an emulator for the game boy color (for fun). I've found tonnes of resources and references for the original game boy's hardware, namely Imran Nazar's tutorial (http://imrannazar.com/GameBoy-Emulation-in-JavaScript) and Zak's Book (Z80 instruction reference). As well I've been looking at some open source emulators to fill in the blanks.
One thing I can't figure out or find any resources on are GBC' memory layout and its gpu. GBC has 3x as much memory as the game boy and the LCD display supports 15bit color as opposed to 2bit. So there are definitely things that need to be accounted for.
Any help at all would be appreciated. :)
Upvotes: 7
Views: 2623
Reputation: 13
Upvotes: 1