| Package | Description |
|---|---|
| emulib.plugins.cpu |
| Modifier and Type | Method and Description |
|---|---|
protected abstract CPU.RunState |
AbstractCPU.stepInternal()
Perform one emulation step in synchronized context.
|
static CPU.RunState |
CPU.RunState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CPU.RunState[] |
CPU.RunState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CPU.CPUListener.runStateChanged(CPU.RunState runState)
Invoked when an CPU's run state changes.
|
Copyright © 2017. All rights reserved.