In a warm start, memory is not reset, but the CPU and cards are reset All but video softswitches are reset, putting the MMU in a known state
()
| 202 | * All but video softswitches are reset, putting the MMU in a known state |
| 203 | */ |
| 204 | public abstract void warmStart(); |
| 205 | |
| 206 | public Keyboard getKeyboard() { |
| 207 | return this.keyboard; |
no outgoing calls
no test coverage detected