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

Function pwand

src/ide.cpp:310–317  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

308}
309
310static void pwand (struct ide_hdf *ide, int offset, uae_u16 w)
311{
312 if (ide->byteswap) {
313 w = (w >> 8) | (w << 8);
314 }
315 ide->secbuf[offset * 2 + 0] &= ~((uae_u8)w);
316 ide->secbuf[offset * 2 + 1] &= ~(w >> 8);
317}
318
319static void pwor (struct ide_hdf *ide, int offset, uae_u16 w)
320{

Callers 1

ide_identity_bufferFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected