Skip to content

Commit

Permalink
make sure crt is in 16k mode before doing rom to ram copy (#376)
Browse files Browse the repository at this point in the history
  • Loading branch information
bvl1999 committed Nov 4, 2021
1 parent 5866d1b commit 90f2498
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cart.asm
Expand Up @@ -37,6 +37,7 @@ warmstart
sta $ba ; last device
lda #$1
sta $8d
sta $de00 ; make sure we are in 16k mode (doesn't matter what we write, just a write does the trick)
ldy #0
-
lda ($8b),y
Expand Down

0 comments on commit 90f2498

Please sign in to comment.