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

Function disk_empty

src/disk.cpp:3488–3491  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3486}
3487
3488int disk_empty (int num)
3489{
3490 return drive_empty (floppy + num);
3491}
3492
3493static TCHAR *tobin (uae_u8 v)
3494{

Callers 2

emulib_GetUaeConfigFunction · 0.85
DISK_initFunction · 0.85

Calls 1

drive_emptyFunction · 0.85

Tested by

no test coverage detected