Normalized coding style.

git-svn-id: svn://svn.cc65.org/cc65/trunk@5499 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
ol.sc
2012-02-08 16:13:01 +00:00
parent 9aac71b74a
commit 00ddcaeb93
39 changed files with 195 additions and 244 deletions

View File

@@ -1,4 +1,3 @@
;
; Maciej 'YTM/Elysium' Witkowiak
;
@@ -13,18 +12,18 @@
.include "geossym.inc"
_FillRam:
sta r0L
stx r0H
jsr popa
sta r2L
jsr popax
sta r1L
stx r1H
pha
txa
pha
jsr FillRam
pla
tax
pla
rts
sta r0L
stx r0H
jsr popa
sta r2L
jsr popax
sta r1L
stx r1H
pha
txa
pha
jsr FillRam
pla
tax
pla
rts