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-05 13:31:16 +0300
committerAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2023-01-05 13:31:16 +0300
commit30a988e1202944f600a96186fc75bf8402e2047a (patch)
tree4abae90bf8ed3271e717821d0226aa0f6502fd90
parent00dea107d016d98be687820b8cc4ea067a556d59 (diff)
Mapper 241 removed
-rw-r--r--CoolGirl_config.vh2
-rw-r--r--CoolGirl_mappers.vh2
2 files changed, 2 insertions, 2 deletions
diff --git a/CoolGirl_config.vh b/CoolGirl_config.vh
index ac626bd..3a19706 100644
--- a/CoolGirl_config.vh
+++ b/CoolGirl_config.vh
@@ -9,7 +9,7 @@ parameter ENABLE_MAPPER_030 = 0, // mapper #030 - add UNROM512 featu
parameter ENABLE_MAPPER_032 = 1, // mapper #032 - Irem's G101
parameter ENABLE_MAPPER_033_048 = 1, // mappers #033 & #048 - Taito
parameter ENABLE_MAPPER_048_INTERRUPTS = 1, // mapper #048 interrupts
-parameter ENABLE_MAPPER_034_241_BxROM = 1, // mappers #034 & #241 - BxROM: Deadly Towers (Mashou), Darkseed
+parameter ENABLE_MAPPER_034_BNROM = 1, // mapper #034
parameter ENABLE_MAPPER_036 = 0, // mapper #036 - TXC's PCB 01-22000-400
parameter ENABLE_MAPPER_038 = 0, // mapper #038: Crime Busters
parameter ENABLE_MAPPER_042 = 1, // mapper #042 - FDS conversions
diff --git a/CoolGirl_mappers.vh b/CoolGirl_mappers.vh
index 100618a..aa230be 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_241_BxROM || !flags[0]) // BxROM?
+ if (!ENABLE_MAPPER_034_BxROM || !flags[0]) // BxROM?
mirroring <= {1'b1, cpu_data_in[4]};
end