SergioLuis / CHIPEIT

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

Implement emulation pause and resume #36

Open mikelcaz opened 6 years ago

mikelcaz commented 6 years ago

Assigned people

Developer: Reviewer:


Description

Implement a way for the user to pause and resume the emulation. Right now, the core supports the operation. This should be just a change in the Android application.