BizHawk/waterbox/pizza
nattthebear bc9726f687 Waterbox: Connect basic stdio. You get an empty stdin, real stdout and stderr, and can present readonly files to the core. 2017-07-01 21:02:52 -04:00
..
.vscode pizza progress: it runs 2017-06-15 19:00:41 -04:00
blip_buf pizza: cover your ears 2017-06-16 08:19:03 -04:00
lib Waterbox: Connect basic stdio. You get an empty stdin, real stdout and stderr, and can present readonly files to the core. 2017-07-01 21:02:52 -04:00
Makefile pizza: ship wbx file 2017-06-24 09:47:51 -04:00
README.md pizza boy at c7bc6ee376028b3766de8d7a02e60ab794841f45 2017-06-13 19:24:28 -04:00
pizza.c Waterbox: Connect basic stdio. You get an empty stdin, real stdout and stderr, and can present readonly files to the core. 2017-07-01 21:02:52 -04:00

README.md

Emu-pizza

A new born Gameboy Classic/Color emulator....

Requirements

Emu-pizza requires libSDL2 to compile and run Space Invaders and Gameboy games. To install it

on an APT based distro:

sudo apt-get install libsdl2-dev

on a YUM based distro:

sudo yum install SDL2-devel

Compile

make

Usage

emu-pizza [gameboy rom]

Gameboy keys

  • Arrows -- Arrows (rly?)
  • Enter -- Start
  • Space -- Select
  • Z/X -- A/B buttons
  • Q -- Exit

Supported ROMS

  • Almost totality of Gameboy roms

Todo

  • Serial cable emulation

Credits

Thanks to Emulator 101, the source of all my current knowledge on 8080 emulation