summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--riscos/tinct.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/riscos/tinct.h b/riscos/tinct.h
index b072daed3..c2b7b8ef6 100644
--- a/riscos/tinct.h
+++ b/riscos/tinct.h
@@ -32,4 +32,9 @@
*/
#define Tinct_PlotScaled 0x57243
+/* Tinct_ConvertSprite creates a 32bpp sprite (pointer to memory supplied in R3) from a paletted sprite
+ provided in R2 - see the Tinct documentation for further details.
+*/
+#define Tinct_ConvertSprite 0x57244
+
#endif