From e127e68d30a4ed0d7bc261360a6b2a8d9c3833c5 Mon Sep 17 00:00:00 2001 From: ian Date: Wed, 21 Dec 2005 15:21:40 +0000 Subject: [PATCH] fix bogus buffer_section udata --- detpic/nmra-stream.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/detpic/nmra-stream.asm b/detpic/nmra-stream.asm index 8f42571..213d5ac 100644 --- a/detpic/nmra-stream.asm +++ b/detpic/nmra-stream.asm @@ -49,7 +49,7 @@ totrackbit res 1 ; bit location of pointer within byte bufferpage equ 5 -buffer_section udata bufferpage << 256 +buffer_section udata bufferpage << 8 buffer res 256 code -- 2.30.2