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

Function wl

src/blkdev.cpp:1275–1281  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1273}
1274
1275static void wl (uae_u8 *p, int v)
1276{
1277 p[0] = v >> 24;
1278 p[1] = v >> 16;
1279 p[2] = v >> 8;
1280 p[3] = v;
1281}
1282static void ww (uae_u8 *p, int v)
1283{
1284 p[0] = v >> 8;

Callers 1

scsi_cd_emulateFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected