Skip to content

Releases: danilo94/Sega-Genesis-CHIP-8

Sega Genesis CHIP-8 First Release

17 Oct 18:35
Compare
Choose a tag to compare

Features

  • Menu with 3 Game Options:
    • Invaders (Space Invaders Clone)
    • Tank
    • Boat
  • A Python script to load .ch8 files and convert to u8 *data;

HOW TO RUN

  • Compile this code, or download the .bin file.
  • Load normally, using your preffered Sega Genesis Emulator.
  • Load to your SD card, and run the interpreter using a Flash Card.
  • To Select a game, just use the menu (UP and DOWN buttons) and press the Start button.
  • To exit a game and goes to the menu just press Start.

Limitations

  • Recurrent application Slowdowns, due the current tile drawing logic used.
  • Only 7 buttons of sega genesis joystick mapped to CHIP-8 core.