Fixed typo (Ilegal).

This commit is contained in:
Greg King
2014-04-03 17:28:36 -04:00
parent b92630142f
commit 449fceebdd
4 changed files with 5 additions and 5 deletions

View File

@@ -74,7 +74,7 @@ init: txa
; Return with error in A
err: lda #9 ; "Ilegal device"
err: lda #9 ; "Illegal device"
done: rts
.endproc
@@ -92,4 +92,4 @@ done: rts
@L0: cmp #10
rts
.endproc
.endproc