MCPcopy 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
1377void ide_put_data(struct ide_hdf *ide, uae_u16 v)
1378{
1379 ide_put_data_2(ide, v, 1);
1380}
1381void ide_put_data_8bit(struct ide_hdf *ide, uae_u8 v)
1382{
1383 ide_put_data_2(ide, v, 0);

Callers 6

gayle_lputFunction · 0.85
gayle_wputFunction · 0.85
gayle_attr_writeFunction · 0.85
gayle_attr_wputFunction · 0.85
gayle_common_wputFunction · 0.85
put_ide_reg_multiFunction · 0.85

Calls 1

ide_put_data_2Function · 0.85

Tested by

no test coverage detected