| 6932 | } |
| 6933 | |
| 6934 | static void warpmode_reset() |
| 6935 | { |
| 6936 | if (currprefs.turbo_boot && currprefs.turbo_emulation < 2) { |
| 6937 | warpmode(1); |
| 6938 | currprefs.turbo_emulation = changed_prefs.turbo_emulation = 2; |
| 6939 | } |
| 6940 | } |
| 6941 | |
| 6942 | void m68k_run(void) |
| 6943 | { |