shithub: psxe

Download patch

ref: b856b80b7349eba3853fcde0f2f1956419e4cfeb
parent: 066eecf60727c1f187f583d5579bf4bae356f760
author: Lisandro Alarcón <aurealinbox@gmail.com>
date: Tue Oct 24 15:01:05 EDT 2023

Update README.md

--- a/README.md
+++ b/README.md
@@ -21,7 +21,7 @@
 Use the `-b` or `--bios` setting to configure the BIOS file.
 
 ## Progress
-Here's a list of what's currently implemented:
+All components have been implemented, those with an orange circle are WIP, while the green ones are largely working correctly.
 
 <img src="https://github.com/allkern/psxe/assets/15825466/199c20e4-4e7e-4d0a-a033-eda347034ed5" width="12" height="12"/> CPU </br>
 <img src="https://github.com/allkern/psxe/assets/15825466/199c20e4-4e7e-4d0a-a033-eda347034ed5" width="12" height="12"/> DMA </br>
@@ -30,7 +30,7 @@
 <img src="https://github.com/allkern/psxe/assets/15825466/0ed1fe97-de2f-47de-bb30-82286e6c5fa0" width="12" height="12"/> SPU </br>
 <img src="https://github.com/allkern/psxe/assets/15825466/0ed1fe97-de2f-47de-bb30-82286e6c5fa0" width="12" height="12"/> MDEC </br>
 <img src="https://github.com/allkern/psxe/assets/15825466/0ed1fe97-de2f-47de-bb30-82286e6c5fa0" width="12" height="12"/> Timers </br>
-<img src="https://github.com/allkern/psxe/assets/15825466/66bf03b1-ef39-46a1-9c73-ddd00cfaf9c2" width="12" height="12"/> GTE </br>
+<img src="https://github.com/allkern/psxe/assets/15825466/0ed1fe97-de2f-47de-bb30-82286e6c5fa0" width="12" height="12"/> GTE </br>
 
 ## Building
 Building the emulator should be easy, just use the scripts provided in this repo.
--