summaryrefslogtreecommitdiff
path: root/amiga/os3support.h
diff options
context:
space:
mode:
Diffstat (limited to 'amiga/os3support.h')
-rw-r--r--amiga/os3support.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/amiga/os3support.h b/amiga/os3support.h
index a8c5abad2..a329cc9c5 100644
--- a/amiga/os3support.h
+++ b/amiga/os3support.h
@@ -150,9 +150,7 @@
#define ShowWindow(...) (void)0
/* P96 */
-#define p96FreeBitMap(B) FreeBitMap(B)
-#define p96AllocBitMap(W,H,D,FL,FR,FM) AllocBitMap(W,H,D,FL,FR)
-#define p96RectFill(RP,X,Y,XW,YH,C) RectFill(RP,X,Y,XW,YH) /* Needs pen */
+#define p96WritePixelArray (void)0 /* TODO - see rtg.c */
/* Utility */
#define SetMem memset