Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
753
void blkdev_vsync (void)
754
{
755
for (int i = 0; i < MAX_TOTAL_SCSI_DEVICES; i++)
756
check_changes (i);
757
}
758
759
static int do_scsi (int unitnum, uae_u8 *cmd, int cmdlen)
760
{
Callers
1
devices_vsync_pre
Function · 0.85
Calls
1
check_changes
Function · 0.85
Tested by
no test coverage detected