home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Fred Fish Collection 1.5
/
ffcollection-1-5-1992-11.iso
/
ff_progs
/
prog_oth
/
patchcpr.lzh
/
PATCHCOMPILER
/
PATCHES
/
ED_PATCH.S
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1991-08-15
|
355 b
|
24 lines
; ED Patch taken from FileMaster
check $1aad : "199" ; check if it's the right version !
if true ; yes, now patch window size
begin
Patch $1aad : "255"
Text "ED 1.4 will now open PAL window."
end
if false ; no, it's a different version of ED !
begin
Text "Sorry, wrong version of ED !"
end