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

Method SaveUint

source/YamlHelper.cpp:438–441  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

436}
437
438void YamlSaveHelper::SaveUint(const char* key, UINT value)
439{
440 Save("%s: %u\n", key, value);
441}
442
443void YamlSaveHelper::SaveHexUint4(const char* key, UINT value)
444{

Callers 15

SaveSnapshotMethod · 0.80
MemSaveSnapshotFunction · 0.80
VideoSaveSnapshotMethod · 0.80
SaveSnapshotMC6821Method · 0.80
SaveSnapshotMethod · 0.80
SaveSnapshotMethod · 0.80
SaveSnapshotFloppyMethod · 0.80
SaveSnapshotDriveUnitMethod · 0.80
SaveSnapshotMethod · 0.80
SaveSnapshotDIPSWMethod · 0.80
Phasor_SaveSnapshotMethod · 0.80
SaveSnapshotMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected