Mercurial > hg > index.cgi
changeset 1:704b2c9dc19e default tip
Remove extraneous unused and incorrect definition
author | William Astle <lost@l-w.ca> |
---|---|
date | Wed, 02 Jan 2019 10:11:19 -0700 |
parents | 605ff82c4618 |
children | |
files | defs.s |
diffstat | 1 files changed, 0 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/defs.s Sat Dec 08 19:57:01 2018 -0700 +++ b/defs.s Wed Jan 02 10:11:19 2019 -0700 @@ -34,7 +34,6 @@ HRESSCRN equ 0x2000 ; where the hi-res text screen starts in logical memory HRESBUFF equ 0xc000 ; where the HGET/HPUT buffers are in logical memory TMPSTACK equ 0xdfff ; temporary stack location when in secondary memory map -CURCHAR equ SPACE ; hi-res text screen cursor character ; HGET/HPUT buffer header structure HB.ADDR equ 0 ; address of next buffer (2 bytes) HB.NUM equ 2 ; number of this buffer (1 byte)