Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Blinker 5.10 Online Reference - <b> blinker cache ems</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 BLINKER CACHE EMS
------------------------------------------------------------------------------
 Purpose:
 Specify amount of EMS to be used for overlay caching.

 Syntax:
 BLINKER CACHE EMS <nuMax[%]>, <nuMinLeave[%]>

 Default:
 <nuMax> is 100 Kb.
 <nuMinLeave> is 0 Kb.

 Description:
 This command specifies the amount of EMS (LIM version 4.0 and higher)
 memory to be used for the overlay cache.

 Two numeric parameters are used to specify the amount of EMS memory to be
 allocated and the amount to be left for program use. Both parameters may be
 specified as either a number of Kb, or as a percentage of the total
 available EMS. The second parameter always overrides the first; e.g. if the
 first parameter calls for 256Kb and the second requires 50% of EMS to be
 left free, then half of EMS will be left free and the cache will fit itself
 into the remaining memory.

 Blinker will never allocate a cache that is larger than the total size of
 all the overlays contained within the program. Please see Appendix A `MAP
 file output' for information on determining the optimum cache size.

 Example:
 # Use a maximum of 50% of available EMS,
 # but leave at least 1024 Kb available
 BLINKER CACHE EMS 50%, 1024

    or

 # Use a maximum of 512 Kb EMS,
 # but leave at least 25% of the total free
 BLINKER CACHE EMS 512, 25%

See Also: BLINKER CACHE XMS BLINKER ENVIRONMENT NAME

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson