Mercurial > hg > Members > kono > nitros9-code
comparison defs/vdgdefs @ 373:c07686556109
Added ifeq statements at top to allow for multiple use's of same def
file without conflicts.
os9defs: added rmb 2 in NitrOS-9 dev table section to make dev table
13 bytes in size
author | boisy |
---|---|
date | Sat, 24 Aug 2002 14:34:32 +0000 |
parents | 6641a883d6b0 |
children | eff0182a503b |
comparison
equal
deleted
inserted
replaced
372:b3bfa479f8d0 | 373:c07686556109 |
---|---|
1 ifeq VDGINT | |
2 | |
3 VDGINT set 1 | |
4 | |
1 ttl DEFs from VDGint | 5 ttl DEFs from VDGint |
2 | 6 |
3 ********************** | 7 ********************** |
4 * Defs from VDGint | 8 * Defs from VDGint |
5 * all offsets from 'U' (address of device memory area) | 9 * all offsets from 'U' (address of device memory area) |
92 VD.PlFlg equ $7B initialized to $08 by L00DB, and then unused! | 96 VD.PlFlg equ $7B initialized to $08 by L00DB, and then unused! |
93 VD.NChar equ $7C character to process | 97 VD.NChar equ $7C character to process |
94 VD.NChr2 equ $7D and the next one | 98 VD.NChr2 equ $7D and the next one |
95 | 99 |
96 * and RMB until we get 256 bytes reserved | 100 * and RMB until we get 256 bytes reserved |
101 | |
102 endc | |
103 |