MCPcopy Create free account
hub / github.com/NetHack/NetHack / amii_delay_output

Function amii_delay_output

sys/amiga/amiwind.c:870–875  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

868}
869
870void
871amii_delay_output(void)
872{
873 /* delay 50 ms */
874 Delay(2L);
875}
876
877void
878amii_number_pad(int state)

Callers

nothing calls this directly

Calls 1

DelayFunction · 0.50

Tested by

no test coverage detected