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

Method SaveHexUint16

source/YamlHelper.cpp:458–461  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

456}
457
458void YamlSaveHelper::SaveHexUint16(const char* key, UINT value)
459{
460 Save("%s: 0x%04X\n", key, value);
461}
462
463void YamlSaveHelper::SaveHexUint24(const char* key, UINT value)
464{

Callers 10

SaveSnapshotMethod · 0.80
SaveSnapshotFloppyMethod · 0.80
SaveSnapshotMethod · 0.80
CpuSaveSnapshotFunction · 0.80
SaveSnapshotMethod · 0.80
SaveSnapshotMethod · 0.80
SaveSnapshotMethod · 0.80
SaveSnapshotMethod · 0.80
SaveSnapshotHDDUnitMethod · 0.80
Z80_SaveSnapshotFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected