Home
last modified time | relevance | path

Searched refs:Cart_MD5 (Results 1 – 11 of 11) sorted by relevance

/dports/emulators/stella/stella-6.6/src/emucore/
H A DPropsSet.cxx80 DefProps[i][static_cast<uInt8>(PropType::Cart_MD5)]); in getMD5()
115 const string& md5 = properties.get(PropType::Cart_MD5); in insert()
165 props.set(PropType::Cart_MD5, md5); in loadPerROM()
204 list.emplace(DefProps[i][static_cast<uInt8>(PropType::Cart_MD5)], properties); in print()
H A DOSystem.cxx663 if(props.get(PropType::Cart_MD5) != cartmd5) in openConsole()
668 props.set(PropType::Cart_MD5, cartmd5); in openConsole()
722 myCheatManager->saveCheats(myConsole->properties().get(PropType::Cart_MD5)); in closeConsole()
921 myCheatManager->saveCheats(myConsole->properties().get(PropType::Cart_MD5)); in mainLoop()
H A DProps.hxx25 Cart_MD5, enumerator
H A DConsole.cxx171 const string& md5 = myProperties.get(PropType::Cart_MD5);
233 myConsoleInfo.CartMD5 = myProperties.get(PropType::Cart_MD5);
887 setControllers(myProperties.get(PropType::Cart_MD5)); in changeLeftController()
904 setControllers(myProperties.get(PropType::Cart_MD5)); in changeRightController()
1030 setControllers(myProperties.get(PropType::Cart_MD5)); in toggleSwapPorts()
1048 setControllers(myProperties.get(PropType::Cart_MD5)); in toggleSwapPaddles()
H A DProps.cxx156 cout << get(PropType::Cart_MD5) << "|" in print()
/dports/emulators/stella/stella-6.6/src/gui/
H A DQuadTariDialog.cxx173 const string& md5 = myGameProperties.get(PropType::Cart_MD5); in setDefaults()
H A DStellaSettingsDialog.cxx333 const string& md5 = myGameProperties.get(PropType::Cart_MD5); in setDefaults()
526 string md5 = myGameProperties.get(PropType::Cart_MD5); in updateControllerStates()
H A DGameInfoDialog.cxx725 string md5 = props.get(PropType::Cart_MD5); in loadEmulationProperties()
856 myMD5->setText(props.get(PropType::Cart_MD5)); in loadCartridgeProperties()
1006 instance().console().setControllers(myGameProperties.get(PropType::Cart_MD5)); in saveConfig()
1077 const string& md5 = myGameProperties.get(PropType::Cart_MD5); in setDefaults()
1114 string md5 = myGameProperties.get(PropType::Cart_MD5); in updateControllerStates()
H A DHighScoresDialog.cxx275 myScores.md5 = instance().console().properties().get(PropType::Cart_MD5); in loadConfig()
/dports/emulators/stella/stella-6.6/src/common/
H A DPNGLibrary.cxx345 VarList::push_back(comments, "ROM MD5", myOSystem.console().properties().get(PropType::Cart_MD5)); in takeSnapshot()
/dports/emulators/stella/stella-6.6/src/debugger/
H A DCartDebug.cxx1012 const string& md5 = myConsole.properties().get(PropType::Cart_MD5); in saveConfigFile()
1210 << "; ROM properties MD5 : " << myConsole.properties().get(PropType::Cart_MD5) << "\n" in saveDisassembly()