MCPcopy Create free account
hub / github.com/BlitterStudio/amiberry / warpmode_reset

Function warpmode_reset

src/newcpu.cpp:6934–6940  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6932}
6933
6934static 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
6942void m68k_run(void)
6943{

Callers 2

m68k_goFunction · 0.85
cpuresetFunction · 0.85

Calls 1

warpmodeFunction · 0.85

Tested by

no test coverage detected