avoid Virtual II PHP bug

This commit is contained in:
Peter Ferrie 2019-05-24 12:30:07 -07:00
parent 8753f3827b
commit a0f6932558
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