home *** CD-ROM | disk | FTP | other *** search
/ 8bitfiles.net/archives / archives.tar / archives / genie-commodore-file-library / MRFiles / GS3DVPAK.ARC / GSVARS1 (.txt) < prev    next >
Encoding:
GEOS ConVerT  |  2019-04-13  |  4.8 KB  |  140 lines

  1. *    GSVars1
  2. PRG formatted GEOS file V1.0
  3. CONVERTED WITH GEOSHELL V2.2
  4. Write Image V2.1
  5. geoWrite    V2.1
  6. ;****************************************************
  7. ;        GSVars1
  8. ;    Used with transient commands in geoSHELL
  9. ;    Copyright 1994 by Maurice Randall
  10. ;    Charlotte, Mich. 48813
  11. ;    For Use Only By Registered Owners Of The
  12. ;    geoSHELL Programmer's Development Package
  13. ;****************************************************
  14. ;.included in GSVariables
  15. StOfRamsect    = $0400    ;used as a reference point for 
  16.             ;initializing this area.
  17. screenmode    = $04
  18. StOfRamsect    = $0400    ;used as a reference point for 
  19.             ;initializing this area.
  20. screenmode    = $0400
  21. PRESDRIVE    = $0401
  22. goodflag    = $0402
  23. DRVFOUNDON    = $0403
  24. STUPMODE    = $0404
  25. FKEYMODE    = $0405
  26. NUM_IN_NAME    = $0406
  27. ParamTable    = $0407    ;.block 44
  28.         ;a couple extra null bytes added here
  29.             ;to protect any following data.
  30. comchars    = $0433
  31. cur_Y_pos    = $0434
  32. cur_X_pos    = $0435
  33. cur_line    = $0437
  34. cur_char    = $0438
  35. tempFileName    = $0439    ;.block 17
  36.             ;this may be used by routines for storing
  37.             ;filenames temporarily.
  38. curTransName    = $044a    ;.block 17
  39.         ;transient command that is currently
  40.             ;in memory.
  41. scrnwidth    = $045b
  42. domessages    = $045c    ;a zero here will prevent messages
  43.         ;from being displayed. bit 7 set will
  44.             ;allow messages.
  45. cur_keyData    = $045d
  46. CMD_POINTER    = $045e
  47. tempDrive    = $045f    ;used for status and directory displays.
  48. typeset    = $0460
  49. cmpwidth    = $0461
  50. paramsize    = $0462    ;holds the size of the parameter that
  51.             ;is loaded in ParamTable.
  52. pathload    = $0463    ;this is set to 128 when a transient
  53.             ;command is loaded from the specified
  54.             ;path.
  55. Asc_String    = $0464    ;.block 6
  56. endecho
  57.     = $046a
  58. sourceType
  59.     = $046b
  60. destType
  61.     = $046c
  62. Asc_String    = $0464    ;.block 6
  63. endecho
  64.     = $046a
  65. sourceType
  66.     = $046b
  67. destType
  68.     = $046c
  69. sourceDrive
  70.     = $046d
  71. destDrive
  72.     = $046e
  73. sourcePartition
  74.     = $046f
  75. destPartition
  76.     = $0470
  77. StOfDefs    = $0471
  78. videomode    = $0471
  79. StOfDefs    = $0471
  80. videomode    = $0471    ;used only for 80 columns.
  81.             ;0 = monochrome
  82.             ;1 = color
  83. distype    = $0472
  84. fastdirectory    = $0473
  85. defStName    = $0474    ;.block 17
  86.         ;"Startup",0,0,0,0,0,0,0,0,0,0
  87. coltable    = $0485
  88. backcolor    = $0485
  89. shellcolor    = $0486
  90. textcolor    = $0487
  91. padcolor    = $0488
  92. brdrcolor    = $0489
  93. back40pattern    = $048a    ;default background pattern for 40 column.
  94. back80pattern    = $048b    ;default background pattern for 80 column.
  95. clr80pattern    = $048c
  96. ;$048d-$048f is unused.
  97. curPrinter    = $0490
  98. curSecond    = $0491
  99. crtextstring    = $0492    ;.block 3
  100. curCharSet    = $0495    ;  0 = Ascii
  101.             ;128 = PetAscii
  102. ;$0496-$049f is reserved for future use and is also saved
  103. ;when the custom command is issued. It is loaded whenever geoSHELL
  104. ;loads in.
  105. ;EnOfDefs:
  106. ;$04a0-$04c3 is reserved for future use.
  107. RAMLINK    = $04c4    ;the real device number for RamLink
  108.             ;or RamDrive is set here after a jsr
  109.             ;to FindRamlink. This is normally only
  110.             ;needed if there is a RAM1581 used.
  111. cmdtype    = $04c5    ;.block 3
  112.         ;cmdtype gets loaded with a string such
  113.         ;as "RL" or "HD" after accessing the
  114.         ;routine GetCMDType.
  115.         ;cmdtype+2 gets loaded with a byte
  116.         ;from 0-4 representing one of the
  117.         ;following:
  118.         ;0=non-CMD type device
  119.             ;1=FD Series drive
  120.             ;2=HD Series hard drive
  121.             ;3=RD RamDrive
  122.             ;4=RL RamLink
  123. KeyBuffStart    = $04c8
  124. Key1Buff    = $04c8    ;.block 81
  125. Key2Buff    = $0519    ;.block 81
  126. Key3Buff    = $056a    ;.block 81
  127. Key4Buff    = $05bb    ;.block 81
  128. Key5Buff    = $060c    ;.block 81
  129. Key6Bu
  130. KeyBuffStart    = $04c8
  131. Key1Buff    = $04c8    ;.block 81
  132. Key2Buff    = $0519    ;.block 81
  133. Key3Buff    = $056a    ;.block 81
  134. Key4Buff    = $05bb    ;.block 81
  135. Key5Buff    = $060c    ;.block 81
  136. Key6Buff    = $065d    ;.block 81
  137. Key7Buff    = $06ae    ;.block 81
  138. Key8Buff    = $06ff    ;.block 81
  139. KeyBuffEnd    = $0750
  140.