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

Method AY8910_SaveSnapshot

source/Mockingboard.cpp:1154–1159  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1152}
1153
1154UINT MockingboardCard::AY8910_SaveSnapshot(YamlSaveHelper& yamlSaveHelper, BYTE subunit, BYTE ay, const std::string& suffix)
1155{
1156 _ASSERT(subunit < NUM_SUBUNITS_PER_MB && ay < NUM_AY8913_PER_SUBUNIT);
1157 m_MBSubUnit[subunit].ay8913[ay].SaveSnapshot(yamlSaveHelper, suffix);
1158 return 1;
1159}
1160
1161UINT MockingboardCard::AY8910_LoadSnapshot(YamlLoadHelper& yamlLoadHelper, BYTE subunit, BYTE ay, const std::string& suffix)
1162{

Callers

nothing calls this directly

Calls 1

SaveSnapshotMethod · 0.45

Tested by

no test coverage detected