shithub: psxe

Download patch

ref: 4f405ab8ef014d5b5d9e0c9706c8ceba7583c463
parent: f7e41cfdf04b28e57c04a2e4c9ff0cc5a4b84ed3
author: Lisandro Alarcón <lisandroaalarcon@gmail.com>
date: Sat Nov 16 07:52:01 EST 2024

Update README.md

--- a/README.md
+++ b/README.md
@@ -22,7 +22,7 @@
 Use the `-b` or `--bios` setting to configure the BIOS file.
 
 ## Progress
-All components have been implemented, everything apart from the CDROM and memory cards is pretty much complete.
+All components have been implemented, Memory card support is temporarily disabled.
 
 <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>
@@ -31,7 +31,8 @@
 <img src="https://github.com/allkern/psxe/assets/15825466/199c20e4-4e7e-4d0a-a033-eda347034ed5" width="12" height="12"/> MDEC </br>
 <img src="https://github.com/allkern/psxe/assets/15825466/199c20e4-4e7e-4d0a-a033-eda347034ed5" width="12" height="12"/> GTE </br>
 <img src="https://github.com/allkern/psxe/assets/15825466/199c20e4-4e7e-4d0a-a033-eda347034ed5" width="12" height="12"/> Timers </br>
-<img src="https://github.com/allkern/psxe/assets/15825466/0ed1fe97-de2f-47de-bb30-82286e6c5fa0" width="12" height="12"/> CDROM </br>
+<img src="https://github.com/allkern/psxe/assets/15825466/199c20e4-4e7e-4d0a-a033-eda347034ed5" width="12" height="12"/> CDROM </br>
+<img src="https://github.com/allkern/psxe/assets/15825466/0ed1fe97-de2f-47de-bb30-82286e6c5fa0" width="12" height="12"/> Memory cards </br>
 
 ## Building
 Building the emulator should be easy, just use the scripts provided in this repo.
--