Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/djrideout/pawtible
- Owner: djrideout
- License: mit
- Created: 2019-08-26T22:13:52.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-02-17T03:10:28.000Z (9 months ago)
- Last Synced: 2024-02-17T04:22:04.866Z (9 months ago)
- Topics: debugger, emulator, gameboy, gameboy-emulator
- Language: JavaScript
- Homepage:
- Size: 779 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Pawtible
Game Boy emulator and debugger2024 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