Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
870
void
871
amii_delay_output(void)
872
{
873
/* delay 50 ms */
874
Delay(2L);
875
}
876
877
void
878
amii_number_pad(int state)
Callers
nothing calls this directly
Calls
1
Delay
Function · 0.50
Tested by
no test coverage detected