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

Function blkdev_cd_change

src/blkdev.cpp:544–551  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

542}
543
544void blkdev_cd_change (int unitnum, const TCHAR *name)
545{
546 struct device_info di;
547 sys_command_info (unitnum, &di, 1);
548#ifdef RETROPLATFORM
549 rp_cd_image_change (unitnum, name);
550#endif
551}
552
553void device_func_reset(void)
554{

Callers 4

open_deviceFunction · 0.85
close_deviceFunction · 0.85
open_deviceFunction · 0.85
close_deviceFunction · 0.85

Calls 1

sys_command_infoFunction · 0.85

Tested by

no test coverage detected