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

Function X6502_Reset

src/x6502.cpp:398–401  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

396}
397
398void X6502_Reset(void)
399{
400 _IRQlow=FCEU_IQRESET;
401}
402/**
403* Initializes the 6502 CPU
404**/

Callers 2

ResetNESFunction · 0.85
X6502_PowerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected