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

Function ide_get_data

src/ide.cpp:1321–1324  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1319}
1320
1321uae_u16 ide_get_data(struct ide_hdf *ide)
1322{
1323 return ide_get_data_2(ide, 1);
1324}
1325uae_u8 ide_get_data_8bit(struct ide_hdf *ide)
1326{
1327 return (uae_u8)ide_get_data_2(ide, 0);

Callers 6

gayle_lgetFunction · 0.85
gayle_wgetFunction · 0.85
gayle_attr_readFunction · 0.85
gayle_attr_wgetFunction · 0.85
gayle_common_wgetFunction · 0.85
get_ide_reg_multiFunction · 0.85

Calls 1

ide_get_data_2Function · 0.85

Tested by

no test coverage detected