Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BlitterStudio/amiberry
/ ide_put_data
Function
ide_put_data
src/ide.cpp:1377–1380 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1375
}
1376
1377
void ide_put_data(struct ide_hdf *ide, uae_u16 v)
1378
{
1379
ide_put_data_2(ide, v, 1);
1380
}
1381
void ide_put_data_8bit(struct ide_hdf *ide, uae_u8 v)
1382
{
1383
ide_put_data_2(ide, v, 0);
Callers
6
gayle_lput
Function · 0.85
gayle_wput
Function · 0.85
gayle_attr_write
Function · 0.85
gayle_attr_wput
Function · 0.85
gayle_common_wput
Function · 0.85
put_ide_reg_multi
Function · 0.85
Calls
1
ide_put_data_2
Function · 0.85
Tested by
no test coverage detected