From 6e984f500de335c971133e89183993b8be0eb71a Mon Sep 17 00:00:00 2001 From: "R. Belmont" Date: Tue, 5 Mar 2013 04:02:10 +0000 Subject: [PATCH] Fix GCC compile (nw) --- src/mame/drivers/chihiro.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/mame/drivers/chihiro.c b/src/mame/drivers/chihiro.c index e8df3f20707..c78919a5236 100644 --- a/src/mame/drivers/chihiro.c +++ b/src/mame/drivers/chihiro.c @@ -1161,6 +1161,8 @@ void nv2a_renderer::render_register_combiners(INT32 scanline, const extent_t &ex UINT32 a8r8g8b8; int n;//,m,i,j,k; + color[0] = color[1] = color[2] = color[3] = color[4] = color[5] = 0; + osd_lock_acquire(combiner.lock); // needed since multithreading is not supported yet x=extent.stopx-extent.startx; // number of pixels to draw while (x >= 0) {