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

Function ide_generic_bget

src/idecontrollers.cpp:2252–2258  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2250 }
2251}
2252static uae_u32 REGPARAM2 ide_generic_bget (uaecptr addr)
2253{
2254 struct ide_board *ide = getideboard(addr);
2255 if (ide)
2256 return ide_read_byte(ide, addr);
2257 return 0;
2258}
2259static uae_u32 REGPARAM2 ide_generic_wget (uaecptr addr)
2260{
2261 struct ide_board *ide = getideboard(addr);

Callers 1

xsurf_ide_readFunction · 0.85

Calls 2

getideboardFunction · 0.85
ide_read_byteFunction · 0.85

Tested by

no test coverage detected