chiark
/
gitweb
/
~ijackson
/
trains.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3917dfe
)
fix bogus buffer_section udata
author
ian
<ian>
Wed, 21 Dec 2005 15:21:40 +0000
(15:21 +0000)
committer
ian
<ian>
Wed, 21 Dec 2005 15:21:40 +0000
(15:21 +0000)
detpic/nmra-stream.asm
patch
|
blob
|
history
diff --git
a/detpic/nmra-stream.asm
b/detpic/nmra-stream.asm
index 8f425710c012e412d2923e424b01d9d55351d5bf..213d5ac0de3cd353453663d71151d74b1fb741f3 100644
(file)
--- 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