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

github.com/ClusterM/nes_mappers.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--4 (MMC3)/MMC3.v3
1 files changed, 1 insertions, 2 deletions
diff --git a/4 (MMC3)/MMC3.v b/4 (MMC3)/MMC3.v
index ad4357c..0c2a828 100644
--- a/4 (MMC3)/MMC3.v
+++ b/4 (MMC3)/MMC3.v
@@ -41,7 +41,6 @@ module MMC3 # (parameter USE_CHR_RAM = 1)
reg irq_enabled;
reg irq_value;
reg irq_ready;
- reg started;
assign cpu_wr_out = cpu_rw_in || ram_protect[6];
assign cpu_rd_out = ~cpu_rw_in;
@@ -115,7 +114,7 @@ module MMC3 # (parameter USE_CHR_RAM = 1)
ppu_addr_out[18] <= 0;
end
- // Renable IRQ only when PPU A12 is low
+ // Reenable IRQ only when PPU A12 is low
always @ (*)
begin
if (!irq_enabled)