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

Function ide_read_wordi

src/idecontrollers.cpp:2207–2210  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2205}
2206
2207static uae_u32 ide_read_wordi(struct ide_board *board, uaecptr addr)
2208{
2209 return ide_read_word(board, addr);
2210}
2211
2212IDE_MEMORY_FUNCTIONS(ide_controller_gvp, ide, gvp_ide_controller_board);
2213

Callers 2

ide_generic_wgetiFunction · 0.85
ide_generic_lgetiFunction · 0.85

Calls 1

ide_read_wordFunction · 0.85

Tested by

no test coverage detected