From adca716b169d2e1e23cf79d8af1998f4d410cfe1 Mon Sep 17 00:00:00 2001
From: Phil Bennett
Date: Thu, 16 Jun 2016 21:05:36 -0700
Subject: [PATCH] Dropped a clanger -nw-
---
src/mame/video/divebomb.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/mame/video/divebomb.cpp b/src/mame/video/divebomb.cpp
index e141acba1f1..275ef64e173 100644
--- a/src/mame/video/divebomb.cpp
+++ b/src/mame/video/divebomb.cpp
@@ -40,7 +40,7 @@ TILE_GET_INFO_MEMBER(divebomb_state::get_fg_tile_info)
K051316_CB_MEMBER(divebomb_state::zoom_callback_1)
{
*code |= (*color & 0x03) << 8;
- *color = 0 + (roz_pal >> 4) & 3;
+ *color = 0 + ((roz_pal >> 4) & 3);
}