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

Function put_ide_reg_8bitdata

src/idecontrollers.cpp:399–402  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

397 return get_ide_reg_multi(board, reg, 0, 0);
398}
399static void put_ide_reg_8bitdata(struct ide_board *board, int reg, uae_u32 v)
400{
401 put_ide_reg_multi(board, reg, v, 0, 0);
402}
403
404
405static int get_gvp_reg(uaecptr addr, struct ide_board *board)

Callers 1

x86_ide_hd_putFunction · 0.85

Calls 1

put_ide_reg_multiFunction · 0.85

Tested by

no test coverage detected