summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Huddleston <jeremyhu@apple.com>2011-10-19 00:41:56 -0700
committerJeremy Huddleston <jeremyhu@apple.com>2011-10-19 00:41:56 -0700
commitd7be4a953859f12083c1743c73712f9f510d7fda (patch)
treef8f17a8b486c34d890424717150661abed06971f
parent3a97ecb50f326dbe0e1a3b3656806a8a2d2a1c3d (diff)
Use unsigned long rather than deprecated IOADDRESS
Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com>
-rw-r--r--src/tdfx.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tdfx.h b/src/tdfx.h
index 15f6d11..dbdf4c6 100644
--- a/src/tdfx.h
+++ b/src/tdfx.h
@@ -191,7 +191,7 @@ typedef struct _TDFXRec {
unsigned char *FbBase;
unsigned char *myFbBase;
#endif
- IOADDRESS PIOBase[MAXCHIPS];
+ unsigned long PIOBase[MAXCHIPS];
long FbMapSize;
int pixelFormat;
int stride;