ChonkyStation/README.md
2022-12-11 14:18:36 +01:00

35 lines
1 KiB
Markdown

[![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)
<h1 align="center">
ChonkyStation
</h1>
<div align="center">
<strong>A PlayStation 1 emulator</strong>
</div>
<div align="center">
The PlayStation, often abbreviated as PS1 or PSX, is a video game console released by Sony Computer Entertainment.
</div>
# What is implemented, at least partially
- CPU (Working on the GTE)
- DMA
- GPU (OpenGL renderer)
- CDROM
- Timers
- Pads
- Memory cards
- MDEC
# What isn't
- SPU
<h1 align="center">
Some screenshots
</h1>
![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)