From eba029c175d6efef68920d4499b3bc6951efad3d Mon Sep 17 00:00:00 2001 From: mahlemiut Date: Thu, 27 Feb 2014 10:18:07 +0000 Subject: [PATCH] attache: hopefully fix out of bounds array access (no whatsnew) --- src/mess/drivers/attache.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/mess/drivers/attache.c b/src/mess/drivers/attache.c index b68a4a78984..26825f21456 100644 --- a/src/mess/drivers/attache.c +++ b/src/mess/drivers/attache.c @@ -242,9 +242,9 @@ UINT32 attache_state::screen_update(screen_device &screen, bitmap_rgb32 &bitmap, // Graphics output (if enabled) if(m_gfx_enabled) { - for(y=0;y