Fixed rare freeze when loading a rom caused by reading uninitialized memory
This commit is contained in:
parent
b144906e2b
commit
5c85bf722f
1 changed files with 2 additions and 0 deletions
|
@ -43,6 +43,8 @@ public:
|
|||
|
||||
void Reset(bool softReset)
|
||||
{
|
||||
_nesModel = NesModel::Auto;
|
||||
|
||||
_nextIrqCycle = 29828;
|
||||
|
||||
_previousCycle = 0;
|
||||
|
|
Loading…
Add table
Reference in a new issue