diff --git a/applecorn.po b/applecorn.po index 1dcbcea..431185e 100644 Binary files a/applecorn.po and b/applecorn.po differ diff --git a/auxmem.mosequ.s b/auxmem.mosequ.s index 1da2e57..c71f7b2 100644 --- a/auxmem.mosequ.s +++ b/auxmem.mosequ.s @@ -60,21 +60,7 @@ GBPBV EQU $21A ; OSGBPB vector FINDV EQU $21C ; OSFIND vector FSCV EQU $21E ; FSCV misc file ops +BYTEVARBASE EQU $190 ; Base of OSBYTE variables OSFILECB EQU $2EE ; OSFILE control block - - - - - - - - - - - - - - - diff --git a/auxmem.vdu.s b/auxmem.vdu.s index 851738c..e012b3b 100644 --- a/auxmem.vdu.s +++ b/auxmem.vdu.s @@ -34,8 +34,6 @@ VDUSTATUS EQU $D0 ; $D0 # VDU status VDUCHAR EQU VDUSTATUS+1 ; $D1 VDUADDR EQU VDUSTATUS+4 ; $D4 address of current char cell -BYTEVARBASE EQU $190 ; For Merlin-8/Merlin-16 - * VDU DRIVER MAIN WORKSPACE *************************** FXLINES EQU BYTEVARBASE+217 ; Pages scrolling line counter