enable case configuration

This commit is contained in:
Mark Canlas
2022-12-06 13:43:48 -05:00
parent fe03739c48
commit 8c3d8a2bd3
5 changed files with 52 additions and 33 deletions
+8
View File
@@ -0,0 +1,8 @@
lda #$01
sta $0200
lda #$03
sta $0201
lda #$05
sta $0202
@@ -1,8 +1,8 @@
LDA #$01
STA $0200
LDA #$05
LDA #$03
STA $0201
LDA #$08
LDA #$05
STA $0202