mirror of
https://github.com/holub/mame
synced 2025-04-23 00:39:36 +03:00
(MESS) Fixed out of bounds array access by the supergb driver. (nw)
This commit is contained in:
parent
a93e6f341d
commit
6a748f6368
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user