https://github.com/callmesalmon/pomme
Minimal Sega Genesis emulator written in C. Contributions are welcome! (WIP)
https://github.com/callmesalmon/pomme
c emulator minimalist pure-c sega sega-genesis
Last synced: 6 months ago
JSON representation
Minimal Sega Genesis emulator written in C. Contributions are welcome! (WIP)
- Host: GitHub
- URL: https://github.com/callmesalmon/pomme
- Owner: callmesalmon
- License: apache-2.0
- Created: 2024-12-03T12:28:12.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-01-24T22:00:01.000Z (9 months ago)
- Last Synced: 2025-03-29T12:27:50.464Z (6 months ago)
- Topics: c, emulator, minimalist, pure-c, sega, sega-genesis
- Language: C
- Homepage:
- Size: 7.51 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Pomme: Sega Genesis Emulator
Pomme in action
Welcome to Pomme, a Sega Genesis emulator that focuses on being as minimal,
yet as useful as possible! It includes a few external dependencies, but they
are included with the source so you don't really need to install them.## Requirements
- [brew](https://brew.sh)
- [make](https://www.gnu.org/software/make)
- [python2](https://www.python.org)Other system requirements can be installed
with [deps.sh](/scripts/deps.sh).## Install
```sh
git clone https://github.com/ElisStaaf/pomme
cd pomme
./scripts/deps.sh
make
./pomme.py
```## Credits
HQX was made by Maxim Stephin and Cameron Zemek.
Musashi was made by Karl Stenerud.