Mercurial > hg > Members > kono > nitros9-code
comparison defs/os9defs @ 73:89a324d09f87
Small changes
author | boisy |
---|---|
date | Tue, 07 May 2002 11:28:17 +0000 |
parents | 4b3470f2a2d7 |
children | 30dab091da57 |
comparison
equal
deleted
inserted
replaced
72:3020c1c93860 | 73:89a324d09f87 |
---|---|
256 SS.RdNet rmb 1 Read Raw Sector from Network 4 Omnidrive | 256 SS.RdNet rmb 1 Read Raw Sector from Network 4 Omnidrive |
257 SS.MpGPB rmb 1 Putstat to request a Get/Put Buffer be mapped in workspace | 257 SS.MpGPB rmb 1 Putstat to request a Get/Put Buffer be mapped in workspace |
258 SS.Slots rmb 1 Network 4 slots? getstat | 258 SS.Slots rmb 1 Network 4 slots? getstat |
259 | 259 |
260 * SDisk 3 Definition Equates | 260 * SDisk 3 Definition Equates |
261 SS.DRead equ SS.AAGBf SDisk3 Direct Sector Read | 261 SS.DRead equ SS.AAGBf SDisk3 Direct Sector Read ($80) |
262 SS.DWrit equ SS.DRead SDisk3 Direct sector Write | 262 SS.DWrit equ SS.DRead SDisk3 Direct sector Write ($80) |
263 SS.UnFrz equ SS.SLGBf SDisk3 UNFreeze DD info | 263 SS.UnFrz equ SS.SLGBf SDisk3 UNFreeze DD info ($81) |
264 SS.MOFF equ SS.Mount SDisk3 fast motor off call | 264 SS.MOFF equ SS.Mount SDisk3 fast motor off call ($82) |
265 SS.MoTim equ SS.RdNet SDisk3 Set motor shut off time | 265 SS.MoTim equ SS.RdNet SDisk3 Set motor shut off time ($83) |
266 SS.SDRD equ SS.MgGPD SDisk3 System direct read | 266 SS.SDRD equ SS.MgGPD SDisk3 System direct read ($84) |
267 SS.SDWRT equ SS.SDRD SDisk3 System direct writes | 267 SS.SDWRT equ SS.SDRD SDisk3 System direct writes ($84) |
268 SS.Sleep equ SS.Slots SDisk3 (DMC ONLY) Enable/disable F$Sleep calls in read/write 1773 I/O | 268 SS.Sleep equ SS.Slots SDisk3 (DMC ONLY) Enable/disable F$Sleep calls in read/write 1773 I/O ($85) |
269 SS.DrvCh equ SS.WnSet SDisk3 (DMC ONLY) Set drive number to cache, or return drive number being cached | 269 SS.DrvCh equ SS.WnSet SDisk3 (DMC ONLY) Set drive number to cache, or return drive number being cached ($86) |
270 | 270 |
271 ifgt Level-1 | 271 ifgt Level-1 |
272 | 272 |
273 * Level 2 Windowing | 273 * Level 2 Windowing |
274 SS.WnSet rmb 1 Set up High Level Windowing Information | 274 SS.WnSet rmb 1 Set up High Level Windowing Information |