From e4ae509f46a69cb0d28a8b87900728121d4f6ad3 Mon Sep 17 00:00:00 2001 From: cam900 Date: Thu, 23 Jan 2020 01:40:29 +0900 Subject: Fix MT 07533 --- src/mame/drivers/bnstars.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/mame/drivers/bnstars.cpp b/src/mame/drivers/bnstars.cpp index 99a690d1256..35e67a5e9ed 100644 --- a/src/mame/drivers/bnstars.cpp +++ b/src/mame/drivers/bnstars.cpp @@ -441,6 +441,7 @@ void bnstars_state::draw_sprites(screen_device &screen, bitmap_ind16 &bitmap, co flipy = !flipy; } + pri >>= 4; /* TODO: priority handling is completely wrong, but better than nothing */ if (pri == 0x0) pri_mask = 0x00; -- cgit v1.2.3