https://github.com/dylibso/chicory-snes
SNES9x on Chicory
https://github.com/dylibso/chicory-snes
Last synced: 9 months ago
JSON representation
SNES9x on Chicory
- Host: GitHub
- URL: https://github.com/dylibso/chicory-snes
- Owner: dylibso
- License: apache-2.0
- Created: 2024-06-27T20:42:38.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-15T16:18:01.000Z (over 1 year ago)
- Last Synced: 2025-10-13T04:09:11.815Z (9 months ago)
- Language: Java
- Size: 176 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# SNES9x running on Chicory
A port of https://github.com/kazuki-4ys/snes9x2005-wasm/ to [Chicory](https://github.com/dylibso/chicory).
You need to download a rom *THAT YOU LEGALLY OWN*. Change the path to the smc rom file in App.java. Run:
```
mvn compile exec:java -Dexec.mainClass="com.dylibso.snes.App"
```