summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/fuukifg2.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/fuukifg2.cpp')
-rw-r--r--src/mame/video/fuukifg2.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/fuukifg2.cpp b/src/mame/video/fuukifg2.cpp
index 0fc08a62ab4..c931183a79b 100644
--- a/src/mame/video/fuukifg2.cpp
+++ b/src/mame/video/fuukifg2.cpp
@@ -129,7 +129,7 @@ void fuuki16_state::video_start()
/* Wrapper to handle bg and bg2 ttogether */
void fuuki16_state::draw_layer( screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect, int i, int flag, int pri )
{
- int buffer = (m_vregs[0x1e / 2] & 0x40);
+ int buffer = (m_vregs[0x1e / 2] & 0x40) >> 6;
switch( i )
{