| 2297 | } |
| 2298 | |
| 2299 | void MainWindow::resetEmu() { |
| 2300 | guiReset = true; |
| 2301 | |
| 2302 | if (guiReceive) { |
| 2303 | varToggle(); |
| 2304 | } |
| 2305 | if (guiDebugBasic) { |
| 2306 | debugBasic(false); |
| 2307 | } |
| 2308 | if (guiDebug) { |
| 2309 | debugToggle(); |
| 2310 | } |
| 2311 | |
| 2312 | emu.reset(); |
| 2313 | } |
| 2314 | |
| 2315 | void MainWindow::emuCheck(emu_state_t state, emu_data_t type) { |
| 2316 |