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 - bne -
; set palette ; set palette
bit PPUSTATUS + bit PPUSTATUS
lda #$3f lda #$3f
sta PPUADDR sta PPUADDR
lda #$00 lda #$00
@ -72,7 +72,7 @@ startPlayer:
bne - bne -
; set up PPU ; set up PPU
+ lda #$07 lda #$0e
sta PPUMASK sta PPUMASK
; reset scroll position ; reset scroll position
bit PPUSTATUS bit PPUSTATUS

View file

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