home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Frozen Fish 1: Amiga
/
FrozenFish-Apr94.iso
/
bbs
/
alib
/
d8xx
/
d867
/
centerscreen.lha
/
CenterScreen
/
cback.a.diff
next >
Wrap
Text File
|
1991-06-01
|
492b
|
18 lines
*** lc:/source/cback.a.orig Sun Jan 20 12:52:37 1991
--- lc:/source/cback.a Sat Jun 01 15:15:14 1991
***************
*** 210,215 ****
--- 210,221 ----
move.l d0,_Backstdout(A4)
noio:
move.l AbsExecBase.w,A6
+
+ *------ Code for 68040 compatibility
+ cmpi.w #37,LIB_VERSION(A6) ; Check if exec is >= V37
+ bcs.s TooOld ; If less than V37, too old...
+ callsys CacheClearU ; Clear the cache...
+ TooOld:
callsys Forbid
*------ Attach the task to do the dirty work