ref: 8a22caf28d40fa3e8ccc89e8eaf54775036fe72b
parent: 89de17b80f954d5323e0ce894e5479fee334ae06
parent: 71f21f24eb46049370df2ef1b3622159442afc1e
author: allkern <lisandroaalarcon@gmail.com>
date: Thu Jul 6 20:20:20 EDT 2023
Merge branch 'master' of https://github.com/allkern/psxe
--- 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
--
⑨