MCPcopy Create free account
hub / github.com/AppleWin/AppleWin / SaveHexUint4

Method SaveHexUint4

source/YamlHelper.cpp:443–446  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

441}
442
443void YamlSaveHelper::SaveHexUint4(const char* key, UINT value)
444{
445 Save("%s: 0x%01X\n", key, value & 0xf);
446}
447
448void YamlSaveHelper::SaveHexUint8(const char* key, UINT value)
449{

Callers 6

SaveSnapshotMethod · 0.80
SaveSnapshotDriveUnitMethod · 0.80
SaveSnapshotMethod · 0.80
SaveSnapshotMethod · 0.80
Phasor_SaveSnapshotMethod · 0.80
SaveSnapshotMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected