A complete emulator for the Chip-8 interpreted language, a classic 8-bit video game language originally developed for the COSMAC VIP. This emulator also supports SCHIP (Super Chip), a descendant of Chip-8.
More information on Chip-8 can be found here: https://en.wikipedia.org/wiki/CHIP-8
Adding support for Chip-8E (extended instruction set.) Also adding several new built-in ROMs, fixing some bugs, and including a pause/resume feature by tapping on the screen area.