Skip to content

DarkMatter-999/rusty-boii

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rusty-boii

A simple Nintendo GameBoy emulator written in Rust and SDL2.

Compiling instructions

The emulator can to compiled with rust's package manager cargo by:

cargo build --release

Running instructions

The emulator expects two arguments to run

  • Game-rom - Actual game
  • Boot-rom - If you want the Nintendo splash screen
$ GameBoi <GameRom-Path> <BootRom-Path(Optional)>

TODOs

  • Add support for X8800 tiles
  • Add better timer support
  • Add sound subsystem

Releases

No releases published

Packages

No packages published

Languages