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

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