Home
last modified time | relevance | path

Searched refs:SetRamPowerState (Results 1 – 15 of 15) sorted by relevance

/dports/emulators/nestopia/nestopia-1.51.1/source/core/api/
H A DNstApiMachine.cpp189 Result Machine::SetRamPowerState(const uint state) throw() in SetRamPowerState() function in Nes::Api::Machine
191 emulator.SetRamPowerState(state); in SetRamPowerState()
H A DNstApiMachine.hpp265 Result SetRamPowerState(uint state) throw();
/dports/games/libretro-nestopia/nestopia-2b0315c/source/core/api/
H A DNstApiMachine.cpp189 Result Machine::SetRamPowerState(const uint state) throw() in SetRamPowerState() function in Nes::Api::Machine
191 emulator.SetRamPowerState(state); in SetRamPowerState()
H A DNstApiMachine.hpp265 Result SetRamPowerState(uint state) throw();
/dports/emulators/nestopia/nestopia-1.51.1/source/core/
H A DNstMachine.hpp100 void SetRamPowerState(uint);
H A DNstMachine.cpp330 void Machine::SetRamPowerState(uint state) in SetRamPowerState() function in Nes::Core::Machine
332 cpu.SetRamPowerState(state); in SetRamPowerState()
H A DNstCpu.hpp69 void SetRamPowerState(uint);
H A DNstCpu.cpp170 void Cpu::SetRamPowerState(uint powerstate) in SetRamPowerState() function in Nes::Core::Cpu
/dports/games/libretro-nestopia/nestopia-2b0315c/source/core/
H A DNstMachine.hpp100 void SetRamPowerState(uint);
H A DNstMachine.cpp330 void Machine::SetRamPowerState(uint state) in SetRamPowerState() function in Nes::Core::Machine
332 cpu.SetRamPowerState(state); in SetRamPowerState()
H A DNstCpu.hpp69 void SetRamPowerState(uint);
H A DNstCpu.cpp170 void Cpu::SetRamPowerState(uint powerstate) in SetRamPowerState() function in Nes::Core::Cpu
/dports/emulators/nestopia/nestopia-1.51.1/source/fltkui/
H A Dnstcommon.cpp831 machine.SetRamPowerState(conf.misc_power_state); in nst_reset()
1002 machine.SetRamPowerState(conf.misc_power_state); in nst_load()
/dports/games/libretro-nestopia/nestopia-2b0315c/libretro/
H A Dlibretro.cpp787 machine.SetRamPowerState(0); in check_variables()
789 machine.SetRamPowerState(1); in check_variables()
791 machine.SetRamPowerState(2); in check_variables()
/dports/emulators/nestopia/nestopia-1.51.1/
H A DChangeLog138 - Fixed compilation error in SetRamPowerState (Arto Vainiolehto)