From: Alan Cox Date: Wed, 16 Jan 2019 14:51:49 +0000 (+0000) Subject: z80sio: fix smart serial wrap bug X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=c1c6f673a6153a7a3d7493573c3d27a27dd601be;p=FUZIX.git z80sio: fix smart serial wrap bug --- diff --git a/Kernel/dev/z80sio.s b/Kernel/dev/z80sio.s index a5829cbc..458c60ae 100644 --- a/Kernel/dev/z80sio.s +++ b/Kernel/dev/z80sio.s @@ -63,7 +63,7 @@ sio'X'_txd: ld hl,(sio'X'_txp) ld a,(hl) out (DP),a - inc hl + inc l set 7,l ld (sio'X'_txp),hl pop hl @@ -246,5 +246,3 @@ _sio'X'_error_get: .endm - - \ No newline at end of file