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

Function loopmode_start

src/gencpu.cpp:1563–1570  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1561}
1562
1563static void loopmode_start(void)
1564{
1565 loopmode_set = 0;
1566 loopmodeextra = 0;
1567 if (loopmode) {
1568 out("int loop_mode = regs.loop_mode;\n");
1569 }
1570}
1571static void loopmode_stop(void)
1572{
1573 if (loopmode) {

Callers 1

gen_opcodeFunction · 0.85

Calls 1

outFunction · 0.85

Tested by

no test coverage detected