Skip to content

FonkinS/gameboyEmulator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

88 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a gameboy emulator created in C. Runs on macOS and Raspbian Bullseye

games in the .gb format should be placed in the games/ subfolder

Prerequisites

MacOS:

  • OpenGL
  • GLFW (install with brew usint brew install glfw)
  • Xcode Command Line Tools (install using xcode-select --install) Raspbian Bullseye: Run make raspi in root directory
  • GCC (install using sudo apt-get install gcc)
  • make (install using sudo apt-get install make)

Build

Run mkdir bin MacOS: Run make in root directory Raspbian Bullseye: Run make raspi in root directory

🚧 Please be aware that this document is still a work in progress 🚧

About

A Software Gameboy Emulator written in C to be deployed on a Raspberry Pi Zero

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors