(MESS) Fixed out of bounds array access by the supergb driver. (nw)

This commit is contained in:
Wilbert Pol 2012-12-30 11:48:19 +00:00
parent a93e6f341d
commit 6a748f6368

View File

@ -143,7 +143,7 @@ public:
UINT8 m_sgb_rest;
UINT8 m_sgb_controller_no;
UINT8 m_sgb_controller_mode;
UINT8 m_sgb_data[112];
UINT8 m_sgb_data[0x100];
UINT32 m_sgb_atf;
/* Cartridge/mapper */