Skip to content

marklar423/gameboy-emulator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

Gameboy Emulator

This is a Gameboy emulator written in C.

Currently, GB games that use the MBC1 cart type are supported (e.g. Dr Mario and Tetris). Support for more cart types and GBC games are planned for the future.

Dependencies

  • GLFW: used to render the frames and receive input.
  • inih: used to parse config files
  • libsoundio: used to output audio

Platforms

Currently the project only compiles on Windows, however support for other platforms can be easily added. The only Windows-specific functionality used are mutexes (to ensure the audio buffers are thread-safe) and the WinMain function.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published