Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/djrideout/pawtible

Game Boy emulator and debugger
https://github.com/djrideout/pawtible

debugger emulator gameboy gameboy-emulator

Last synced: about 3 hours ago
JSON representation

Game Boy emulator and debugger

Awesome Lists containing this project

README

        

# Pawtible
Game Boy emulator and debugger

2024 UPDATE: I wrote most of this in 2019. It is quite a bit slower than it should be and should probably be rewritten with much less bloat (no modules, classes, etc.)

### Passing test suites
- cpu_instrs
- instr_timing
- mem_timing
- rtc3test

### Supported ROM types
- ROM
- MBC1
- MBC3
- MBC3+RAM
- MBC3+RAM+BATTERY
- MBC3+TIMER+BATTERY
- MBC3+TIMER+RAM+BATTERY

### To do
- Sound support
- Other MBCs