Home
last modified time | relevance | path

Searched refs:vdelBL (Results 1 – 5 of 5) sorted by relevance

/dports/games/libretro-stella2014/stella2014-libretro-64f9364/stella/src/debugger/
H A DTIADebug.hxx119 bool vdelBL(int newVal = -1);
H A DTIADebug.cxx207 bool TIADebug::vdelBL(int newVal) in vdelBL() function in TIADebug
808 << booleanWithLabel("delay", vdelBL()) in toString()
/dports/emulators/stella/stella-6.6/src/debugger/
H A DTIADebug.hxx123 bool vdelBL(int newVal = -1);
H A DTIADebug.cxx94 myState.vdel.push_back(vdelBL()); in getState()
206 myOldState.vdel.push_back(vdelBL()); in saveOldState()
311 bool TIADebug::vdelBL(int newVal) in vdelBL() function in TIADebug
1265 << boolWithLabel("delay", vdelBL(), state.vdel[2] != oldState.vdel[2]) in toString()
/dports/emulators/stella/stella-6.6/src/debugger/gui/
H A DTiaWidget.cxx939 tia.vdelBL(myDelBL->getState() ? 1 : 0); in handleCommand()
1152 if(tia.vdelBL()) in loadConfig()
1180 myDelBL->setState(tia.vdelBL(), state.vdel[2] != oldstate.vdel[2]); in loadConfig()