Fixed rare freeze when loading a rom caused by reading uninitialized memory

This commit is contained in:
Sour 2017-12-22 23:14:17 -05:00
parent b144906e2b
commit 5c85bf722f

View file

@ -43,6 +43,8 @@ public:
void Reset(bool softReset)
{
_nesModel = NesModel::Auto;
_nextIrqCycle = 29828;
_previousCycle = 0;