1
0
mirror of https://github.com/hsoft/collapseos.git synced 2024-09-06 10:48:45 +10:00
collapseos/emul/hw/sms/README.md
Virgil Dupras e1e0676191 emul/hw/sms: add A/B ports and a Genesis pad
This makes the emulator suitable to run the base SMS recipe.
2020-01-10 21:20:44 -05:00

511 B

Sega Master System emulator

This emulates a Sega Master system with a monochrome screen and a Genesis pad hooked to port A.

Build

You need xcb and pkg-config to build this. If you have them, run make. You'll get a sms executable.

Usage

Launch the emulator with ./sms /path/to/rom (you can use the binary from the sms recipe.

This will show a window with the screen's content on it. The mappings to the pad are:

  • Arrows
  • Z --> A
  • X --> B
  • C --> C
  • S --> Start

Press ESC to quit.