summaryrefslogtreecommitdiff
path: root/amiga/plotters.c
diff options
context:
space:
mode:
Diffstat (limited to 'amiga/plotters.c')
-rw-r--r--amiga/plotters.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/amiga/plotters.c b/amiga/plotters.c
index 5077614b6..9455d1cde 100644
--- a/amiga/plotters.c
+++ b/amiga/plotters.c
@@ -106,8 +106,10 @@ void ami_init_layers(struct gui_globals *gg, ULONG width, ULONG height)
} else {
palette_mapped = false;
}
-#if 0
- palette_mapped = true; /* only supporting palette mapped screens on OS3 for now */
+
+#ifndef __amigaos4__
+#warning OS3 locked to palette-mapped modes
+ palette_mapped = true;
if(depth > 8) depth = 8;
#endif