https://github.com/killarexe/spu-emulator
A Simple emulator for the SPU in Rust
https://github.com/killarexe/spu-emulator
custom-emulator emulation emulator rom rust rust-lang spu
Last synced: 2 months ago
JSON representation
A Simple emulator for the SPU in Rust
- Host: GitHub
- URL: https://github.com/killarexe/spu-emulator
- Owner: Killarexe
- Created: 2023-05-20T08:18:56.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-05-20T08:40:03.000Z (about 2 years ago)
- Last Synced: 2025-02-14T22:46:12.411Z (4 months ago)
- Topics: custom-emulator, emulation, emulator, rom, rust, rust-lang, spu
- Language: Rust
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SPU Emulator
## About
This is a simple emulator using rust for the SPU(Simple Processing Unit). But is still WIP for the GUI part.
## How to make a ROM ?
To make a rom you need to use the [SPU Assembler](https://github.com/Killarexe/SPU-Assembler)