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

Function get_qcode

src/cdtv.cpp:145–151  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

143}
144
145static int get_qcode (void)
146{
147 if (!sys_command_cd_qcode (unitnum, cdrom_qcode, -1, false))
148 return 0;
149 cdrom_qcode[1] = cd_audio_status;
150 return 1;
151}
152
153static void cdaudiostop_do (void)
154{

Callers 2

dev_threadFunction · 0.70
save_cdtvFunction · 0.70

Calls 1

sys_command_cd_qcodeFunction · 0.85

Tested by

no test coverage detected