Home
last modified time | relevance | path

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

/dports/games/libretro-stella2014/stella2014-libretro-64f9364/stella/src/emucore/
H A DConsole.hxx304 void toggleFixedColors() const;
H A DTIA.hxx322 bool toggleFixedColors(uInt8 mode = 2);
H A DConsole.cxx925 void Console::toggleFixedColors() const in toggleFixedColors() function in Console
927 if(myTIA->toggleFixedColors()) in toggleFixedColors()
H A DTIA.cxx71 toggleFixedColors(0); in TIA()
153 toggleFixedColors(0); in reset()
468 toggleFixedColors(0); in load()
793 bool TIA::toggleFixedColors(uInt8 mode) in toggleFixedColors() function in TIA
/dports/emulators/stella/stella-6.6/src/emucore/
H A DConsole.hxx358 void toggleFixedColors(bool toggle = true) const;
H A DConsole.cxx1209 void Console::toggleFixedColors(bool toggle) const in toggleFixedColors() function in Console
1211 bool enabled = toggle ? myTIA->toggleFixedColors() : myTIA->usingFixedColors(); in toggleFixedColors()
H A DGlobalKeyHandler.cxx427 …{Setting::FIXED_COL, {false, std::bind(&Console::toggleFixedColors, &myOSystem.consol… in getSettingData()
H A DEventHandler.cxx944 myOSystem.console().toggleFixedColors(); in handleEvent()
/dports/emulators/stella/stella-6.6/src/common/
H A DDevSettingsHandler.cxx222 myOSystem.console().tia().toggleFixedColors(); in handleEnableDebugColors()
/dports/emulators/stella/stella-6.6/src/emucore/tia/
H A DTIA.hxx409 bool toggleFixedColors() { return enableFixedColors(!usingFixedColors()); } in toggleFixedColors() function in TIA
/dports/emulators/stella/stella-6.6/src/debugger/gui/
H A DTiaWidget.cxx723 myFixedEnabled->setState(tia.tia().toggleFixedColors()); in handleCommand()