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:
a8631d6
)
final fixes for "more" bit inversion
author
ian
<ian>
Thu, 29 Dec 2005 23:50:24 +0000
(23:50 +0000)
committer
ian
<ian>
Thu, 29 Dec 2005 23:50:24 +0000
(23:50 +0000)
detpic/nmra-stream.asm
patch
|
blob
|
history
diff --git
a/detpic/nmra-stream.asm
b/detpic/nmra-stream.asm
index 52ef9d8a4ee4e15d8fe50c658d4bf729f92dbef5..f2f5f2904bab92c1af4eccf798a891be9474a92d 100644
(file)
--- a/
detpic/nmra-stream.asm
+++ b/
detpic/nmra-stream.asm
@@
-418,12
+418,12
@@
advance_pointer
; track; check whether it is 1 or 0
; if set, move to next buffer
- bt_fa_if
1
INDF2,7
+ bt_fa_if
0
INDF2,7
rcall advance_read_buffer
; if not set, move to next byte of samebuffer (increment totrack)
; (will be on bit 7 at this point anyway so no need to change totrackbit)
- bt_fa_if
0
INDF2,7
+ bt_fa_if
1
INDF2,7
inc_fa totrack
return