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 b4404aa42f chore: remove fps_bench
Former-commit-id: d1d2f4e32b45fdeb9c71b2ccb3f57d6bf6c05b41
Former-commit-id: 5b4f1052a6eb0b75036335c0d0a0e84c5cdf531e
2024-03-23 20:16:23 +00:00
.cargo cargo: remove mold and clang linkers 2024-03-22 23:30:17 +00:00
.vscode Update tasks.json 2021-06-05 18:45:05 +03:00
app refactor: restructure project 2024-03-23 20:15:48 +00:00
arm7tdmi chore: remove extra platforms 2024-03-23 20:13:27 +00:00
core cargo: fmt 2024-03-22 23:47:45 +00:00
external chore: add gba_bios.bin file 2024-03-22 23:59:47 +00:00
utils chore: remove extra platforms 2024-03-23 20:13:27 +00: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 chore: remove extra platforms 2024-03-23 20:13:27 +00:00
Cargo.toml chore: remove fps_bench 2024-03-23 20:16:23 +00:00
flake.lock flake: cleanup 2024-03-22 19:46:53 +00:00
flake.nix flake: cleanup 2024-03-22 23:42:32 +00:00
LICENSE Create LICENSE 2019-06-24 16:36:20 +03:00
README.md refactor: restructure project 2024-03-23 20:15:48 +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
  • app/ - Contains the desktop application built with sdl2

External content

The file at external/gamecontrollerdb.txt is not my work - it is sourced from this GitHub repository and covered by the appropriate license present in said repository.

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