From c9df623d36d819bacfaeee969fd365f0e061aba0 Mon Sep 17 00:00:00 2001 From: MishMish Date: Wed, 3 Jul 2019 02:23:36 +0300 Subject: [PATCH] Update README.md Former-commit-id: 03b224b7de9735a1ed43dd7460fe5fa9ece147b4 --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c59369a..cdac0b0 100644 --- a/README.md +++ b/README.md @@ -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. \ No newline at end of file + This page has pretty much everything. Seriously, it's the best.