Merge pull request #25 from peterferrie/master

avoid Virtual II PHP bug
This commit is contained in:
4am 2019-05-24 15:30:56 -04:00 committed by GitHub
commit 62a8394b89
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -191,9 +191,10 @@ Tracer
; [and runs anyway]
BeginTheBoot
lda #1
lda #$11 ;Virtual II fix
pha
plp ;match boot-time flags and registers
lda #1
ldy #0
ldx #$60
jmp $0801