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

Function ide_generic_wget

src/idecontrollers.cpp:2259–2265  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2257 return 0;
2258}
2259static uae_u32 REGPARAM2 ide_generic_wget (uaecptr addr)
2260{
2261 struct ide_board *ide = getideboard(addr);
2262 if (ide)
2263 return ide_read_word(ide, addr);
2264 return 0;
2265}
2266static uae_u32 REGPARAM2 ide_generic_lget (uaecptr addr)
2267{
2268 struct ide_board *ide = getideboard(addr);

Callers 1

xsurf_ide_readFunction · 0.85

Calls 2

getideboardFunction · 0.85
ide_read_wordFunction · 0.85

Tested by

no test coverage detected