Fixed potential out of bounds array access. (nw)

This commit is contained in:
Wilbert Pol 2013-04-24 18:21:58 +00:00
parent ea5d79c9cc
commit 341f39061e

View File

@ -360,7 +360,7 @@ public:
virtual void pcb_reset();
protected:
UINT8 m_reg[2];
UINT8 m_reg[4];
};