home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / utils / fcons1.zip / MEM32K.PCH < prev    next >
Text File  |  1986-11-02  |  1KB  |  32 lines

  1. A
  2. ;    This is file: MEM32K.PCH
  3. ;
  4. ;    This patch applies ONLY to version 2.00 of FANSI-CONSOLE.
  5. ;    It allows FANSI-QUICK to use 32 KB of non-EGA video memory instead of 
  6. ;    only 16 KB.  This only works on display adapters which have 32 KB
  7. ;    of video memory.  Not all adapters have 32 KB.  Also, this only works
  8. ;    if the adapter can actually USE that 32 KB of video memory in text 
  9. ;    modes.  Again, not all adapters with 32KB of memory allow it ALL 
  10. ;    to be used in text modes.  Unfortunately, it is not possible to 
  11. ;    automatically test for this situation.  Also, unfortunately, 32KB
  12. ;    of memory is REQUIRED for setting FANSI-QUICK *AND* FANSI-DBLROWS
  13. ;    at the same time.  This patch is NOT necessary for EGAs.
  14. ;
  15. ;    DO NOT APPLY THIS PATCH ON ANY OTHER VERSION OF FANSI-CONSOLE!
  16. ;
  17. ;    To use this patch, do the following command:
  18. ;
  19. ;        DEBUG FCONSOLE.DEV <MEM32K.PCH 
  20. ;
  21. ;    When this command is given, this file will be echoed to your screen.
  22. ;    Under DOS 2, the debugger may give error messages for the lines
  23. ;    starting with semicolons.  This is OK!  Errors for other lines are not!
  24. ;
  25.  
  26. A81F2
  27. MOV AX,4000
  28.  
  29. W
  30. Q
  31.  
  32.