VirtualC64 v5.0 beta
Commodore 64 Emulator
|
Implements the emulator's state model. More...
#include <Thread.h>
Public Member Functions | |
void | suspend () override |
Suspends the thread. | |
void | resume () override |
Resumes the thread. | |
void | wakeUp () |
Awakes the thread. | |
Implements the emulator's state model.
This class is one of the base classes of the Emulator class and provides the basic functionality to manage the execution state. It provides functions to launch the emulator thread, to query it's current state, and to switch to another state.
|
overridevirtual |
|
overridevirtual |
void wakeUp | ( | ) |
Awakes the thread.
Wakes up the emulator thread.