Home
last modified time | relevance | path

Searched refs:setRightDifficultyA (Results 1 – 3 of 3) sorted by relevance

/dports/emulators/stella/stella-6.6/src/emucore/
H A DSwitches.hxx115 void setRightDifficultyA(bool setA);
H A DSwitches.cxx146 void Switches::setRightDifficultyA(bool setToA) in setRightDifficultyA() function in Switches
/dports/emulators/stella/stella-6.6/src/gui/
H A DGameInfoDialog.cxx1003 instance().console().switches().setRightDifficultyA(myRightDiffGroup->getSelected() == 0); in saveConfig()