Mapper 176 save states fix

This commit is contained in:
Souryo 2016-06-19 11:34:03 -04:00
parent 923fc072ee
commit a9517ccd29

View File

@ -22,6 +22,12 @@ protected:
SelectPRGPage(3, (GetPRGPageCount() - 1) & 0x3F);
}
void StreamState(bool saving)
{
BaseMapper::StreamState(saving);
Stream(_registersEnabled);
}
void WriteRegister(uint16_t addr, uint8_t value)
{
switch(addr) {