AidenBeresford / FeGBA

Rust-based Game Boy Advance emulator written and maintained by TAMU students.
MIT License
1 stars 0 forks source link

BIC complete without conditionpassed function #12

Open KanagalaA opened 1 month ago

KanagalaA commented 1 month ago

It's definitely filled with bugs but I don't know how to test them.

AidenBeresford commented 1 month ago

Instruction functions should be methods impl for ARM7TDMI. Missing several semicolons. Many other issues but tackle those first.