Gamehall - GameBoy Emulator in TypeScript

Опубликовано: 16 Август 2026
на канале: Blatoy
147
7

Done with RedMser, source is online at https://github.com/blatoy/gamehall

This is a short demo of an almost a fully working GameBoy emulator made in TypeScript. It's still missing features related to audio (which is why it sounds glitched) and the timer/divider register which is an issue for some games (other things are also missing but these are probably the most important).

The goal was for us to understand how a GameBoy works in more detail and we are happy with the current result and as such, we are not planning to complete it.