[PATCH] Correct off-by-one in array declarations.
MAME emulator for Raspberry Pi
Brought to you by:
squidrpi
In several places, arrays are declared with one fewer element than is
used. This fixes those array declarations.
src/cheat.cpp | 2 +-
src/sound/fm.cpp | 2 +-
src/vidhrdw/cop01.cpp | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)