From: ian Date: Sun, 27 Apr 2008 23:00:39 +0000 (+0000) Subject: do not skip 1st byte of all but first nmra message (!) X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ijackson/git?a=commitdiff_plain;h=8c2faede314ce7e99ff8ed4b5c65583200c62e97;p=trains.git do not skip 1st byte of all but first nmra message (!) --- diff --git a/detpic/nmra-stream.asm b/detpic/nmra-stream.asm index dcdc140..9637e76 100644 --- a/detpic/nmra-stream.asm +++ b/detpic/nmra-stream.asm @@ -440,7 +440,7 @@ advance_pointer ; if clear, move to next buffer bt_fa_if0 INDF2,7 - rcall advance_read_buffer + bra advance_read_buffer ; if set, move to next byte of samebuffer (increment totrack) ; (will be on bit 7 at this point anyway so no need to change totrackbit)