6502 command stream player, part 8

NES test ROM displays something
This commit is contained in:
tildearrow 2025-04-18 16:05:01 -05:00
parent fa85aa9e83
commit a694a6ff64
2 changed files with 3 additions and 2 deletions

View file

@ -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

View file

@ -487,6 +487,7 @@ fcsInit:
- dex
lda fcsPtr+40.w,x
sta chanPC,x
cpx #0
bne -
; set volumes