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

Function ide_get_data_8bit

src/ide.cpp:1325–1328  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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);
1328}
1329
1330static void ide_put_data_2(struct ide_hdf *ide, uae_u16 v, int bussize)
1331{

Callers 1

get_ide_reg_multiFunction · 0.85

Calls 1

ide_get_data_2Function · 0.85

Tested by

no test coverage detected