rusty-boy-advance

Crates.iorusty-boy-advance
lib.rsrusty-boy-advance
version0.0.4
sourcesrc
created_at2019-07-01 02:01:10.449198
updated_at2019-07-05 08:59:08.569746
descriptionA Gameboy Advance Emulator (WIP)
homepage
repositoryhttps://github.com/nico-abram/rusty-boy-advance
max_upload_size
id145050
size108,664
Nicolas Abram (nico-abram)

documentation

https://nico-abram.github.io/rusty-boy-advance/doc/rusty_boy_advance/

README

Rusty Boy Advance

Build Status

docs

An attempt at a Game Boy Advance emulator in rust (Very much a WIP).

Useful references/tools

  • GBATEK
  • The arm7TDMI manual
  • The emulation development discord
  • This online disassembler that supports armv4t
  • This other online disassembler, which works better (The other one doesnt correctly respect the thumb setting all the time) and also has an assembler, but gets some opcodes wrong (Possibly because it's not specifically armv4)
  • This online hex editor
Commit count: 143

cargo fmt