diff --git a/src/mame/video/stvvdp2.c b/src/mame/video/stvvdp2.c index de7e349a83d..dd7fd0f4029 100644 --- a/src/mame/video/stvvdp2.c +++ b/src/mame/video/stvvdp2.c @@ -521,7 +521,7 @@ bit-> /----15----|----14----|----13----|----12----|----11----|----10----|----09 | -- | -- | -- | -- | -- | -- | -- | -- | \----------|----------|----------|----------|----------|----------|----------|---------*/ - #define STV_VDP2_BMPNB ((stv_vdp2_regs[0x02c/4] >> 16)&0x0000ffff) + #define STV_VDP2_BMPNB ((stv_vdp2_regs[0x02c/4] >> 0)&0x0000ffff) #define STV_VDP2_R0BMP ((STV_VDP2_BMPNB & 0x0007) >> 0)