diff --git a/README.md b/README.md
index 047d732..b1ef899 100644
--- a/README.md
+++ b/README.md
@@ -8,12 +8,10 @@ I am developing this emulator for fun and learning only.
I do **not** intend to replace any of the established DS emulators.
**If you are looking for a mature emulator, [melonDS](https://github.com/melonDS-emu/melonDS) is the way to go.**
-![hgss](resources/hgss.png)
-
-## What's there?
+## Current Status
- Full emulation of most core hardware. Most notably missing though are:
- - Any resemblence of accurate timing emulation
+ - Any resemblance of accurate timing emulation
- WiFi, sound capture and microphone emulation
- A somewhat accurate software 3D renderer (not as accurate as melonDS though) with:
- Somewhat accurate edge and vertex attribute interpolation
@@ -22,6 +20,10 @@ I do **not** intend to replace any of the established DS emulators.
- An ARM to x86_64 dynamic recompiler for fast CPU emulation (using my own [lunatic](https://github.com/fleroviux/lunatic) library).
- Rendering of the 2D graphics engines on separate threads
+## Media
+
+![hgss](resources/hgss.png)
+
## Credit
- Martin Korth: for [GBATEK](http://problemkaputt.de/gbatek.htm)
- [Arisotura](https://github.com/Arisotura/): for hardware documentation, especially regarding the 3D engine
@@ -31,7 +33,7 @@ I do **not** intend to replace any of the established DS emulators.
## Copyright
-irisdual is Copyright © 2023 fleroviux. All rights reserved.
+irisdual is Copyright © 2024 fleroviux. All rights reserved.
irisdual is released under a free for non-commercial use license. Refer to the [LICENSE](LICENSE) file for details.
Nintendo DS is a registered trademark of Nintendo Co., Ltd.