Skip to content

julianollivieira/gameboy-emulator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gameboy-emulator

a gameboy emulator i am writing in c99 to get some basic experience with the language

features

  • instructions
    • misc / control
    • jumps / calls
    • 8-bit load
    • 16-bit load
    • 8-bit arithmetic / logical
    • 16-bit arithmetic / logical
    • 8-bit shift, rotate and bit
  • audio
  • input
  • rendering / graphics

build & run

you can build the project using make and run it using ./gameboy