1
0
mirror of https://github.com/raphnet/gc_n64_usb-v3 synced 2024-08-13 17:03:49 -04:00

Honor maxlen argument when receiving gamecube data

This commit is contained in:
Raphael Assenat 2015-12-06 15:43:35 -05:00
parent fd3e770fdf
commit 07a53bee3a

View File

@ -84,7 +84,8 @@ waitlow_lp:
store_byte:
inc r24 ; Count byte
breq overflow ; TODO : Check against r22
cp r22, r24
breq overflow
st z+,r20
ldi r20, 1