SergioLuis / CHIPEIT

A CHIP-8 emulator for Android, written in Kotlin
GNU General Public License v3.0
3 stars 1 forks source link

Implement SUPER-CHIP support #49

Open mikelcaz opened 6 years ago

mikelcaz commented 6 years ago

Assigned people

Developer: @SergioLuis Reviewer: @mikelcaz


Description

Additional documentation here: http://devernay.free.fr/hacks/chip8/schip.txt

SergioLuis commented 6 years ago

This should be the first thing to do: it will affect how the graphic memory is serialized, and thus how it is rendered, and thus the game library grid, and thus...

I want to be in charge of this task.