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:
authorCluster <clusterrr@clusterrr.com>2015-08-07 00:38:35 +0300
committerCluster <clusterrr@clusterrr.com>2015-08-07 00:40:48 +0300
commit2d9c1ec35353874192e017798f10d688e94ac114 (patch)
tree80125f7446adbbfe69cf94a76f81ca6a7fd21b4b
parent8d9577359d707905622ee64cc6c0c0ebc1c194cb (diff)
Some clean upHEADmaster
-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)