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:47:56 +0300
committerAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2023-01-05 13:47:56 +0300
commitdfea92fe0eecea9a99bcddb961ecadf881e9cafd (patch)
treee38f530e1ccfc1fb6dfaf19279a51cc12b5f7849
parentb75012f4dc66c9ea5be31eaa4c034285044734f8 (diff)
Comments, engrish fix
-rw-r--r--CoolGirl_config.vh2
-rw-r--r--README.md2
2 files changed, 2 insertions, 2 deletions
diff --git a/CoolGirl_config.vh b/CoolGirl_config.vh
index 8e30ec8..befbd58 100644
--- a/CoolGirl_config.vh
+++ b/CoolGirl_config.vh
@@ -46,4 +46,4 @@ parameter UxROM_BITSIZE = 4, // Maximum size for UxROM PRG (3=25
parameter AxROM_BxROM_BITSIZE = 3, // Maximum size for AxROM/BxROM PRG (2=256KB - standard size, 3=512KB - required for some hacks/homebrew)
parameter MMC3_BITSIZE = 8, // Maximum size for MMC3 PRG (6=512KB - standard size, 8=2MB - required for some hacks/homebrew)
-parameter RESET_COMBINATION = 8'b11010010 // Button configuration for software reset
+parameter RESET_COMBINATION = 8'b11010010 // Button configuration for software reset (in order: A, B, Select, Start, Up, Down, Left, Right)
diff --git a/README.md b/README.md
index 4027960..ec0acb2 100644
--- a/README.md
+++ b/README.md
@@ -35,7 +35,7 @@ Generated gerberes are located in the [CoolGirl_rev6.x/hardware](CoolGirl_rev6.x
### Firmware
EPM1270T144 CPLD firmware can be compiled using the [Quartus 22.1](https://www.intel.com/content/www/us/en/collections/products/fpga/software/downloads.html?s=Newest&f:guidetm83741EA404664A899395C861EDA3D38B=%5BIntel%C2%AE%20MAX%C2%AE%20CPLDs%20and%20FPGAs%3BMAX%C2%AE%20II%20CPLDs%5D). Open [CoolGirl.qpf](CoolGirl_rev6.x/CoolGirl.qpf) to configure and compile project.
-All mappers can't fit into CPLD at once, so you need to select required mappers in (config file)[CoolGirl_config.vh], so they can fit into 1270 macrocells. Also, you can set RESET_COMBINATION parameter to specify software reset button combination, it works on original consoles and some famiclones. Default combination is 8'b11010010 (Left+Start+A+B). Set it to 0 to disable and free some macrocells.
+All mappers can't fit into the CPLD at once, so you need to select required mappers in (config file)[CoolGirl_config.vh], so they can fit into 1270 macrocells. Also, you can set RESET_COMBINATION parameter to specify software reset button combination, it works on original consoles and some famiclones. Default combination is 8'b11010010 (Left+Start+A+B). Set it to 0 to disable and free some macrocells.
There are JTAG pads on the cartridge board to connect programmer (USB Blaster).