diff --git a/libsrc/apple2/getdevice.s b/libsrc/apple2/getdevice.s index bc2896991..d07420902 100644 --- a/libsrc/apple2/getdevice.s +++ b/libsrc/apple2/getdevice.s @@ -37,9 +37,9 @@ next: tax ; Number of on-line devices (minus 1) ldy DEVCNT - ; Does the list contain the device? + ; Does the list contain the device? : cmp (ptr1),y - beq done + beq done dey bpl :- bmi next ; Branch always