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

Function get_qcode

src/cdtvcr.cpp:171–179  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

169}
170
171static int get_qcode (void)
172{
173#if 0
174 if (!sys_command_cd_qcode (unitnum, cdrom_qcode))
175 return 0;
176 cdrom_qcode[1] = cd_audio_status;
177#endif
178 return 1;
179}
180
181static int get_toc (void)
182{

Callers 1

dev_threadFunction · 0.70

Calls 1

sys_command_cd_qcodeFunction · 0.85

Tested by

no test coverage detected