From e3af7f334303b36414c3a7c39dec22ec179dbd09 Mon Sep 17 00:00:00 2001 From: Chris Young Date: Tue, 20 Jan 2015 20:36:14 +0000 Subject: Abstract P96 functions away so we can decide what to use at run-time. This allows us to avoid opening P96 on OS4.1FE in future, and not require it to be installed on OS3. --- amiga/os3support.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'amiga/os3support.h') 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 -- cgit v1.2.3