1
0
mirror of https://github.com/fumiama/c64-snake.git synced 2026-06-07 09:40:30 +08:00

明天用bcd实现

This commit is contained in:
fumiama
2021-04-02 00:42:25 +08:00
parent 90d98208e6
commit 78f9c020d5
3 changed files with 40 additions and 21 deletions

View File

@@ -30,7 +30,7 @@ main:
.macro init
lda #147 ;清屏
jsr chrout
lda #$ac
lda #$bd
sta s
lda #0
sta s + 1