diff --git a/C64/textproc.asm b/C64/textproc.asm index a34dcbe..aacde71 100644 --- a/C64/textproc.asm +++ b/C64/textproc.asm @@ -31,6 +31,9 @@ NamesOfLevels dex bpl @- + lda #$1f ; '?' character + sta RandomMountains + rts Autoplay_OptionsTable .by 4,4,2,2,4,1,3,2,4 @@ -278,6 +281,7 @@ nexdigit ; leading zeores are removed ; the range is (00..99 - one byte) + sta decimal ldy #1 ; there will be 2 digits NextDigit2 ldx #8 ; 8-bit dividee so Rotate 8 times diff --git a/scorchC64.asm b/scorchC64.asm index 8c693ec..dd41d57 100644 --- a/scorchC64.asm +++ b/scorchC64.asm @@ -186,8 +186,9 @@ FirstSTART DisplayCopyPurchaseStart = 0 displayC64 = $2000 ; graphics screen memory start +StartAfterSplash SEI ; disable IRQ - LDA #$36 + LDA #$36 STA $0001 ; Turn Off BASIC ROM LDA #