mirror of
https://github.com/holub/mame
synced 2025-07-05 09:57:47 +03:00
Fixed potential out of bounds array access. (nw)
This commit is contained in:
parent
ea5d79c9cc
commit
341f39061e
@ -360,7 +360,7 @@ public:
|
||||
virtual void pcb_reset();
|
||||
|
||||
protected:
|
||||
UINT8 m_reg[2];
|
||||
UINT8 m_reg[4];
|
||||
};
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user