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.
rustboyadvance-ng/rustboyadvance-sdl2
Michel Heily a523a37d32 [WIP] Start working on arm7tdmi dispatch table.
Lookup tables are generally faster than matching in most architectures.
There is some trouble in decoding some arm data processing instructions
so this is non-default feature for now

* Crashes on armwrestler but many games seem to work


Former-commit-id: 3c06ea344ae0097947d8cd5bd05b1f882c7f743a
2020-04-07 02:30:22 +03:00
..
src chore: Make GameBoyAdvance the the bios argument as boxed slice rather then a Vec 2020-02-28 15:11:02 +02:00
build.rs refactor: split "plat" binaries into separate crates 2020-02-23 00:30:38 +02:00
Cargo.toml [WIP] Start working on arm7tdmi dispatch table. 2020-04-07 02:30:22 +03:00