Forum unknown
· Programming
#'C' memory problems
5 messages in this thread
John,
Run them thru FixHunk and they should work fine.
Don
Thanks, Dan…
I'll do it! (that is, as soon as I figure out what FixHunk is! <grin> ).
John
Fixhunk is a nice little utility, invaluable to those of us with
expansion memory. It will go through a program file and change the bytes
that specify whether a hunk should be loaded to FAST or CHIP memory. The
basic idea is that all data hunks are changed to load into CHIP ram, in
case there are any graphic or sound structures in them that need to be in
CHIP memory. It can be found in DL 9 as FIXHUN2.ARC
Fixhunk is a nice little utility, invaluable to those of us with
expansion memory. It will go through a program file and change the bytes
that specify whether a hunk should be loaded to FAST or CHIP memory. The
basic idea is that all data hunks are changed to load into CHIP ram, in
case there are any graphic or sound structures in them that need to be in
CHIP memory. It can be found in DL 9 as FIXHUN2.ARC
Thanks, Dan…
I'll do it! (that is, as soon as I figure out what FixHunk is! <grin> ).
John