Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1321
uae_u16 ide_get_data(struct ide_hdf *ide)
1322
{
1323
return ide_get_data_2(ide, 1);
1324
}
1325
uae_u8 ide_get_data_8bit(struct ide_hdf *ide)
1326
{
1327
return (uae_u8)ide_get_data_2(ide, 0);
Callers
6
gayle_lget
Function · 0.85
gayle_wget
Function · 0.85
gayle_attr_read
Function · 0.85
gayle_attr_wget
Function · 0.85
gayle_common_wget
Function · 0.85
get_ide_reg_multi
Function · 0.85
Calls
1
ide_get_data_2
Function · 0.85
Tested by
no test coverage detected