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

Function command_stop

src/blkdev_cdimage.cpp:913–920  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

911}
912
913static int command_stop (int unitnum)
914{
915 struct cdunit *cdu = unitisopen (unitnum);
916 if (!cdu)
917 return 0;
918 cdda_stop (cdu);
919 return 1;
920}
921
922static int command_play (int unitnum, int startlsn, int endlsn, int scan, play_status_callback statusfunc, play_subchannel_callback subfunc)
923{

Callers

nothing calls this directly

Calls 2

cdda_stopFunction · 0.85
unitisopenFunction · 0.70

Tested by

no test coverage detected