Browse Source

Adjust horizontal scaling

master
Nathaniel Walizer 10 months ago
parent
commit
e283bd2d8a
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/ppu.h

+ 1
- 1
src/ppu.h View File

@@ -49,7 +49,7 @@ struct nes_cart_t;


#define nes_ppu_frame_cycles (nes_ppu_dots * nes_ppu_frame) #define nes_ppu_frame_cycles (nes_ppu_dots * nes_ppu_frame)


#define nes_ppu_scan_w (320U) // Effective NTSC horizontal rez
#define nes_ppu_scan_w (292U)
#define nes_ppu_scan_h nes_ppu_height #define nes_ppu_scan_h nes_ppu_height


#define nes_ppu_blocks_w (32U) #define nes_ppu_blocks_w (32U)


Loading…
Cancel
Save