Merge pull request #11 from peterferrie/master

avoid DMM overwrite
This commit is contained in:
4am 2019-03-14 11:29:52 -04:00 committed by GitHub
commit 585747c6a2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -183,7 +183,7 @@ StringTable
!word @mainmenu
@header
!text "Anti-M v1.1-dev by 4am 2019-03-13"
!text "Anti-M v1.1-dev by 4am 2019-03-14"
!text "________________________________________",$8D
!text $8D,$8D,$8D,$8D,$8D,$8D,$8D,$8D,$00
@mainmenu

View File

@ -113,12 +113,12 @@ IDBroderbund
; [must preserve Y here]
ldx #$00
- lda $0300,x
sta $2300,x
sta $3300,x
lda @copyDMM,x
sta $1700,x
inx
bne -
lda #$23
lda #$33
sta $030A
sta $0320
lda #$4C