summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author Michaël Banaan Ananas <happppp@users.noreply.github.com>2011-11-27 06:53:01 +0000
committer Michaël Banaan Ananas <happppp@users.noreply.github.com>2011-11-27 06:53:01 +0000
commit49a2673fba37b7bd0526426717fd3dcd6472d040 (patch)
tree9c6b139a2f3b4f0eb4740c83122b1fb0ab48309e
parenta91971d9a082ef92aec681a1ba8f0e933452e7a5 (diff)
radar was misaligned
-rw-r--r--src/mame/video/bosco.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mame/video/bosco.c b/src/mame/video/bosco.c
index d81658bb3b3..14c1bcb74c3 100644
--- a/src/mame/video/bosco.c
+++ b/src/mame/video/bosco.c
@@ -226,13 +226,13 @@ static void draw_bullets(running_machine &machine, bitmap_t *bitmap, const recta
for (offs = 4; offs < 0x10;offs++)
{
- int x = state->m_bosco_radarx[offs] + ((~state->m_bosco_radarattr[offs] & 0x01) << 8) - 1;
- int y = 251 - state->m_bosco_radary[offs];
+ int x = state->m_bosco_radarx[offs] + ((~state->m_bosco_radarattr[offs] & 0x01) << 8);
+ int y = 253 - state->m_bosco_radary[offs];
if (flip_screen_get(machine))
{
x += 96-2;
- y += 8+2;
+ y += 8;
}
drawgfx_transmask(bitmap,cliprect,machine.gfx[2],