Mirror of CollapseOS
No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
Virgil Dupras a442c46935 sms/vdp: highlight cursor with inverted palette hace 4 años
..
.gitignore emul/hw/sms: WIP hace 4 años
Makefile emul/hw/sms: add A/B ports and a Genesis pad hace 4 años
README.md New kernel module: grid hace 4 años
pad.c emul/hw/sms: add A/B ports and a Genesis pad hace 4 años
pad.h emul/hw/sms: add A/B ports and a Genesis pad hace 4 años
port.c emul/hw/sms: add A/B ports and a Genesis pad hace 4 años
port.h emul/hw/sms: add A/B ports and a Genesis pad hace 4 años
sms.c sms/vdp: highlight cursor with inverted palette hace 4 años
vdp.c sms/vdp: highlight cursor with inverted palette hace 4 años
vdp.h emul/hw/sms: WIP hace 4 años

README.md

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:

  • W --> Up
  • A --> Left
  • S --> Down
  • D --> Right
  • H --> A
  • J --> B
  • K --> C
  • L --> Start

Press ESC to quit.