Skip to content

Latest commit

 

History

41 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gbc

A Gameboy Color emulator in Rust

Purpose

The purpose of this is to provide a core GBC emulator written in Rust that can run on both macOS and ARM-based embedded systems.

Compiling GBC Assembly

Install rgbds

brew install rgbds

Write your assembly code and compile using:

rgbasm -o hello-world.o hello-world.asm
rgblink -o hello-world.gb hello-world.o
rgbfix -v -p 0xFF hello-world.gb

You're good to go! Now you can write your own GBC code to run in the emulator.

About

Gameboy Color emulator in Rust

Resources

Stars

5 stars

Watchers

1 watching

Forks

Releases

Sponsor this project

Packages

Contributors

Languages