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

Function blkdev_vsync

src/blkdev.cpp:753–757  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

751}
752
753void blkdev_vsync (void)
754{
755 for (int i = 0; i < MAX_TOTAL_SCSI_DEVICES; i++)
756 check_changes (i);
757}
758
759static int do_scsi (int unitnum, uae_u8 *cmd, int cmdlen)
760{

Callers 1

devices_vsync_preFunction · 0.85

Calls 1

check_changesFunction · 0.85

Tested by

no test coverage detected