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

Function close_unit

src/cdtv.cpp:1606–1611  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1604 write_log (_T("using drive %s (unit %d, media %d)\n"), di.label, unitnum, di.media_inserted);
1605}
1606static void close_unit (void)
1607{
1608 if (unitnum >= 0)
1609 sys_command_close (unitnum);
1610 unitnum = -1;
1611}
1612
1613static void ew (int addr, uae_u32 value)
1614{

Callers 2

cdtv_freeFunction · 0.70
cdtv_initFunction · 0.70

Calls 1

sys_command_closeFunction · 0.85

Tested by

no test coverage detected