Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BlitterStudio/amiberry
/ DSKLEN
Function
DSKLEN
src/disk.cpp:5158–5163 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
5156
}
5157
5158
void DSKLEN(uae_u16 v, int hpos)
5159
{
5160
DISK_update(hpos);
5161
DSKLEN_2(v, hpos);
5162
DISK_update_predict();
5163
}
5164
5165
void DISK_update_adkcon(int hpos, uae_u16 v)
5166
{
Callers
2
custom_reset
Function · 0.85
custom_wput_agnus
Function · 0.85
Calls
2
DISK_update
Function · 0.85
DISK_update_predict
Function · 0.85
Tested by
no test coverage detected