Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/coolgirl-multicart/coolgirl-famicom-multicart.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'CoolGirl_mappers.vh')
-rw-r--r--CoolGirl_mappers.vh2
1 files changed, 1 insertions, 1 deletions
diff --git a/CoolGirl_mappers.vh b/CoolGirl_mappers.vh
index d7b1948..8236393 100644
--- a/CoolGirl_mappers.vh
+++ b/CoolGirl_mappers.vh
@@ -53,7 +53,7 @@ reg mmc3_irq_reload_clear = 0; // flag to clear reload flag
reg mmc3_irq_ready = 0; // stores 1 when IRQ is ready (enabled and non-zero)
reg mmc3_irq_out = 0; // stores 1 when IRQ is triggered
// scanline counter, counts dummy PPU reads, detects v-blank automatically
-reg [3:0] ppu_rd_hi_time = 0; // counts how log there is no reads from PPU to detect v-blank
+reg [3:0] ppu_rd_hi_time = 0; // counts how long there is no reads from PPU to detect v-blank
reg [1:0] ppu_nt_read_count; // nametable read counter
reg [7:0] scanline = 0; // current scanline
reg new_screen = 0; // stores 1 when v-blank detected ("in frame" flag)