summaryrefslogtreecommitdiff
path: root/amiga/plotters.c
diff options
context:
space:
mode:
Diffstat (limited to 'amiga/plotters.c')
-rwxr-xr-xamiga/plotters.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/amiga/plotters.c b/amiga/plotters.c
index eb39550a0..bfa881362 100755
--- a/amiga/plotters.c
+++ b/amiga/plotters.c
@@ -986,3 +986,8 @@ bool ami_path(const float *p, unsigned int n, colour fill, float width,
#endif
return true;
}
+
+bool ami_plot_screen_is_palettemapped(void)
+{
+ return palette_mapped;
+}