From 25a4cce542a9b4d0d9544d959f0c73021e7f3caf Mon Sep 17 00:00:00 2001 From: Chris Young Date: Mon, 2 Feb 2015 18:53:16 +0000 Subject: Experimentally enable P96 on the OS3 build --- amiga/plotters.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'amiga/plotters.c') diff --git a/amiga/plotters.c b/amiga/plotters.c index f680e43b5..405e512f0 100644 --- a/amiga/plotters.c +++ b/amiga/plotters.c @@ -101,13 +101,12 @@ void ami_init_layers(struct gui_globals *gg, ULONG width, ULONG height) depth = GetBitMapAttr(scrn->RastPort.BitMap, BMA_DEPTH); LOG(("Screen depth = %d", depth)); -#ifdef __amigaos4__ if(depth < 16) { palette_mapped = true; } else { palette_mapped = false; } -#else +#if 0 palette_mapped = true; /* only supporting palette mapped screens on OS3 for now */ if(depth > 8) depth = 8; #endif -- cgit v1.2.3