An open API service indexing awesome lists of open source software.

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)

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.