more cleanup

This commit is contained in:
mrdudz
2015-11-29 20:04:10 +01:00
parent c636675521
commit b39a8b7a61
13 changed files with 669 additions and 607 deletions

View File

@@ -6,10 +6,10 @@
.export _clrscr
_clrscr:
ldy #$0
tya
rowloop:
sty LCD_X
lda #0
sta LCD_Y
ldx #$0