8000 GitHub - jacobzlogar/gbr: Gameboy Emulator
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

jacobzlogar/gbr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Links:

TODO:

  • Testing:
    • [ ] run one of the instruction testing roms against my decoder
  • Decoding:
    • [ ] add tests for jumps, i think I might have a bug here
    • [ ] stack manipulation instructions
    • e8 instructions (double check this)
    • [ ] halt instruction
    • [ ] DAA
  • Timing:
    • I think what i have is mostly working, hard to tell without a full test

    Some context:

    • each scanline runs for 70224 dots
    • 59.7 frames per second
    • 59.7 * 70224 = 4192372 (which is the clock speed of the console)
  • Interrupts:
    • [ ]
  • Rendering:
    • [ ]
  • Memory Mapping
    • [ ]

About

Gameboy Emulator

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0