1 |
cebix |
1.1 |
/* |
2 |
|
|
* mon_lowmem.h - MacOS low memory globals definitions |
3 |
|
|
* |
4 |
cebix |
1.3 |
* cxmon (C) 1997-2000 Christian Bauer, Marc Hellwig |
5 |
cebix |
1.1 |
* |
6 |
|
|
* This program is free software; you can redistribute it and/or modify |
7 |
|
|
* it under the terms of the GNU General Public License as published by |
8 |
|
|
* the Free Software Foundation; either version 2 of the License, or |
9 |
|
|
* (at your option) any later version. |
10 |
|
|
* |
11 |
|
|
* This program is distributed in the hope that it will be useful, |
12 |
|
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of |
13 |
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
14 |
|
|
* GNU General Public License for more details. |
15 |
|
|
* |
16 |
|
|
* You should have received a copy of the GNU General Public License |
17 |
|
|
* along with this program; if not, write to the Free Software |
18 |
|
|
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
19 |
|
|
*/ |
20 |
|
|
|
21 |
|
|
#ifndef MON_LOWMEM_H |
22 |
|
|
#define MON_LOWMEM_H |
23 |
|
|
|
24 |
|
|
struct lowmem_info { |
25 |
|
|
const char *name; |
26 |
cebix |
1.2 |
uint16 addr; |
27 |
cebix |
1.1 |
}; |
28 |
|
|
|
29 |
cebix |
1.2 |
// Low memory globals in ascending order |
30 |
cebix |
1.1 |
static const lowmem_info lowmem[] = { |
31 |
|
|
{"MonkeyLives" , 0x100}, |
32 |
|
|
{"ScrVRes" , 0x102}, |
33 |
|
|
{"ScrHRes" , 0x104}, |
34 |
|
|
{"ScreenRow" , 0x106}, |
35 |
|
|
{"MemTop" , 0x108}, |
36 |
|
|
{"BufPtr" , 0x10C}, |
37 |
|
|
{"StkLowPt" , 0x110}, |
38 |
|
|
{"HeapEnd" , 0x114}, |
39 |
|
|
{"TheZone" , 0x118}, |
40 |
|
|
{"UTableBase" , 0x11C}, |
41 |
|
|
{"MacJump" , 0x120}, |
42 |
|
|
{"DskRtnAdr" , 0x124}, |
43 |
|
|
{"PollRtnAdr" , 0x128}, |
44 |
|
|
{"DskVerify" , 0x12C}, |
45 |
|
|
{"LoadTrap" , 0x12D}, |
46 |
|
|
{"MmInOK" , 0x12E}, |
47 |
|
|
{"CPUFlag" , 0x12F}, |
48 |
|
|
{"ApplLimit" , 0x130}, |
49 |
|
|
{"SonyVars" , 0x134}, |
50 |
|
|
{"PWMValue" , 0x138}, |
51 |
|
|
{"PollStack" , 0x13A}, |
52 |
|
|
{"PollProc" , 0x13E}, |
53 |
|
|
{"DskErr" , 0x142}, |
54 |
|
|
{"SysEvtMask" , 0x144}, |
55 |
|
|
{"SysEvtBuf" , 0x146}, |
56 |
|
|
{"EventQueue" , 0x14A}, |
57 |
|
|
{"EvtBufCnt" , 0x154}, |
58 |
|
|
{"RndSeed" , 0x156}, |
59 |
|
|
{"SysVersion" , 0x15A}, |
60 |
|
|
{"SEvtEnb" , 0x15C}, |
61 |
|
|
{"DSWndUpdate" , 0x15D}, |
62 |
|
|
{"FontFlag" , 0x15E}, |
63 |
|
|
{"IntFlag" , 0x15F}, |
64 |
|
|
{"VBLQueue" , 0x160}, |
65 |
|
|
{"Ticks" , 0x16A}, |
66 |
|
|
{"MBTicks" , 0x16E}, |
67 |
|
|
{"MBState" , 0x172}, |
68 |
|
|
{"Tocks" , 0x173}, |
69 |
|
|
{"KeyMap" , 0x174}, |
70 |
|
|
{"KeypadMap" , 0x17C}, |
71 |
|
|
{"KeyLast" , 0x184}, |
72 |
|
|
{"KeyTime" , 0x186}, |
73 |
|
|
{"KeyRepTime" , 0x18A}, |
74 |
|
|
{"KeyThresh" , 0x18E}, |
75 |
|
|
{"KeyRepThresh" , 0x190}, |
76 |
|
|
{"Lvl1DT" , 0x192}, |
77 |
|
|
{"Lvl2DT" , 0x1B2}, |
78 |
|
|
{"UnitNtryCnt" , 0x1D2}, |
79 |
|
|
{"VIA" , 0x1D4}, |
80 |
|
|
{"SCCRd" , 0x1D8}, |
81 |
|
|
{"SCCWr" , 0x1DC}, |
82 |
|
|
{"IWM" , 0x1E0}, |
83 |
|
|
{"GetParam" , 0x1E4}, |
84 |
|
|
{"SysParam" , 0x1F8}, |
85 |
|
|
{"SPValid" , 0x1F8}, |
86 |
|
|
{"SPATalkA" , 0x1F9}, |
87 |
|
|
{"SPATalkB" , 0x1FA}, |
88 |
|
|
{"SPConfig" , 0x1FB}, |
89 |
|
|
{"SPPortA" , 0x1FC}, |
90 |
|
|
{"SPPortB" , 0x1FE}, |
91 |
|
|
{"SPAlarm" , 0x200}, |
92 |
|
|
{"SPFont" , 0x204}, |
93 |
|
|
{"SPKbd" , 0x206}, |
94 |
|
|
{"SPPrint" , 0x207}, |
95 |
|
|
{"SPVolCtl" , 0x208}, |
96 |
|
|
{"SPClikCaret" , 0x209}, |
97 |
|
|
{"SPMisc1" , 0x20A}, |
98 |
|
|
{"SPMisc2" , 0x20B}, |
99 |
|
|
{"Time" , 0x20C}, |
100 |
|
|
{"BootDrive" , 0x210}, |
101 |
|
|
{"JShell" , 0x212}, |
102 |
|
|
{"SFSaveDisk" , 0x214}, |
103 |
|
|
{"KbdVars" , 0x216}, |
104 |
|
|
{"KbdLast" , 0x218}, |
105 |
|
|
{"JKybdTask" , 0x21A}, |
106 |
|
|
{"KbdType" , 0x21E}, |
107 |
|
|
{"AlarmState" , 0x21F}, |
108 |
|
|
{"MemErr" , 0x220}, |
109 |
|
|
{"JFigTrkSpd" , 0x222}, |
110 |
|
|
{"JDiskPrime" , 0x226}, |
111 |
|
|
{"JRdAddr" , 0x22A}, |
112 |
|
|
{"JRdData" , 0x22E}, |
113 |
|
|
{"JWrData" , 0x232}, |
114 |
|
|
{"JSeek" , 0x236}, |
115 |
|
|
{"JSetupPoll" , 0x23A}, |
116 |
|
|
{"JRecal" , 0x23E}, |
117 |
|
|
{"JControl" , 0x242}, |
118 |
|
|
{"JWakeUp" , 0x246}, |
119 |
|
|
{"JReSeek" , 0x24A}, |
120 |
|
|
{"JMakeSpdTbl" , 0x24E}, |
121 |
|
|
{"JAdrDisk" , 0x252}, |
122 |
|
|
{"JSetSpeed" , 0x256}, |
123 |
|
|
{"NiblTbl" , 0x25A}, |
124 |
|
|
{"FlEvtMask" , 0x25E}, |
125 |
|
|
{"SdVolume" , 0x260}, |
126 |
|
|
{"SdEnable/Finder" , 0x261}, |
127 |
|
|
{"SoundVars" , 0x262}, |
128 |
|
|
{"SoundBase" , 0x266}, |
129 |
|
|
{"SoundVBL" , 0x26A}, |
130 |
|
|
{"SoundDCE" , 0x27A}, |
131 |
|
|
{"SoundActive" , 0x27E}, |
132 |
|
|
{"SoundLevel" , 0x27F}, |
133 |
|
|
{"CurPitch" , 0x280}, |
134 |
|
|
{"Switcher" , 0x282}, |
135 |
|
|
{"SwitcherTPtr" , 0x286}, |
136 |
|
|
{"RSDHndl" , 0x28A}, |
137 |
|
|
{"ROM85" , 0x28E}, |
138 |
|
|
{"PortAUse" , 0x290}, |
139 |
|
|
{"PortBUse" , 0x291}, |
140 |
|
|
{"ScreenVars" , 0x292}, |
141 |
|
|
{"JGNEFilter" , 0x29A}, |
142 |
|
|
{"Key1Trans" , 0x29E}, |
143 |
|
|
{"Key2Trans" , 0x2A2}, |
144 |
|
|
{"SysZone" , 0x2A6}, |
145 |
|
|
{"ApplZone" , 0x2AA}, |
146 |
|
|
{"ROMBase" , 0x2AE}, |
147 |
|
|
{"RAMBase" , 0x2B2}, |
148 |
|
|
{"ExpandMem" , 0x2B6}, |
149 |
|
|
{"DSAlertTab" , 0x2BA}, |
150 |
|
|
{"ExtStsDT" , 0x2BE}, |
151 |
|
|
{"SCCASts" , 0x2CE}, |
152 |
|
|
{"SCCBSts" , 0x2CF}, |
153 |
|
|
{"SerialVars" , 0x2D0}, |
154 |
|
|
{"ABusVars" , 0x2D8}, |
155 |
|
|
{"ABusDCE" , 0x2DC}, |
156 |
|
|
{"FinderName" , 0x2E0}, |
157 |
|
|
{"DoubleTime" , 0x2F0}, |
158 |
|
|
{"CaretTime" , 0x2F4}, |
159 |
|
|
{"ScrDmpEnb" , 0x2F8}, |
160 |
|
|
{"ScrDmpType" , 0x2F9}, |
161 |
|
|
{"TagData" , 0x2FA}, |
162 |
|
|
{"BufTgFNum" , 0x2FC}, |
163 |
|
|
{"BufTgFFlg" , 0x300}, |
164 |
|
|
{"BufTgFBkNum" , 0x302}, |
165 |
|
|
{"BufTgDate" , 0x304}, |
166 |
|
|
{"DrvQHdr" , 0x308}, |
167 |
|
|
{"PWMBuf2" , 0x312}, |
168 |
|
|
{"HpChk/MacPgm" , 0x316}, |
169 |
|
|
{"Lo3Bytes" , 0x31A}, |
170 |
|
|
{"MinStack" , 0x31E}, |
171 |
|
|
{"DefltStack" , 0x322}, |
172 |
|
|
{"MMDefFlags" , 0x326}, |
173 |
|
|
{"GZRootHnd" , 0x328}, |
174 |
|
|
{"GZRootPtr" , 0x32C}, |
175 |
|
|
{"GZMoveHnd" , 0x330}, |
176 |
|
|
{"DSDrawProc" , 0x334}, |
177 |
|
|
{"EjectNotify" , 0x338}, |
178 |
|
|
{"IAZNotify" , 0x33C}, |
179 |
|
|
{"CurDB" , 0x340}, |
180 |
|
|
{"NxtDB" , 0x342}, |
181 |
|
|
{"MaxDB" , 0x344}, |
182 |
|
|
{"FlushOnly" , 0x346}, |
183 |
|
|
{"RegRsrc" , 0x347}, |
184 |
|
|
{"FLckUnlck" , 0x348}, |
185 |
|
|
{"FrcSync" , 0x349}, |
186 |
|
|
{"NewMount" , 0x34A}, |
187 |
|
|
{"NoEject" , 0x34B}, |
188 |
|
|
{"DrMstrBlk" , 0x34C}, |
189 |
|
|
{"FCBSPtr" , 0x34E}, |
190 |
|
|
{"DefVCBPtr" , 0x352}, |
191 |
|
|
{"VCBQHdr" , 0x356}, |
192 |
|
|
{"FSQHdr" , 0x360}, |
193 |
|
|
{"FSQHead" , 0x362}, |
194 |
|
|
{"FSQTail" , 0x366}, |
195 |
|
|
{"HFSStkTop" , 0x36A}, |
196 |
|
|
{"HFSStkPtr" , 0x36E}, |
197 |
|
|
{"WDCBsPtr" , 0x372}, |
198 |
|
|
{"HFSFlags" , 0x376}, |
199 |
|
|
{"CacheFlag" , 0x377}, |
200 |
|
|
{"SysBMCPtr" , 0x378}, |
201 |
|
|
{"SysVolCPtr" , 0x37C}, |
202 |
|
|
{"SysCtlCPtr" , 0x380}, |
203 |
|
|
{"DefVRefNum" , 0x384}, |
204 |
|
|
{"PMSPPtr" , 0x386}, |
205 |
|
|
{"HFSTagData" , 0x38A}, |
206 |
|
|
{"HFSDSErr" , 0x392}, |
207 |
|
|
{"CacheVars" , 0x394}, |
208 |
|
|
{"CurDirStore" , 0x398}, |
209 |
|
|
{"CacheCom" , 0x39C}, |
210 |
|
|
{"FmtDefaults" , 0x39E}, |
211 |
|
|
{"ErCode" , 0x3A2}, |
212 |
|
|
{"Params" , 0x3A4}, |
213 |
|
|
{"FSTemp8" , 0x3D6}, |
214 |
|
|
{"FSIOErr" , 0x3DE}, |
215 |
|
|
{"FSQueueHook" , 0x3E2}, |
216 |
|
|
{"ExtFSHook" , 0x3E6}, |
217 |
|
|
{"DskSwtchHook" , 0x3EA}, |
218 |
|
|
{"ReqstVol" , 0x3EE}, |
219 |
|
|
{"ToExtFS" , 0x3F2}, |
220 |
|
|
{"FSFCBLen" , 0x3F6}, |
221 |
|
|
{"DSAlertRect" , 0x3F8}, |
222 |
|
|
{"JHideCrsr" , 0x800}, |
223 |
|
|
{"JShowCrsr" , 0x804}, |
224 |
|
|
{"JShieldCrsr" , 0x808}, |
225 |
|
|
{"JScrnAddr" , 0x80C}, |
226 |
|
|
{"JScrnSize" , 0x810}, |
227 |
|
|
{"JInitCrsr" , 0x814}, |
228 |
|
|
{"JSetCrsr" , 0x818}, |
229 |
|
|
{"JCrsrObscure" , 0x81C}, |
230 |
|
|
{"JUpdateProc" , 0x820}, |
231 |
|
|
{"ScrnBase" , 0x824}, |
232 |
|
|
{"MTemp" , 0x828}, |
233 |
|
|
{"RawMouse" , 0x82C}, |
234 |
|
|
{"Mouse" , 0x830}, |
235 |
|
|
{"CrsrPin" , 0x834}, |
236 |
|
|
{"CrsrRect" , 0x83C}, |
237 |
|
|
{"TheCrsr" , 0x844}, |
238 |
|
|
{"CrsrAddr" , 0x888}, |
239 |
|
|
{"JAllocCrsr" , 0x88C}, |
240 |
|
|
{"JSetCCrsr" , 0x890}, |
241 |
|
|
{"JOpcodeProc" , 0x894}, |
242 |
|
|
{"CrsrBase" , 0x898}, |
243 |
|
|
{"CrsrDevice" , 0x89C}, |
244 |
|
|
{"SrcDevice" , 0x8A0}, |
245 |
|
|
{"MainDevice" , 0x8A4}, |
246 |
|
|
{"DeviceList" , 0x8A8}, |
247 |
|
|
{"CrsrRow" , 0x8AC}, |
248 |
|
|
{"QDColors" , 0x8B0}, |
249 |
|
|
{"CrsrVis" , 0x8CC}, |
250 |
|
|
{"CrsrBusy" , 0x8CD}, |
251 |
|
|
{"CrsrNew" , 0x8CE}, |
252 |
|
|
{"CrsrCouple" , 0x8CF}, |
253 |
|
|
{"CrsrState" , 0x8D0}, |
254 |
|
|
{"CrsrObscure" , 0x8D2}, |
255 |
|
|
{"CrsrScale" , 0x8D3}, |
256 |
|
|
{"MouseMask" , 0x8D6}, |
257 |
|
|
{"MouseOffset" , 0x8DA}, |
258 |
|
|
{"JournalFlag" , 0x8DE}, |
259 |
|
|
{"JSwapFont" , 0x8E0}, |
260 |
|
|
{"JFontInfo" , 0x8E4}, |
261 |
|
|
{"JournalRef" , 0x8E8}, |
262 |
|
|
{"CrsrThresh" , 0x8EC}, |
263 |
|
|
{"JCrsrTask" , 0x8EE}, |
264 |
|
|
{"WWExist" , 0x8F2}, |
265 |
|
|
{"QDExist" , 0x8F3}, |
266 |
|
|
{"JFetch" , 0x8F4}, |
267 |
|
|
{"JStash" , 0x8F8}, |
268 |
|
|
{"JIODone" , 0x8FC}, |
269 |
|
|
{"CurApRefNum" , 0x900}, |
270 |
|
|
{"LaunchFlag" , 0x902}, |
271 |
|
|
{"FondState" , 0x903}, |
272 |
|
|
{"CurrentA5" , 0x904}, |
273 |
|
|
{"CurStackBase" , 0x908}, |
274 |
|
|
{"LoadFiller" , 0x90C}, |
275 |
|
|
{"CurApName" , 0x910}, |
276 |
|
|
{"SaveSegHandle" , 0x930}, |
277 |
|
|
{"CurJTOffset" , 0x934}, |
278 |
|
|
{"CurPageOption" , 0x936}, |
279 |
|
|
{"HiliteMode" , 0x938}, |
280 |
|
|
{"LoaderPBlock" , 0x93A}, |
281 |
|
|
{"PrintErr" , 0x944}, |
282 |
|
|
{"ChooserBits" , 0x946}, |
283 |
|
|
{"PrFlags" , 0x946}, |
284 |
|
|
{"PrType" , 0x947}, |
285 |
|
|
{"PrRefNum" , 0x952}, |
286 |
|
|
{"LastPGlobal" , 0x954}, |
287 |
|
|
{"ScrapSize" , 0x960}, |
288 |
|
|
{"ScrapHandle" , 0x964}, |
289 |
|
|
{"ScrapCount" , 0x968}, |
290 |
|
|
{"ScrapState" , 0x96A}, |
291 |
|
|
{"ScrapName" , 0x96C}, |
292 |
|
|
{"ScrapTag" , 0x970}, |
293 |
|
|
{"RomFont0" , 0x980}, |
294 |
|
|
{"AppFontID" , 0x984}, |
295 |
|
|
{"SaveFondFlags" , 0x986}, |
296 |
|
|
{"FMDefaultSize" , 0x987}, |
297 |
|
|
{"CurFMFamily" , 0x988}, |
298 |
|
|
{"CurFMSize" , 0x98A}, |
299 |
|
|
{"CurFMFace" , 0x98C}, |
300 |
|
|
{"CurFMNeedBits" , 0x98D}, |
301 |
|
|
{"CurFMDevice" , 0x98E}, |
302 |
|
|
{"CurFMNumer" , 0x990}, |
303 |
|
|
{"CurFMDenom" , 0x994}, |
304 |
|
|
{"FOutError" , 0x998}, |
305 |
|
|
{"FOutFontHandle" , 0x99A}, |
306 |
|
|
{"FOutBold" , 0x99E}, |
307 |
|
|
{"FOutItalic" , 0x99F}, |
308 |
|
|
{"FOutULOffset" , 0x9A0}, |
309 |
|
|
{"FOutULShadow" , 0x9A1}, |
310 |
|
|
{"FOutULThick" , 0x9A2}, |
311 |
|
|
{"FOutShadow" , 0x9A3}, |
312 |
|
|
{"FOutExtra" , 0x9A4}, |
313 |
|
|
{"FOutAscent" , 0x9A5}, |
314 |
|
|
{"FOutDescent" , 0x9A6}, |
315 |
|
|
{"FOutWidMax" , 0x9A7}, |
316 |
|
|
{"FOutLeading" , 0x9A8}, |
317 |
|
|
{"FOutUnused" , 0x9A9}, |
318 |
|
|
{"FOutNumer" , 0x9AA}, |
319 |
|
|
{"FOutDenom" , 0x9AE}, |
320 |
|
|
{"FMDotsPerInch" , 0x9B2}, |
321 |
|
|
{"FMStyleTab" , 0x9B6}, |
322 |
|
|
{"ToolScratch" , 0x9CE}, |
323 |
|
|
{"WindowList" , 0x9D6}, |
324 |
|
|
{"SaveUpdate" , 0x9DA}, |
325 |
|
|
{"PaintWhite" , 0x9DC}, |
326 |
|
|
{"WMgrPort" , 0x9DE}, |
327 |
|
|
{"DeskPort" , 0x9E2}, |
328 |
|
|
{"OldStructure" , 0x9E6}, |
329 |
|
|
{"OldContent" , 0x9EA}, |
330 |
|
|
{"GrayRgn" , 0x9EE}, |
331 |
|
|
{"SaveVisRgn" , 0x9F2}, |
332 |
|
|
{"DragHook" , 0x9F6}, |
333 |
|
|
{"TempRect" , 0x9FA}, |
334 |
|
|
{"OneOne" , 0xA02}, |
335 |
|
|
{"MinusOne" , 0xA06}, |
336 |
|
|
{"TopMenuItem" , 0xA0A}, |
337 |
|
|
{"AtMenuBottom" , 0xA0C}, |
338 |
|
|
{"IconBitmap" , 0xA0E}, |
339 |
|
|
{"MenuList" , 0xA1C}, |
340 |
|
|
{"MBarEnable" , 0xA20}, |
341 |
|
|
{"CurDeKind" , 0xA22}, |
342 |
|
|
{"MenuFlash" , 0xA24}, |
343 |
|
|
{"TheMenu" , 0xA26}, |
344 |
|
|
{"SavedHandle" , 0xA28}, |
345 |
|
|
{"MBarHook" , 0xA2C}, |
346 |
|
|
{"MenuHook" , 0xA30}, |
347 |
|
|
{"DragPattern" , 0xA34}, |
348 |
|
|
{"DeskPattern" , 0xA3C}, |
349 |
|
|
{"DragFlag" , 0xA44}, |
350 |
|
|
{"CurDragAction" , 0xA46}, |
351 |
|
|
{"FPState" , 0xA4A}, |
352 |
|
|
{"TopMapHndl" , 0xA50}, |
353 |
|
|
{"SysMapHndl" , 0xA54}, |
354 |
|
|
{"SysMap" , 0xA58}, |
355 |
|
|
{"CurMap" , 0xA5A}, |
356 |
|
|
{"ResReadOnly" , 0xA5C}, |
357 |
|
|
{"ResLoad" , 0xA5E}, |
358 |
|
|
{"ResErr" , 0xA60}, |
359 |
|
|
{"TaskLock" , 0xA62}, |
360 |
|
|
{"FScaleDisable" , 0xA63}, |
361 |
|
|
{"CurActivate" , 0xA64}, |
362 |
|
|
{"CurDeactive" , 0xA68}, |
363 |
|
|
{"DeskHook" , 0xA6C}, |
364 |
|
|
{"TEDoText" , 0xA70}, |
365 |
|
|
{"TERecal" , 0xA74}, |
366 |
|
|
{"ApplScratch" , 0xA78}, |
367 |
|
|
{"GhostWindow" , 0xA84}, |
368 |
|
|
{"CloseOrnHook" , 0xA88}, |
369 |
|
|
{"ResumeProc" , 0xA8C}, |
370 |
|
|
{"RestProc" , 0xA8C}, |
371 |
|
|
{"SaveProc" , 0xA90}, |
372 |
|
|
{"SaveSP" , 0xA94}, |
373 |
|
|
{"ANumber" , 0xA98}, |
374 |
|
|
{"ACount" , 0xA9A}, |
375 |
|
|
{"DABeeper" , 0xA9C}, |
376 |
|
|
{"DAStrings" , 0xAA0}, |
377 |
|
|
{"TEScrpLength" , 0xAB0}, |
378 |
|
|
{"TEScrpHandle" , 0xAB4}, |
379 |
|
|
{"AppPacks" , 0xAB8}, |
380 |
|
|
{"SysResName" , 0xAD8}, |
381 |
|
|
{"SoundGlue" , 0xAE8}, |
382 |
|
|
{"AppParmHandle" , 0xAEC}, |
383 |
|
|
{"DSErrCode" , 0xAF0}, |
384 |
|
|
{"ResErrProc" , 0xAF2}, |
385 |
|
|
{"TEWdBreak" , 0xAF6}, |
386 |
|
|
{"DlgFont" , 0xAFA}, |
387 |
|
|
{"LastTGlobal" , 0xAFC}, |
388 |
|
|
{"TrapAgain" , 0xB00}, |
389 |
|
|
{"KeyMVars" , 0xB04}, |
390 |
|
|
{"ROMMapHndl" , 0xB06}, |
391 |
|
|
{"PWMBuf1" , 0xB0A}, |
392 |
|
|
{"BootMask" , 0xB0E}, |
393 |
|
|
{"WidthPtr" , 0xB10}, |
394 |
|
|
{"ATalkHk1" , 0xB14}, |
395 |
|
|
{"LAPMgrPtr" , 0xB18}, |
396 |
|
|
{"FourDHack" , 0xB1C}, |
397 |
|
|
{"UnSwitchedFlags" , 0xB20}, |
398 |
|
|
{"SwitchedFlags" , 0xB21}, |
399 |
|
|
{"HWCfgFlags" , 0xB22}, |
400 |
|
|
{"TimeSCSIDB" , 0xB24}, |
401 |
|
|
{"Top2MenuItem" , 0xB26}, |
402 |
|
|
{"At2MenuBottom" , 0xB28}, |
403 |
|
|
{"WidthTabHandle" , 0xB2A}, |
404 |
|
|
{"SCSIDrvrs" , 0xB2E}, |
405 |
|
|
{"TimeVars" , 0xB30}, |
406 |
|
|
{"BtDskRfn" , 0xB34}, |
407 |
|
|
{"BootTmp8" , 0xB36}, |
408 |
|
|
{"NTSC" , 0xB3E}, |
409 |
|
|
{"T1Arbitrate" , 0xB3F}, |
410 |
|
|
{"JDiskSel" , 0xB40}, |
411 |
|
|
{"JSendCmd" , 0xB44}, |
412 |
|
|
{"JDCDReset" , 0xB48}, |
413 |
|
|
{"LastSPExtra" , 0xB4C}, |
414 |
|
|
{"FileShareVars" , 0xB50}, |
415 |
|
|
{"MenuDisable" , 0xB54}, |
416 |
|
|
{"MBDFHndl" , 0xB58}, |
417 |
|
|
{"MBSaveLoc" , 0xB5C}, |
418 |
|
|
{"BNMQHdr" , 0xB60}, |
419 |
|
|
{"BackgrounderVars" , 0xB64}, |
420 |
|
|
{"MenuLayer" , 0xB68}, |
421 |
|
|
{"OmegaSANE" , 0xB6C}, |
422 |
|
|
{"CarlByte" , 0xB72}, |
423 |
|
|
{"SystemInfo" , 0xB73}, |
424 |
|
|
{"VMGlobals" , 0xB78}, |
425 |
|
|
{"Twitcher2" , 0xB7C}, |
426 |
|
|
{"RMgrHiVars" , 0xB80}, |
427 |
|
|
{"HSCHndl" , 0xB84}, |
428 |
|
|
{"PadRsrc" , 0xB88}, |
429 |
|
|
{"ResOneDeep" , 0xB9A}, |
430 |
|
|
{"PadRsrc2" , 0xB9C}, |
431 |
|
|
{"RomMapInsert" , 0xB9E}, |
432 |
|
|
{"TmpResLoad" , 0xB9F}, |
433 |
|
|
{"IntlSpec" , 0xBA0}, |
434 |
|
|
{"RMgrPerm" , 0xBA4}, |
435 |
|
|
{"WordRedraw" , 0xBA5}, |
436 |
|
|
{"SysFontFam" , 0xBA6}, |
437 |
|
|
{"DefFontSize" , 0xBA8}, |
438 |
|
|
{"MBarHeight" , 0xBAA}, |
439 |
|
|
{"TESysJust" , 0xBAC}, |
440 |
|
|
{"HiHeapMark" , 0xBAE}, |
441 |
|
|
{"SegHiEnable" , 0xBB2}, |
442 |
|
|
{"FDevDisable" , 0xBB3}, |
443 |
|
|
{"CommToolboxGlob" , 0xBB4}, |
444 |
|
|
{"CMVector" , 0xBB4}, |
445 |
|
|
{"ShutDwnQHdr" , 0xBBC}, |
446 |
|
|
{"NewUnused" , 0xBC0}, |
447 |
|
|
{"LastFOND" , 0xBC2}, |
448 |
|
|
{"FONDID" , 0xBC6}, |
449 |
|
|
{"App2Packs" , 0xBC8}, |
450 |
|
|
{"MAErrProc" , 0xBE8}, |
451 |
|
|
{"MASuperTab" , 0xBEC}, |
452 |
|
|
{"MimeGlobs" , 0xBF0}, |
453 |
|
|
{"FractEnable" , 0xBF4}, |
454 |
|
|
{"UsedFWidth" , 0xBF5}, |
455 |
|
|
{"FScaleHFact" , 0xBF6}, |
456 |
|
|
{"FScaleVFact" , 0xBFA}, |
457 |
|
|
{"SCCIOPFlag" , 0xBFE}, |
458 |
|
|
{"MacJmpFlag" , 0xBFF}, |
459 |
|
|
{"SCSIBase" , 0xC00}, |
460 |
|
|
{"SCSIDMA" , 0xC04}, |
461 |
|
|
{"SCSIHsk" , 0xC08}, |
462 |
|
|
{"SCSIGlobals" , 0xC0C}, |
463 |
|
|
{"RGBBlack" , 0xC10}, |
464 |
|
|
{"RGBWhite" , 0xC16}, |
465 |
|
|
{"FMSynth" , 0xC1C}, |
466 |
|
|
{"RowBits" , 0xC20}, |
467 |
|
|
{"ColLines" , 0xC22}, |
468 |
|
|
{"ScreenBytes" , 0xC24}, |
469 |
|
|
{"IOPMgrVars" , 0xC28}, |
470 |
|
|
{"NMIFlag" , 0xC2C}, |
471 |
|
|
{"VidType" , 0xC2D}, |
472 |
|
|
{"VidMode" , 0xC2E}, |
473 |
|
|
{"SCSIPoll" , 0xC2F}, |
474 |
|
|
{"SEVarBase" , 0xC30}, |
475 |
|
|
{"MacsBugSP" , 0xC6C}, |
476 |
|
|
{"MacsBugPC" , 0xC70}, |
477 |
|
|
{"MacsBugSR" , 0xC74}, |
478 |
|
|
{"MMUFlags" , 0xCB0}, |
479 |
|
|
{"MMUType" , 0xCB1}, |
480 |
|
|
{"MMU32bit" , 0xCB2}, |
481 |
|
|
{"MachineType" , 0xCB3}, |
482 |
|
|
{"MMUTbl24" , 0xCB4}, |
483 |
|
|
{"MMUTbl32" , 0xCB8}, |
484 |
|
|
{"SInfoPtr" , 0xCBC}, |
485 |
|
|
{"ASCBase" , 0xCC0}, |
486 |
|
|
{"SMGlobals" , 0xCC4}, |
487 |
|
|
{"TheGDevice" , 0xCC8}, |
488 |
|
|
{"CQDGlobals" , 0xCCC}, |
489 |
|
|
{"AuxWinHead" , 0xCD0}, |
490 |
|
|
{"AuxCtlHead" , 0xCD4}, |
491 |
|
|
{"DeskCPat" , 0xCD8}, |
492 |
|
|
{"SetOSDefKey" , 0xCDC}, |
493 |
|
|
{"LastBinPat" , 0xCE0}, |
494 |
|
|
{"DeskPatEnable" , 0xCE8}, |
495 |
|
|
{"TimeVIADB" , 0xCEA}, |
496 |
|
|
{"VIA2Base" , 0xCEC}, |
497 |
|
|
{"VMVectors" , 0xCF0}, |
498 |
|
|
{"ADBBase" , 0xCF8}, |
499 |
|
|
{"WarmStart" , 0xCFC}, |
500 |
|
|
{"TimeDBRA" , 0xD00}, |
501 |
|
|
{"TimeSCCDB" , 0xD02}, |
502 |
|
|
{"SlotQDT" , 0xD04}, |
503 |
|
|
{"SlotPrTbl" , 0xD08}, |
504 |
|
|
{"SlotVBLQ" , 0xD0C}, |
505 |
|
|
{"ScrnVBLPtr" , 0xD10}, |
506 |
|
|
{"SlotTICKS" , 0xD14}, |
507 |
|
|
{"PowerMgrVars" , 0xD18}, |
508 |
|
|
{"AGBHandle" , 0xD1C}, |
509 |
|
|
{"TableSeed" , 0xD20}, |
510 |
|
|
{"SRsrcTblPtr" , 0xD24}, |
511 |
|
|
{"JVBLTask" , 0xD28}, |
512 |
|
|
{"WMgrCPort" , 0xD2C}, |
513 |
|
|
{"VertRRate" , 0xD30}, |
514 |
|
|
{"SynListHandle" , 0xD32}, |
515 |
|
|
{"LastFore" , 0xD36}, |
516 |
|
|
{"LastBG" , 0xD3A}, |
517 |
|
|
{"LastMode" , 0xD3E}, |
518 |
|
|
{"LastDepth" , 0xD40}, |
519 |
|
|
{"FMExist" , 0xD42}, |
520 |
|
|
{"SavedHilite" , 0xD43}, |
521 |
|
|
{"ShieldDepth" , 0xD4C}, |
522 |
|
|
{"MenuCInfo" , 0xD50}, |
523 |
|
|
{"MBProcHndl" , 0xD54}, |
524 |
|
|
{"MBFlash" , 0xD5C}, |
525 |
|
|
{"ChunkyDepth" , 0xD60}, |
526 |
|
|
{"CrsrPtr" , 0xD62}, |
527 |
|
|
{"PortList" , 0xD66}, |
528 |
|
|
{"MickeyBytes" , 0xD6A}, |
529 |
|
|
{"QDErr" , 0xD6E}, |
530 |
|
|
{"VIA2DT" , 0xD70}, |
531 |
|
|
{"SInitFlags" , 0xD90}, |
532 |
|
|
{"DTQueue" , 0xD92}, |
533 |
|
|
{"DTQFlags" , 0xD92}, |
534 |
|
|
{"DTskQHdr" , 0xD94}, |
535 |
|
|
{"DTskQTail" , 0xD98}, |
536 |
|
|
{"JDTInstall" , 0xD9C}, |
537 |
|
|
{"HiliteRGB" , 0xDA0}, |
538 |
|
|
{"OldTimeSCSIDB" , 0xDA6}, |
539 |
|
|
{"DSCtrAdj" , 0xDA8}, |
540 |
|
|
{"IconTLAddr" , 0xDAC}, |
541 |
|
|
{"VideoInfoOK" , 0xDB0}, |
542 |
|
|
{"EndSRTPtr" , 0xDB4}, |
543 |
|
|
{"SDMJmpTblPtr" , 0xDB8}, |
544 |
|
|
{"JSwapMMU" , 0xDBC}, |
545 |
|
|
{"SdmBusErr" , 0xDC0}, |
546 |
|
|
{"LastTxGDevice" , 0xDC4}, |
547 |
|
|
{"PMgrHandle" , 0xDC8}, |
548 |
|
|
{"LayerPalette" , 0xDCC}, |
549 |
|
|
{"AddrMapFlags" , 0xDD0}, |
550 |
|
|
{"UnivROMFlags" , 0xDD4}, |
551 |
|
|
{"UniversalInfoPtr" , 0xDD8}, |
552 |
|
|
{"BootGlobPtr" , 0xDDC}, |
553 |
|
|
{"EgretGlobals" , 0xDE0}, |
554 |
|
|
{"SaneTrapAddr" , 0xDE4}, |
555 |
|
|
{"Warhol" , 0xDE8}, |
556 |
|
|
{"MemVectors24" , 0x1E00}, |
557 |
|
|
{"Mem2Vectors24" , 0x1EE0}, |
558 |
|
|
{"Phys2Log" , 0x1EF0}, |
559 |
|
|
{"RealMemTop" , 0x1EF4}, |
560 |
|
|
{"PhysMemTop" , 0x1EF8}, |
561 |
|
|
{"MMFlags" , 0x1EFC}, |
562 |
|
|
{"MemVectors32" , 0x1F00}, |
563 |
|
|
{"DrawCrsrVector" , 0x1FB8}, |
564 |
|
|
{"EraseCrsrVector" , 0x1FBC}, |
565 |
|
|
{"PSCIntTbl" , 0x1FC0}, |
566 |
|
|
{"DSPGlobals" , 0x1FC4}, |
567 |
|
|
{"FP040Vects" , 0x1FC8}, |
568 |
|
|
{"FPBSUNVec" , 0x1FCC}, |
569 |
|
|
{"FPUNFLVec" , 0x1FD0}, |
570 |
|
|
{"FPOPERRVec" , 0x1FD4}, |
571 |
|
|
{"FPOVFLVec" , 0x1FD8}, |
572 |
|
|
{"FPSNANVec" , 0x1FDC}, |
573 |
|
|
{"Mem2Vectors32" , 0x1FE0}, |
574 |
|
|
{"SCSI2Base" , 0x1FF0}, |
575 |
|
|
{"LockMemCt" , 0x1FF4}, |
576 |
|
|
{"DockingGlobals" , 0x1FF8}, |
577 |
|
|
{"VectorPtr" , 0x2000}, |
578 |
|
|
{"BasesValid1" , 0x2400}, |
579 |
|
|
{"BasesValid2" , 0x2404}, |
580 |
|
|
{"ExtValid1" , 0x2408}, |
581 |
|
|
{"ExtValid2" , 0x240C}, |
582 |
|
|
{NULL , 0xFFFF} |
583 |
|
|
}; |
584 |
|
|
|
585 |
|
|
#endif |