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

Function ide_put_data_8bit

src/ide.cpp:1381–1384  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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);
1384}
1385
1386uae_u32 ide_read_reg (struct ide_hdf *ide, int ide_reg)
1387{

Callers 1

put_ide_reg_multiFunction · 0.85

Calls 1

ide_put_data_2Function · 0.85

Tested by

no test coverage detected