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

Function pwor

src/ide.cpp:319–326  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

317}
318
319static void pwor (struct ide_hdf *ide, int offset, uae_u16 w)
320{
321 if (ide->byteswap) {
322 w = (w >> 8) | (w << 8);
323 }
324 ide->secbuf[offset * 2 + 0] |= (uae_u8)w;
325 ide->secbuf[offset * 2 + 1] |= w >> 8;
326}
327
328static void ps (struct ide_hdf *ide, int offset, const TCHAR *src, int max)
329{

Callers 1

ide_identity_bufferFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected