summaryrefslogtreecommitdiff
path: root/amiga/plotters.c
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2012-08-05 16:02:25 +0100
committerChris Young <chris@unsatisfactorysoftware.co.uk>2012-08-05 16:02:25 +0100
commit59af85e0b50f7343fe7c867cdb8cb868d7aac58f (patch)
treeae122440758c13780f9da014bfd7c64568e3e9b9 /amiga/plotters.c
parent803970589b1a8516686481f6ef3b6456d46fceb2 (diff)
downloadnetsurf-59af85e0b50f7343fe7c867cdb8cb868d7aac58f.tar.gz
netsurf-59af85e0b50f7343fe7c867cdb8cb868d7aac58f.tar.bz2
disable mask for now, causing colourisation problems
Diffstat (limited to 'amiga/plotters.c')
-rwxr-xr-xamiga/plotters.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/amiga/plotters.c b/amiga/plotters.c
index 5c5c7fa13..ab880dbca 100755
--- a/amiga/plotters.c
+++ b/amiga/plotters.c
@@ -661,7 +661,7 @@ static bool ami_bitmap(int x, int y, int width, int height, struct bitmap *bitma
} else {
tag = BLITA_MaskPlane;
tag_data = (ULONG)bitmap->native_mask;
- minterm = (ABC|ABNC|ANBC);
+ minterm = 0xc0; /* Should be (ABC|ABNC|ANBC) */
}
BltBitMapTags(BLITA_Width,width,
@@ -826,7 +826,7 @@ static void ami_bitmap_tile_hook(struct Hook *hook,struct RastPort *rp,struct Ba
} else {
tag = BLITA_MaskPlane;
tag_data = (ULONG)bfbm->mask;
- minterm = (ABC|ABNC|ANBC);
+ minterm = 0xc0; /* Should be (ABC|ABNC|ANBC) */
}
BltBitMapTags(BLITA_Width, bfbm->width,