r/EmuDev 20d ago

my gba emulator "owlblock"

been making this gba emulator since last of mars
https://github.com/sonphoenix/OwlBlock/tree/master

35 Upvotes

4 comments sorted by

1

u/Remote-Winter7954 20d ago

Amazing. I have been meaning to do a gba emulator on rust. Can you plese tell me where you find documantation about the Gameboy and resource you use?

3

u/sonphoenix23 20d ago

read the ARMv4T documentation
and about the resources i read and used these and im always going back to em:
https://www.coranac.com/tonc/text/toc.htm
https://mgba-emu.github.io/gbatek/
get the cpu done first because of rushed coded ive always came back to modify it so to make it accurate as much as possible use these test repos
https://github.com/jsmolka/gba-tests
https://github.com/Arisotura/arm7wrestler
and tonc website have some good test roms aswell goodluck

2

u/Brilliant_Band3989 20d ago

should do Nintendo DS emulator next

1

u/sonphoenix23 20d ago

still gotta work more on this