Skip to content

datp4ddy/gbemulator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GBemulator

Build

Gameboy Emulator written from scratch in Rust. Currently under heavy development.

MarioLand

Status

Working

  • Implemented almost all instructions (STOP still missing)
  • blargg's cpu_instr and instr_timing tests pass
  • Rendering is working
  • Tetris, Dr. Mario, Super Mario Land, Kirby's Dreamland works
  • Timer
  • Window

Todo

  • MBC
  • Interrupts (Serial and Joypad)
  • Sound
  • GUI
  • Probably a lot i forgot
  • Fix a few graphic glitches

Screenshots

CpuTest TimingTest Tetris DrMario