Fixed APU saved states (broken in previous APU commit)

This commit is contained in:
Souryo 2016-01-02 18:03:36 -05:00
parent 5f2d2851fe
commit d4046360a0

View file

@ -76,6 +76,8 @@ public:
Stream<bool>(_lengthCounterHalt);
Stream<bool>(_newHaltValue);
Stream<uint8_t>(_lengthCounter);
Stream<uint8_t>(_lengthCounterPreviousValue);
Stream<uint8_t>(_lengthCounterReloadValue);
}
bool GetStatus()