Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BlitterStudio/amiberry
/ rl
Function
rl
src/blkdev.cpp:1287–1290 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1285
p[1] = v;
1286
}
1287
static int rl (uae_u8 *p)
1288
{
1289
return (p[0] << 24) | (p[1] << 16) | (p[2] << 8) | (p[3]);
1290
}
1291
static int rw (uae_u8 *p)
1292
{
1293
return (p[0] << 8) | (p[1]);
Callers
3
scsi_read_cd_da
Function · 0.70
scsi_read_cd
Function · 0.70
scsi_cd_emulate
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected