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

Function ide_generic_wgeti

src/idecontrollers.cpp:2276–2282  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2274 return 0;
2275}
2276static uae_u32 REGPARAM2 ide_generic_wgeti(uaecptr addr)
2277{
2278 struct ide_board *ide = getideboard(addr);
2279 if (ide)
2280 return ide_read_wordi(ide, addr);
2281 return 0;
2282}
2283static uae_u32 REGPARAM2 ide_generic_lgeti(uaecptr addr)
2284{
2285 struct ide_board *ide = getideboard(addr);

Callers

nothing calls this directly

Calls 2

getideboardFunction · 0.85
ide_read_wordiFunction · 0.85

Tested by

no test coverage detected