Fixed LAN91C96 driver.

This commit is contained in:
oliverschmidt 2007-12-01 20:23:11 +00:00
parent 5aa55f3f80
commit 45988fdfd0

View file

@ -31,7 +31,7 @@
; Author: Adam Dunkels <adam@sics.se>, Josef Soucek <josef.soucek@ide64.org>, ; Author: Adam Dunkels <adam@sics.se>, Josef Soucek <josef.soucek@ide64.org>,
; Oliver Schmidt <ol.sc@web.de> ; Oliver Schmidt <ol.sc@web.de>
; ;
; $Id: lan91c96.S,v 1.1 2007/11/30 12:32:07 oliverschmidt Exp $ ; $Id: lan91c96.S,v 1.2 2007/12/01 20:23:11 oliverschmidt Exp $
; ;
;--------------------------------------------------------------------- ;---------------------------------------------------------------------
@ -364,11 +364,9 @@ fixup36:sta ethdata
; The packet contains 3 extra words ; The packet contains 3 extra words
lda len lda len
adc #$05 ; Actually 5 or 6 depending on carry adc #$05 ; Actually 5 or 6 depending on carry
sta len
fixup37:sta ethdata fixup37:sta ethdata
lda len+1 lda len+1
adc #$00 adc #$00
sta len+1
fixup38:sta ethdata fixup38:sta ethdata
; Send the packet ; Send the packet