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

Function X6502_Power

src/x6502.cpp:430–437  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

428
429extern int StackAddrBackup;
430void X6502_Power(void)
431{
432 _count=_tcount=_IRQlow=_PC=_A=_X=_Y=_P=_PI=_DB=_jammed=0;
433 _S=0xFD;
434 timestamp=soundtimestamp=0;
435 X6502_Reset();
436 StackAddrBackup = -1;
437}
438
439void X6502_Run(int32 cycles)
440{

Callers 1

PowerNESFunction · 0.85

Calls 1

X6502_ResetFunction · 0.85

Tested by

no test coverage detected