My first attempt at a Gameboy Advance Emulator
Go to file
Rekai Nyangadzayi Musuka af1887e0a6 feat: schedule audio sampling on scheduler
DMA sound in games like Pokemon Emerald, Chobits, Love Hina, and Kirby:
Nightmare in Dream Land sound great save for conerns about resampling
2022-10-21 05:12:36 -03:00
.vscode chore: remove reccomended extension 2022-10-21 05:12:01 -03:00
lib chore: update dependencies 2022-10-21 05:12:31 -03:00
src feat: schedule audio sampling on scheduler 2022-10-21 05:12:36 -03:00
.gitignore chore: don't commit *.sh files 2022-10-21 05:12:14 -03:00
.gitmodules feat: implement SRAM saving and loading 2022-10-21 05:12:29 -03:00
README.md chore: update README 2022-10-21 05:12:34 -03:00
build.zig feat: implement SRAM saving and loading 2022-10-21 05:12:29 -03:00

README.md

ZBA (working title)

An in-progress Gameboy Advance Emulator written in Zig !

Tests

Resources

Compiling

Most recently built on Zig 0.10.0-dev.1741+d2681d253

Dependencies

bitfields.zig from FlorenceOS is included under lib/util/bitfield.zig.

Use git submodule update --init from the project root to pull the git submodules SDL.zig, zig-clap, and known-folders

Be sure to provide SDL2 using:

  • Linux: Your distro's package manager
  • MacOS: ¯\_(ツ)_/¯
  • Windows: vcpkg (install sdl2:x64-windows)

SDL.zig will provide a helpful compile error if the zig compiler is unable to find SDL2.

Once you've got all the dependencies, execute zig build -Drelease-fast. The executable is located at zig-out/bin/.

Controls

Key Button
X A
Z B
A Left Shoulder
S Right Shoulder
Return Start
RShift Select
Arrow Keys D-Pad