create RAM file on demuffin as well as crack

This commit is contained in:
4am 2017-11-08 12:48:16 -05:00
parent 06ebbba4ae
commit b311927145

View File

@ -260,14 +260,16 @@ MainMenu
+ +
cmp #k_crack cmp #k_crack
bne .getkey bne .getkey
jsr CreateRAMFile
lda #%11000000 lda #%11000000
; note: execution falls through here ; note: execution falls through here
Action Action
sta gMode sta gMode
jsr ResetProgress bit gMode
bpl +
jsr CreateRAMFile
+ jsr ResetProgress
jsr InitSectorMap jsr InitSectorMap
jsr CopyUniversal jsr CopyUniversal
lda #FALSE lda #FALSE