From 161e84008458a5848fa9f66030ce8518ea9ae1a0 Mon Sep 17 00:00:00 2001 From: Bobbi Webber-Manners Date: Fri, 10 Sep 2021 11:51:42 -0400 Subject: [PATCH] Moved BYTEVARBASE to auxmem.mosequ.s --- applecorn.po | Bin 819200 -> 819200 bytes auxmem.mosequ.s | 16 +--------------- auxmem.vdu.s | 2 -- 3 files changed, 1 insertion(+), 17 deletions(-) diff --git a/applecorn.po b/applecorn.po index 1dcbcead5cf72bf57e9d84fd7a600e5635b241eb..431185e5f96fde332f72364e7ea5748d4f94cc12 100644 GIT binary patch delta 118 zcmZo@FluNp+EBtS@{>t|K~s-GOWT;6q2V!u0*JA>gZ&l@WBv3-A?DQS3+$K`HVZIG zFgEeE@iDgXF}3kAxACzo<70io_-i`j7gn*!j7%@5ePtD&F7cK1#rFRnSs9tyzOlA_ WV{7}y-u8{7?Hgy?H?C#hxVr#R$|*De delta 118 zcmV-+0Ez#AfHHu9GO%<96#4=g04Xj2Dk}*ABmm<8ASx>m0ken)+5`bVmw^%kWtX5n z10b^y0vG{;4u%c^h7JOT4g-b`1f~uJGynhq 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