MCPcopy 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
5158void DSKLEN(uae_u16 v, int hpos)
5159{
5160 DISK_update(hpos);
5161 DSKLEN_2(v, hpos);
5162 DISK_update_predict();
5163}
5164
5165void DISK_update_adkcon(int hpos, uae_u16 v)
5166{

Callers 2

custom_resetFunction · 0.85
custom_wput_agnusFunction · 0.85

Calls 2

DISK_updateFunction · 0.85
DISK_update_predictFunction · 0.85

Tested by

no test coverage detected