Home
last modified time | relevance | path

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

/dports/emulators/stella/stella-6.6/src/debugger/gui/
H A DAudioWidget.cxx199 instance().debugger().tiaDebug().audC0(value); in changeControlRegs()
244 …return EFF_VOL[(instance().debugger().tiaDebug().audC0() ? instance().debugger().tiaDebug().audV0(… in getEffectiveVolume()
/dports/games/libretro-stella2014/stella2014-libretro-64f9364/stella/src/debugger/
H A DTIADebug.cxx95 myState.aud.push_back(audC0()); in getState()
156 myOldState.aud.push_back(audC0()); in saveOldState()
343 uInt8 TIADebug::audC0(int newVal) in audC0() function in TIADebug
H A DTIADebug.hxx103 uInt8 audC0(int newVal = -1);
/dports/emulators/stella/stella-6.6/src/debugger/
H A DTIADebug.hxx103 uInt8 audC0(int newVal = -1);
H A DTIADebug.cxx141 myState.aud.push_back(audC0()); in getState()
253 myOldState.aud.push_back(audC0()); in saveOldState()
513 uInt8 TIADebug::audC0(int newVal) in audC0() function in TIADebug
1308 << hexWithLabel("", int(audC0()), in toString()