Skip to content

Commit

Permalink
Fixed the handling of emphasis in case background and sprite are not …
Browse files Browse the repository at this point in the history
…visible (#396).
  • Loading branch information
punesemu committed May 8, 2024
1 parent 21b0258 commit ebc8f54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/ppu.c
Original file line number Diff line number Diff line change
Expand Up @@ -584,7 +584,7 @@ void ppu_tick(BYTE nidx) {
* altrimenti visualizzo un pixel del
* colore 0 della paletta.
*/
put_pixel(nes[nidx].m.memmap_palette.color[0])
put_emphasis(0)

if ((nes[nidx].p.r2006.value & 0xFF00) == 0x3F00) {
/*
Expand Down

0 comments on commit ebc8f54

Please sign in to comment.