Nintendo™ Game Boy Advance emulator and debugger.
This repository has been archived on 2024-06-01. You can view files and clone it, but cannot push or open issues or pull requests.
Find a file
Muhammad Nauman Raza a8cccade6f chore: remove submodules
Former-commit-id: d9a850c87aab50c1f147a40fc3ec124543a9e19e
Former-commit-id: e05d22796968543f86081d634ba7a893a0f0b2a6
2024-03-22 23:05:46 +00:00
.cargo hotfix: actually add .cargo 2024-03-22 20:53:48 +00:00
.github/workflows Update build.yml 2022-03-15 14:34:38 +02:00
.vscode Update tasks.json 2021-06-05 18:45:05 +03:00
arm7tdmi cargo: fmt 2024-03-22 21:12:34 +00:00
assets Add new project icon 2020-04-10 16:45:55 +03:00
core cargo: fmt 2024-03-22 21:12:34 +00:00
external chore: remove submodules 2024-03-22 23:05:46 +00:00
fps_bench all: refactoring audio stuff and using structopt in desktop app 2022-09-13 01:52:05 +03:00
media docs: update README.md 2020-01-12 02:04:44 +02:00
platform chore: remove submodules 2024-03-22 23:05:46 +00:00
utils all: refactoring audio stuff and using structopt in desktop app 2022-09-13 01:52:05 +03:00
.gitignore Ignore .logs dir 2020-04-13 00:24:06 +03:00
.gitmodules Implement controller support for the SDL2 frontend 2020-05-11 20:26:11 +03:00
Cargo.lock Experimental gdbserver 2022-09-17 02:19:46 +03:00
Cargo.toml cargo: release profile performance enhancements 2024-03-22 20:53:05 +00:00
flake.lock flake: cleanup 2024-03-22 19:46:53 +00:00
flake.nix flake: fix package usage 2024-03-22 22:33:11 +00:00
LICENSE Create LICENSE 2019-06-24 16:36:20 +03:00
README.md docs: update for current repo 2024-03-22 20:56:40 +00:00

rustboyadvance-ng

Nintendo GameBoy Advance™ emulator and debugger, written in Rust.

This repository is a fork of rustboyadvance-ng, with minimal non-feature changes.

Project Structure

  • core/ - Main emulator crate that ties everything together
  • arm7tdmi/ - Emulation of the Arm7tdmi processor
  • platform/ - Constains executables & application built with rustboyadvance-core
    • platform/rustbodyadvance-wasm - Web emulator powered by WebAssembly
    • platform/rustbodyadvance-sdl2 - Desktop application built with sdl2
    • platform/rustbodyadvance-minifb - Desktop application built with minifb, not maintained.
    • platform/rustbodyadvance-jni - Java JNI binidngs for the emulator.
    • platform/android - A PoC Android application.

Key bindings

GBA key bindings:

Keyboard GBA
Up Up
Down Down
Left Right
Right Right
Z B Button
X A Button
Return Start
Backspace Select
A L
S R

Special key bindings

Key Function
Space (hold) Disable 60fps cap
F1 Custom debugger (requires --features debugger)
F2 Spawn gdbserver (experimetnal, requires --features gdb)
F5 Save snapshot file
F9 Load snapshot file