My first attempt at a Gameboy Advance Emulator
Go to file
Rekai Nyangadzayi Musuka dccd00782b chore(ppu): resolve integer overflow regression 2022-03-02 23:15:10 -04:00
.vscode chore: remove reccomended extension 2022-01-23 23:13:16 -04:00
lib chore: update SDL.zig 2022-02-05 21:07:15 -04:00
src chore(ppu): resolve integer overflow regression 2022-03-02 23:15:10 -04:00
.gitignore chore: don't commit *.sh files 2022-02-05 15:53:30 -04:00
.gitmodules feat: integrate zig-clap with ZBA 2022-02-04 03:12:35 -04:00
README.md chore: update README.md 2022-03-01 21:30:29 -04:00
build.zig feat: integrate zig-clap with ZBA 2022-02-04 03:12:35 -04:00

README.md

ZBA (working title)

An in-progress Gameboy Advance Emulator written in Zig !

Tests

Resources

Compiling

Most recently built on Zig v0.10.0-dev.1037+331cc810d

Dependencies

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

SDL.zig and zig-clap are git submodules you can init using git submodule update --init from your terminal.

On Linux, be sure to have SDL2 installed using whatever package manager your distro uses.

On Windows, it's easiest if you use vcpkg to install sdl2:x64-windows. If not, SDL2.zig will provide a helpful compile error which should help you get what you need.

On macOS? ¯\_(ツ)_/¯ I hope it isn't too hard to compile though.

Once you've got all the dependencies, run 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