Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
458
void YamlSaveHelper::SaveHexUint16(const char* key, UINT value)
459
{
460
Save(
"%s: 0x%04X\n"
, key, value);
461
}
462
463
void YamlSaveHelper::SaveHexUint24(const char* key, UINT value)
464
{
Callers
10
SaveSnapshot
Method · 0.80
SaveSnapshotFloppy
Method · 0.80
SaveSnapshot
Method · 0.80
CpuSaveSnapshot
Function · 0.80
SaveSnapshot
Method · 0.80
SaveSnapshot
Method · 0.80
SaveSnapshot
Method · 0.80
SaveSnapshot
Method · 0.80
SaveSnapshotHDDUnit
Method · 0.80
Z80_SaveSnapshot
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected