ChonkyStation/README.md
2022-08-21 19:55:33 +02:00

26 lines
No EOL
865 B
Markdown

# ChonkyStation
[![Build (MSBuild)](https://github.com/liuk7071/ChonkyStation/actions/workflows/build.yml/badge.svg)](https://github.com/liuk7071/ChonkyStation/actions/workflows/build.yml) [![Automated Tests](https://github.com/liuk7071/ChonkyStation/actions/workflows/run_unit_tests.yml/badge.svg)](https://github.com/liuk7071/ChonkyStation/actions/workflows/run_unit_tests.yml)
ChonkyStation is a PlayStation 1 emulator.
It can boot some games, very few go in game and even less are playable.
# What is implemented, at least partially
- CPU (Working on the GTE)
- DMA
- GPU (OpenGL renderer)
- CDROM
- Timers
- Pads
- Memory cards
# What isn't
- SPU
- MDEC
![Screenshot](docs/img/boot.png)
![Screenshot](docs/img/amidog.png)
![Screenshot](docs/img/RR.png)
![Screenshot](docs/img/crash.png)
# Thank you peach
[@wheremyfoodat](https://github.com/wheremyfoodat)