]> 4ch.mooo.com Git - 16.git/blobdiff - src/lib/16_ca.h
OK i got the borland C version of exmmtest.exe to compile and it dose not go BOOM...
[16.git] / src / lib / 16_ca.h
index 77809387576c8437e4e1978adf7b33614dbc011c..1dc0ce76cc8cb25140fa1e12f4024991cc4756e5 100644 (file)
@@ -83,8 +83,8 @@ extern        void    (*finishcachebox)       (void);
 
 void CA_OpenDebug (void);\r
 void CA_CloseDebug (void);
-boolean CA_FarRead (int handle, byte huge *dest, dword length, mminfo_t *mm);\r
-boolean CA_FarWrite (int handle, byte huge *source, dword length, mminfo_t *mm);
+boolean CA_FarRead (int handle, word huge *dest, dword length, mminfo_t *mm);\r
+boolean CA_FarWrite (int handle, word huge *source, dword length, mminfo_t *mm);
 \r
 boolean CA_ReadFile (char *filename, memptr *ptr, mminfo_t *mm);\r
 boolean CA_LoadFile (char *filename, memptr *ptr, mminfo_t *mm, mminfotype *mmi);