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

github.com/ClusterM/coolgirl-famicom-multicart.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2023-01-23 11:54:24 +0300
committerAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2023-01-23 11:54:24 +0300
commit30a36bc62b53b1c618ed18821243c439f0aa5a7f (patch)
tree4161f33776865ecbf04aded7d4a1c67a461849fe
parent7b8817616a4f07f116698286e945246a566e09ab (diff)
Variable name typo fix
-rw-r--r--CoolGirl_mappers.vh2
1 files changed, 1 insertions, 1 deletions
diff --git a/CoolGirl_mappers.vh b/CoolGirl_mappers.vh
index aa230be..d979b2e 100644
--- a/CoolGirl_mappers.vh
+++ b/CoolGirl_mappers.vh
@@ -778,7 +778,7 @@ begin
if (mapper == 6'b001000)
begin
prg_bank_a[AxROM_BxROM_BITSIZE+2:2] <= cpu_data_in[AxROM_BxROM_BITSIZE:0];
- if (!ENABLE_MAPPER_034_BxROM || !flags[0]) // BxROM?
+ if (!ENABLE_MAPPER_034_BNROM || !flags[0]) // BNROM?
mirroring <= {1'b1, cpu_data_in[4]};
end