mirror of
https://github.com/holub/mame
synced 2025-04-21 07:52:35 +03:00
Fix obvious array-out-of-bounds error, nw
This commit is contained in:
parent
4441fe004b
commit
58c3ad7c00
@ -81,7 +81,7 @@ private:
|
||||
int lastIRQStat;
|
||||
IRQType_t IRQType;
|
||||
|
||||
Chan channel[1];
|
||||
Chan channel[2];
|
||||
|
||||
devcb_write_line intrq_cb;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user