MCPcopy Create free account
hub / github.com/TASEmulators/fceux / emu_poweron

Function emu_poweron

src/lua-engine.cpp:461–466  ·  view source on GitHub ↗

emu.poweron() Executes a power cycle

Source from the content-addressed store, hash-verified

459//
460// Executes a power cycle
461static int emu_poweron(lua_State *L) {
462 if (GameInfo)
463 FCEUI_PowerNES();
464
465 return 0;
466}
467
468static int emu_debuggerloop(lua_State *L) {
469 #ifdef __WIN_DRIVER__

Callers

nothing calls this directly

Calls 1

FCEUI_PowerNESFunction · 0.85

Tested by

no test coverage detected