From 4df077dc3fc817c609777906a727060a4b51cfb6 Mon Sep 17 00:00:00 2001 From: Keith Leonardo Date: Mon, 27 Nov 2023 04:12:47 +1100 Subject: [PATCH] tmp - increase events per dot? --- src/ppu.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ppu.h b/src/ppu.h index 49450eb..d61f62d 100644 --- a/src/ppu.h +++ b/src/ppu.h @@ -13,7 +13,7 @@ #define PPU_LINEDOTS 341 // Maximum number of events per dot -#define PPU_EVENTS_PER_DOT 15 +#define PPU_EVENTS_PER_DOT 30 // PPU scanline segments #define PPU_SCANLINE_VISIBLE 0