shish / rosettaboy

A gameboy emulator in several different languages

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Golang MVP todo

shish opened this issue · comments

commented
  • parse ROM metadata from .gb files - what is go's equivalent of python's "struct" module?
  • CPU instructions
  • GPU - should be fairly straightforward to port from C++