Update README.md

Former-commit-id: 03b224b7de9735a1ed43dd7460fe5fa9ece147b4
This commit is contained in:
MishMish 2019-07-03 02:23:36 +03:00 committed by GitHub
parent eaf972de93
commit c9df623d36

View file

@ -5,7 +5,8 @@
RustBoyAdvance-NG aims to be a Nintendo GameBoy Advance emulator and debugger, written in the rust programming language.
RustBoyAdvance-NG currently has implemented
- Dumbed-down ARM mode disassembling
- Dumbed-down ARM/THUMB mode disassembling
- Some ARM/THUMB instruction are implemented, but not all of them.
- A neat debugger REPL
But the way for full emulation is way far ahead, because most of the ARM/THUMB instructions are not yet implemented.
@ -23,7 +24,7 @@ $ cargo run -- debug
# Why is this project needed ?
It's actually **not**. There are quite a lot of GBA emulators, and even some written in rust.
It's actually **not**. There are quite a lot of GBA emulators, ~~and even some written in rust~~. Actually, I couldn't find any game capable emulators written in rust.
I'm only doing this as a side project intended for learning rust.
@ -39,4 +40,4 @@ You know what they say, *third time's a charm*.
Technical Reference Manuals are **fun**.
- [GBATEK](http://problemkaputt.de/gbatek.htm)
A single webpage written by *no$gba* developer Martin Korth.
This page has pretty much everything. Seriously, it's the best.
This page has pretty much everything. Seriously, it's the best.