ref: 71f21f24eb46049370df2ef1b3622159442afc1e
parent: bd3e55548dafd97ce02401010f0308d437889dae
author: Lisandro Alarcón <aurealinbox@gmail.com>
date: Thu Jul 6 20:09:32 EDT 2023
Update README.md
--- a/README.md
+++ b/README.md
@@ -24,6 +24,9 @@
- Several GPU registers
- GPU commands used by the BIOS
- Some CDROM commands (`Test`, `Getstat`)
+- CPU quirks (Branch, Load delay slots)
+- Bus structure
+- OTC DMA (Burst), GPU DMA (Request, Linked)
## Building
Building the emulator should be easy, just use the scripts provided in this repo.
@@ -49,9 +52,6 @@
### Windows
```
-- CPU quirks (Branch, Load delay slots)
-- Bus structure
-- OTC DMA (Burst), GPU DMA (Request, Linked)
git clone https://github.com/allkern/psxe
cd psx
./build-deps
--
⑨