aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNebuleon Fumika2012-12-24 02:15:42 -0500
committerNebuleon Fumika2012-12-24 02:15:42 -0500
commite7ce8dd66c19de431fb347a0f3cd0ea867a802ce (patch)
treeec8050378f13ab08404d3e8550b1a33917eec86c
parente036c88be66a10e6a6271cee594741b4079b85c8 (diff)
downloadsnes9x2005-e7ce8dd66c19de431fb347a0f3cd0ea867a802ce.tar.gz
snes9x2005-e7ce8dd66c19de431fb347a0f3cd0ea867a802ce.tar.bz2
snes9x2005-e7ce8dd66c19de431fb347a0f3cd0ea867a802ce.zip
Bump to v. 1.09. Update the readme for cheats. Update the github link in source.txt.
-rw-r--r--README.md29
-rw-r--r--source.txt2
-rw-r--r--source/nds/gui.c2
3 files changed, 30 insertions, 3 deletions
diff --git a/README.md b/README.md
index 2324d22..3efa802 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-CATSFC version 1.08, 2012-12-20
+CATSFC version 1.09, 2012-12-24
A Super Nintendo emulator for the Supercard DSTWO.
@@ -11,6 +11,9 @@ Based on:
# Compiling
+(If you downloaded the plugin ready-made, you can safely skip this section.
+ In this case, go to `# Installing`.)
+
Compiling CATSFC is best done on Linux. Make sure you have access to a Linux
system to perform these steps.
@@ -42,6 +45,30 @@ To install the plugin to your storage card after compiling it, copy
directory. Then, copy the source directory's CATSFC subdirectory to the
root of the card.
+# Cheats
+
+The format accepted by the "Load a cheat file" function is equivalent to the
+old format used in Mightymo's BSNES Cheat Code Pack.
+
+1. Download the BSNES Cheat Code Pack at
+ <http://www.mightymo.net/downloads.html>. It will be a zip archive.
+2. Open the zip file, with WinZip, WinRAR or the built-in zip extension in
+ the operating system on your computer.
+3. In the zip file, open the folder called *BSNES Cheat Code Pack*, then
+ the one called *BSNES v0.51-0.74 Cheat Code Pack*.
+4. Open your microSD card's CATSFC folder, then descend into gamecht.
+5. Drag the cheat code files from the zip archive to the card's gamecht
+ folder.
+6. In the card's gamecht directory, create two folders. Name the first one
+ *a-m* and the second one *n-z*. Drag the cheat files from the games whose
+ name starts with A to M into *a-m* and the rest into *n-z*.
+
+This is because the directory display does not handle more than 512 files.
+
+To add cheats to the menu in a game, first load the game, then use the Cheats
+menu's "Load a cheat file" option. The option can be touched using the
+Touch Screen, but does not activate the menu. So press A.
+
# The font
The font used by CATSFC is now similar to the Pictochat font. To modify it,
diff --git a/source.txt b/source.txt
index 969df87..27b6448 100644
--- a/source.txt
+++ b/source.txt
@@ -1 +1 @@
-The source for CATSFC is not bundled with the download to keep the download size as small as possible, since few users, if any, have any use for the source. If you are interested in viewing the source or making contributions to CATSFC, you can find the source on GITHUB at https://github.com/ShadauxCat/CATSFC. \ No newline at end of file
+The source for CATSFC is not bundled with the download to keep the download size as small as possible, since few users, if any, have any use for the source. If you are interested in viewing the source or making contributions to CATSFC, you can find the source on GITHUB at https://github.com/Nebuleon/CATSFC. \ No newline at end of file
diff --git a/source/nds/gui.c b/source/nds/gui.c
index 979d99c..772775b 100644
--- a/source/nds/gui.c
+++ b/source/nds/gui.c
@@ -59,7 +59,7 @@ char *language_options[] = { (char *) &lang[0], (char *) &lang[1], (char *) &lan
******************************************************************************/
#define SUBMENU_ROW_NUM 6
-#define NDSSFC_VERSION "1.08"
+#define NDSSFC_VERSION "1.09"
#define SAVE_STATE_SLOT_NUM 10