nes: fixed array access above array bounds. (no whatsnew)

This commit is contained in:
mahlemiut 2013-04-22 09:38:40 +00:00
parent 7c77d4feb0
commit acae1e5c14

View File

@ -301,7 +301,7 @@ public:
virtual void pcb_reset();
private:
UINT8 m_reg[3];
UINT8 m_reg[4];
};
@ -585,7 +585,7 @@ public:
virtual void pcb_reset();
private:
UINT8 m_reg[3];
UINT8 m_reg[4];
};