6502 command stream player, part 8
NES test ROM displays something
This commit is contained in:
parent
fa85aa9e83
commit
a694a6ff64
|
@ -58,7 +58,7 @@ startPlayer:
|
|||
bne -
|
||||
|
||||
; set palette
|
||||
bit PPUSTATUS
|
||||
+ bit PPUSTATUS
|
||||
lda #$3f
|
||||
sta PPUADDR
|
||||
lda #$00
|
||||
|
@ -72,7 +72,7 @@ startPlayer:
|
|||
bne -
|
||||
|
||||
; set up PPU
|
||||
+ lda #$07
|
||||
lda #$0e
|
||||
sta PPUMASK
|
||||
; reset scroll position
|
||||
bit PPUSTATUS
|
||||
|
|
|
@ -487,6 +487,7 @@ fcsInit:
|
|||
- dex
|
||||
lda fcsPtr+40.w,x
|
||||
sta chanPC,x
|
||||
cpx #0
|
||||
bne -
|
||||
|
||||
; set volumes
|
||||
|
|
Loading…
Reference in a new issue