Skip to content

juliankrieger/gbaemu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GameBoy Emlator in Python

Current Roadmap

  • Fully implement GameBoy Cartridge Header handling in ram.py

  • Implement all Z80 Architecture Calls in cpu.py as specified by the ISA in GameBoy CPU Manual

  • Integrate Licensee Codes into ram.py

  • Move Program Counter handling to cpu.py

  • Move Commands to subclasses of a superclass that can handle setting program counter and memory adresses

  • Write a lot more unit and integration tests

Distant Future

  • Video Output

  • Sound Handling

  • Save States

Even More Distant Future

  • Integrate Cython compilation for a considerable speed-up

Literature

Resources

About

Emulator for the GameBoy Color

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages