Update README.md

This commit is contained in:
Lisandro Alarcón
2023-07-07 00:09:32 -03:00
committed by GitHub
parent bd3e55548d
commit 71f21f24eb
+3 -3
View File
@@ -24,6 +24,9 @@ Here's a list of what's currently implemented:
- 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 @@ Assuming you did everything described above, you should be able to build the emu
### 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