Dec 192017
Corrections to C Gazette listings CGAZV4N3.ZIP and CGAZV5N2.ZIP. | |||
---|---|---|---|
File Name | File Size | Zip Size | Zip Type |
CGAZERR.TXT | 640 | 375 | deflated |
Download File CGAZERR.ZIP Here
Contents of the CGAZERR.TXT file
CGAZV4N3 - Expanded Memory article - by M. Young
In the function EmsInstalled the character pointer
should not have been declared as static rather, it
should be an automatic variable (declared within the
scope of the function, without the static keyword) so
that it is re-initialized each time the function is
callled. - See "Letters to the Editor", Vol. 5. No. 2.
pp. 10 .
CGAZV5N2 - Expanded Memory article by A. Binstock
Line 176 should read: (outregs.h.al & 0x000F));
This is a minor correction regarding checking the minor
version number of the EMM.
In the function EmsInstalled the character pointer
should not have been declared as static rather, it
should be an automatic variable (declared within the
scope of the function, without the static keyword) so
that it is re-initialized each time the function is
callled. - See "Letters to the Editor", Vol. 5. No. 2.
pp. 10 .
CGAZV5N2 - Expanded Memory article by A. Binstock
Line 176 should read: (outregs.h.al & 0x000F));
This is a minor correction regarding checking the minor
version number of the EMM.
December 19, 2017
Add comments