Merge pull request #13 from peterferrie/master

disable DMM ROM check
This commit is contained in:
4am 2019-03-14 12:08:19 -04:00 committed by GitHub
commit a882cbc97a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -221,10 +221,22 @@ IDBroderbund
sta @restore2+1
lda #$60
sta $0461
sta $8B5D
lda #$00
sta $0462
sta $0463
; distinguish further between variants
; and disable a secondary protection if present
lda $8BE3
cmp #$30
bne @DMMnewer
lda #$2C
sta $8BE2
bne @restore2
@DMMnewer
lda #$60
sta $8B5D
@restore2
lda #$FD ; SMC
rts