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:
authorAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2021-09-25 13:33:24 +0300
committerAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2021-09-25 13:33:24 +0300
commitc4152c650b76bd796a91595f49c9ac188b8c9d08 (patch)
tree3634b1cd1056e0009a6b3efa560b5ffbd7cfeb4d
parentbc8f9c706722e1546608a4d125be570f53600550 (diff)
Mapper 90 fixHEADmaster
-rw-r--r--CoolGirl_mappers.vh4
1 files changed, 2 insertions, 2 deletions
diff --git a/CoolGirl_mappers.vh b/CoolGirl_mappers.vh
index afbfccd..5aa513f 100644
--- a/CoolGirl_mappers.vh
+++ b/CoolGirl_mappers.vh
@@ -1408,10 +1408,10 @@ begin
// for mapper #90
if (ENABLE_MAPPER_090 & ENABLE_MAPPER_090_ACCURATE_IRQ)
begin
- if (mapper90_irq_out_clear) mapper90_irq_pending <= 0;
+ if (mapper90_irq_out_clear) mapper90_irq_pending = 0;
if (mapper90_irq_reload && !mapper90_irq_reload_clear)
begin
- mapper90_irq_counter <= mapper90_irq_latch;
+ mapper90_irq_counter = mapper90_irq_latch;
mapper90_irq_reload_clear <= 1;
end else if (!mapper90_irq_reload)
begin