Skip to content

Commit 16b0c88

Browse files
committed
clr.b => sf
still learning 68k ;)
1 parent b8699d8 commit 16b0c88

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

the_80s/the_80s.s

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,8 @@ debug equ 0
4747
supexec backuppalette
4848

4949
move.l #framebuffer+255,d0
50-
clr.b d0
50+
;clr.b d0
51+
sf d0
5152
move.l d0,framep
5253

5354
dc.w $a000 ; Line-A init

0 commit comments

Comments
 (0)