mirror of
https://github.com/DS-Homebrew/flashcard-archive.git
synced 2024-11-25 11:07:00 +01:00
CycloDS: Added CycloDS Evolution firmware updates.
This commit is contained in:
parent
e6d09d7b7c
commit
079cd0f150
@ -5,10 +5,13 @@ export BASE := CycloDS/$(shell basename $(CURDIR))
|
|||||||
export OUT := $(TOPDIR)/../../../out
|
export OUT := $(TOPDIR)/../../../out
|
||||||
export COMMON := $(TOPDIR)/../../../common-kernels
|
export COMMON := $(TOPDIR)/../../../common-kernels
|
||||||
|
|
||||||
package: directory CycloDS_Evolution_2.3.zip
|
package: directory CycloDS_Evolution_2.3.zip old
|
||||||
|
|
||||||
directory:
|
directory:
|
||||||
mkdir -p $(OUT)/$(BASE)
|
mkdir -p $(OUT)/$(BASE)
|
||||||
|
|
||||||
CycloDS_Evolution_2.3.zip: directory
|
CycloDS_Evolution_2.3.zip: directory
|
||||||
cd CycloDS_Evolution_2.3 && zip -r $(OUT)/$(BASE)/$@ *
|
cd CycloDS_Evolution_2.3 && zip -r $(OUT)/$(BASE)/$@ *
|
||||||
|
|
||||||
|
old: directory
|
||||||
|
make -C $@
|
||||||
|
@ -0,0 +1,79 @@
|
|||||||
|
Release Notes for CycloDS Evolution Firmware v1.4 BETA 3
|
||||||
|
========================================================
|
||||||
|
|
||||||
|
BETA Change Log
|
||||||
|
---------------
|
||||||
|
|
||||||
|
v1.4 BETA 3:
|
||||||
|
|
||||||
|
* Added GBA autopatching
|
||||||
|
* GBA screen selection is taken from system settings
|
||||||
|
* Added support for the GBA frame bitmap
|
||||||
|
* Both NOR and PSRAM mode supported for GBA roms via EZ3in1
|
||||||
|
* GBA saves compatible with GBAExpLoader
|
||||||
|
* Improved homebrew soft reset compatibility (nesDS, lameboy, SNEmulDS)
|
||||||
|
* Restored compatibility with RTS files made with v1.3x
|
||||||
|
* Game compatibility fix (2343)
|
||||||
|
* 16-bit bitmaps now supported (skins + GBA frame)
|
||||||
|
* New design for default CycloDS skin
|
||||||
|
* Miscellaneous other improvements
|
||||||
|
|
||||||
|
v1.4 BETA 2:
|
||||||
|
|
||||||
|
* Gameboy Advance software can now be loaded directly from the
|
||||||
|
CycloDS Evolution GUI. Games must be pre-patched using GBATA
|
||||||
|
or similar software. Automatic patching will be added in the
|
||||||
|
future.
|
||||||
|
* Fixed some compatibility issues caused by homebrew soft reset
|
||||||
|
* Added support for new 3in1 cards
|
||||||
|
* Fixed bug preventing RTS from working on filenames containing
|
||||||
|
unicode characters
|
||||||
|
* Game compatibility fixes (2110, ingame menu + 2107)
|
||||||
|
* Added option of booting from slot 2 in either NDS or GBA mode
|
||||||
|
|
||||||
|
v1.4 BETA 1:
|
||||||
|
|
||||||
|
* Fixed Pokemon NDS <-> Wii connection for all regions
|
||||||
|
* Added homebrew soft reset
|
||||||
|
* Increased the number of allowed fragments, which should reduce
|
||||||
|
the "filesystem too fragmented" error
|
||||||
|
* Fixed compatibility issues (2203)
|
||||||
|
|
||||||
|
GBA Software Loading
|
||||||
|
--------------------
|
||||||
|
|
||||||
|
GBA software can now be loaded directly from the CycloDS Evolution
|
||||||
|
GUI. In order to do this, you must have either a CycloDS Mini/Micro
|
||||||
|
or an EZ3in1 cart inserted in slot 2. CycloDS Evolution will now
|
||||||
|
automatically patch the ROM's save access so you dont need to use
|
||||||
|
any 3rd party tools in order to accomplish this. 1Mbit save types are
|
||||||
|
currently unsupported.
|
||||||
|
|
||||||
|
Starting with this release, GBA saves are now directly compatible with
|
||||||
|
Rudolph's GBAExpLoader software (due to the large amount of requests
|
||||||
|
we received). This means that all GBA saves are stored in a directory
|
||||||
|
called "GBA_SAVE" in the root of your MicroSD card.
|
||||||
|
|
||||||
|
Each time you run a game, the contents of its corresponding .sav file
|
||||||
|
will be copied into slot 2 SRAM. In order to backup the contents of
|
||||||
|
SRAM to the .sav file, you must reboot the NDS and load the CycloDS
|
||||||
|
Evolution GUI, where the SRAM will be backed up automatically.
|
||||||
|
|
||||||
|
GBA Frame bitmaps are now supported. CycloDS Evolution will attempt to
|
||||||
|
read a GBA frame bitmap from /CycloDS/gbaframe.bmp; the bitmap must be
|
||||||
|
either 16-bit or 24-bit colour.
|
||||||
|
|
||||||
|
If you are using an EZ3in1 to run GBA games, you may select either
|
||||||
|
PSRAM or NOR mode. PSRAM mode generally loads much faster but the ROM
|
||||||
|
size in this mode is limited to 16MB. If you wish to use a larger ROM,
|
||||||
|
you must use NOR mode. You may switch between PSRAM and NOR mode by
|
||||||
|
highlighting a GBA ROM in the game list and pressing the SELECT button
|
||||||
|
which will bring up a dialog box.
|
||||||
|
|
||||||
|
How to use homebrew soft reset
|
||||||
|
------------------------------
|
||||||
|
|
||||||
|
Simply launch any homebrew executable and then press "A+B+X+Y+L+R"
|
||||||
|
to reset back to the main menu. This is currently working with just
|
||||||
|
about all homebrew software tested, and we'll continue to improve
|
||||||
|
compatibility.
|
Binary file not shown.
@ -0,0 +1,145 @@
|
|||||||
|
CycloDS Evolution Firmware v1.4
|
||||||
|
===============================
|
||||||
|
|
||||||
|
CycloDS Evolution Official Website: http://www.cyclopsds.com
|
||||||
|
Team Cyclops Forums: http://www.teamcyclops.com/forum
|
||||||
|
|
||||||
|
How to use
|
||||||
|
----------
|
||||||
|
|
||||||
|
The upgrade process is simple and painless. Just follow these easy steps:
|
||||||
|
|
||||||
|
1. Place the "update.evo" file in the root directory of your MicroSD.
|
||||||
|
2. Insert the MicroSD back into the CycloDS Evolution.
|
||||||
|
3. Insert the CycloDS Evolution into your Nintendo DS.
|
||||||
|
4. Power on the Nintendo DS and start CycloDS Evolution as you would normally.
|
||||||
|
5. The update will be launched automatically. Follow the onscreen instructions.
|
||||||
|
|
||||||
|
Once the update has completed the "update.evo" file will be removed from your
|
||||||
|
MicroSD, so you do not need to remove it manually.
|
||||||
|
|
||||||
|
Change log
|
||||||
|
----------
|
||||||
|
|
||||||
|
- v1.4 (19/6/2008)
|
||||||
|
|
||||||
|
* Homebrew soft reset added, allowing you to reset back to the CycloDS Evolution
|
||||||
|
GUI from almost any homebrew software with a simple button combination
|
||||||
|
* BETA GBA support added, allowing you to launch GBA games directly from
|
||||||
|
the CycloDS GUI. ROMs are automatically patched when necessary, and save
|
||||||
|
files are managed automatically by CycloDS (which are compatible with
|
||||||
|
GBA ExpLoader). Either CycloDS Mini/Micro or EZ3in1 is required for GBA support
|
||||||
|
* Both NOR and PSRAM mode supported for GBA ROMs via EZ3in1
|
||||||
|
* NDS Pokemon <-> Wii Pokemon Battle Revolution connection fixed for all regions
|
||||||
|
* Added option of booting from slot 2 in either NDS or GBA mode
|
||||||
|
* Added support for new 3in1 cards
|
||||||
|
* 16-bit bitmaps now supported (skins + GBA frame)
|
||||||
|
* Increased the number of allowed fragments, which should reduce
|
||||||
|
the "filesystem too fragmented" error
|
||||||
|
* Random skin selection has been made more random
|
||||||
|
* When using EZ3in1, NDS Browser auto-patching now works after soft-resetting
|
||||||
|
from a rumble enabled game
|
||||||
|
* Game compatibility fix (2343)
|
||||||
|
* Miscellaneous reliability and user-friendliness improvements
|
||||||
|
|
||||||
|
- v1.31 (5/4/2008)
|
||||||
|
|
||||||
|
* Game compatibility fixes (2203, 2110, ingame menu + 2107)
|
||||||
|
* Fixed a problem preventing RTS from functioning if the game
|
||||||
|
filename contains unicode characters
|
||||||
|
|
||||||
|
- v1.3 (3/3/2008)
|
||||||
|
|
||||||
|
* RealTime Save feature added, allowing you to save and resume game play
|
||||||
|
at any time!
|
||||||
|
* Fixed numerous compatibility issues
|
||||||
|
* Improved overall reliability
|
||||||
|
* NDS file extensions are no longer displayed in the GUI
|
||||||
|
* Added the ability to exit the in-game menu by pressing the B button
|
||||||
|
* Revised controls for the settings menu: A/RIGHT cycle item forwards,
|
||||||
|
Y/LEFT cycle item backwards
|
||||||
|
* SlowMotion is now shown as a percentage rather than an arbitrary number
|
||||||
|
* Fixed homebrew that use DLDI on ARM7 (DSVideo)
|
||||||
|
|
||||||
|
- v1.22 (5/11/2007)
|
||||||
|
|
||||||
|
* Compatibility fixes
|
||||||
|
* Fixed intermittent problem with random skin selection
|
||||||
|
|
||||||
|
- v1.21 (20/10/2007)
|
||||||
|
|
||||||
|
* Miniaturized game icons are shown in list view
|
||||||
|
* Random skin selection
|
||||||
|
* Allow unlimited number of skins
|
||||||
|
* Fixed GBA linking with 3in1 (disable Rumble)
|
||||||
|
* Compatibility fixes
|
||||||
|
|
||||||
|
- v1.2 (26/9/2007)
|
||||||
|
|
||||||
|
* Custom cheat code support added (PC-side cheat editor application included)
|
||||||
|
* PC-side cheat editor can automatically retrieve up-to-date codes from the internet
|
||||||
|
* Fixed Wii connectivity (Pokemon Diamond/Pearl and Pokemon Battle Revolution)
|
||||||
|
* Several game compatibility fixes
|
||||||
|
* DSLinux is now supported
|
||||||
|
* Moonshell soft reset is now supported
|
||||||
|
* RAM pack for Opera (clean rom) supported via CycloDS Mini/Micro and EZ3in1
|
||||||
|
* Rumble for EZ3in1 supported
|
||||||
|
* Completely new translations: Dutch, Greek, Indonesian, Malaysian, Russian, Tagalog
|
||||||
|
* All text is now completely translated (GUI, ingame menu and the updater)
|
||||||
|
* Updated DLDI driver, will now allow 3rd party loaders such as DSOrganise
|
||||||
|
and DSChannels to load .NDS files
|
||||||
|
* Date and time are now set properly for .sav files
|
||||||
|
* Hold SELECT while launching homebrew software to disable DLDI auto-patching
|
||||||
|
* Fixed cheat core bug
|
||||||
|
* Will now try to execute ROM's even when auto-patching fails
|
||||||
|
* Ingame menu changes:
|
||||||
|
- Time is shown on the bottom left
|
||||||
|
- Multi-lingual (uses same language as you have set for main menu)
|
||||||
|
- SlowMotion adjustable between 3 different speed settings
|
||||||
|
- Realtime cheat enable/disable
|
||||||
|
- Separated "Return to Game" and "Return to Main Menu" in the in-game menu to
|
||||||
|
help avoid accidentally executing a soft reset
|
||||||
|
- Improved stability
|
||||||
|
- Supported for more games
|
||||||
|
* Menu GUI changes:
|
||||||
|
- Multiple skins are supported, selectable in the settings menu
|
||||||
|
- Added new file view mode, "list view"
|
||||||
|
- NDS sleep mode is now supported
|
||||||
|
- Improved menu file list sorting method
|
||||||
|
- Folders starting with '.' are now hidden
|
||||||
|
- Buttons for various dialog boxes
|
||||||
|
- Press B to exit settings screen
|
||||||
|
- Stopped game list from displaying invalid items
|
||||||
|
* Many other miscellaneous fixes and additions
|
||||||
|
|
||||||
|
- v1.13 (24/6/2007)
|
||||||
|
|
||||||
|
* Fixed a critical problem relating to game saves
|
||||||
|
* Added partial Japanese GUI translation
|
||||||
|
* Resolved compatibility issue with 1171
|
||||||
|
|
||||||
|
- v1.12 (16/6/2007)
|
||||||
|
|
||||||
|
* Fixed a problem which prevented homebrew software from writing
|
||||||
|
to the MicroSD card
|
||||||
|
* Improved the compatibility with Slot 2 devices
|
||||||
|
* Fixed a problem which made a few games hang with a white screen
|
||||||
|
* Pressing 'B' in the cheat code list now returns you to the game list
|
||||||
|
* Improved the speed of the "autoload" and "auto-boot to slot 2"
|
||||||
|
features (now the CycloDS Evolution GUI is not displayed at all
|
||||||
|
when either of these features is activated)
|
||||||
|
|
||||||
|
- v1.11 (12/6/2007)
|
||||||
|
|
||||||
|
* Added autoload feature
|
||||||
|
* Added auto-boot to slot 2
|
||||||
|
* Resolved compatibility issues with games such as 1110, 1115 and 1127
|
||||||
|
* Fixed a bug in the cheat core which would result in some games
|
||||||
|
hanging with a white screen if cheats were enabled
|
||||||
|
|
||||||
|
- v1.1 (10/6/2007)
|
||||||
|
|
||||||
|
* Enabled the cheat code functionality
|
||||||
|
* Resolved several compatibility issues
|
||||||
|
* Fixed download play with Yoshi Touch & Go
|
||||||
|
* Minor improvements to the user interface
|
Binary file not shown.
@ -0,0 +1,155 @@
|
|||||||
|
CycloDS Evolution Firmware v1.41
|
||||||
|
================================
|
||||||
|
|
||||||
|
CycloDS Evolution Official Website: http://www.cyclopsds.com
|
||||||
|
Team Cyclops Forums: http://www.teamcyclops.com/forum
|
||||||
|
|
||||||
|
How to use
|
||||||
|
----------
|
||||||
|
|
||||||
|
The upgrade process is simple and painless. Just follow these easy steps:
|
||||||
|
|
||||||
|
1. Place the "update.evo" file in the root directory of your MicroSD.
|
||||||
|
2. Insert the MicroSD back into the CycloDS Evolution.
|
||||||
|
3. Insert the CycloDS Evolution into your Nintendo DS.
|
||||||
|
4. Power on the Nintendo DS and start CycloDS Evolution as you would normally.
|
||||||
|
5. The update will be launched automatically. Follow the onscreen instructions.
|
||||||
|
|
||||||
|
Once the update has completed the "update.evo" file will be removed from your
|
||||||
|
MicroSD, so you do not need to remove it manually.
|
||||||
|
|
||||||
|
Change log
|
||||||
|
----------
|
||||||
|
|
||||||
|
- v1.41 (1/7/2008)
|
||||||
|
|
||||||
|
* Fixed "My Pokemon Ranch" Wii connectivity
|
||||||
|
* Optimised and fixed cheat code engine
|
||||||
|
* Increased the number of allowed fragments, which should reduce
|
||||||
|
the "filesystem too fragmented" error
|
||||||
|
* Game compatibility fixes (2385 + ingame menu for some games)
|
||||||
|
* Added some advanced options to the XML configuration
|
||||||
|
* Miscellaneous other improvements
|
||||||
|
|
||||||
|
- v1.4 (19/6/2008)
|
||||||
|
|
||||||
|
* Homebrew soft reset added, allowing you to reset back to the CycloDS Evolution
|
||||||
|
GUI from almost any homebrew software with a simple button combination
|
||||||
|
* BETA GBA support added, allowing you to launch GBA games directly from
|
||||||
|
the CycloDS GUI. ROMs are automatically patched when necessary, and save
|
||||||
|
files are managed automatically by CycloDS (which are compatible with
|
||||||
|
GBA ExpLoader). Either CycloDS Mini/Micro or EZ3in1 is required for GBA support
|
||||||
|
* Both NOR and PSRAM mode supported for GBA ROMs via EZ3in1
|
||||||
|
* NDS Pokemon <-> Wii Pokemon Battle Revolution connection fixed for all regions
|
||||||
|
* Added option of booting from slot 2 in either NDS or GBA mode
|
||||||
|
* Added support for new 3in1 cards
|
||||||
|
* 16-bit bitmaps now supported (skins + GBA frame)
|
||||||
|
* Increased the number of allowed fragments, which should reduce
|
||||||
|
the "filesystem too fragmented" error
|
||||||
|
* Random skin selection has been made more random
|
||||||
|
* When using EZ3in1, NDS Browser auto-patching now works after soft-resetting
|
||||||
|
from a rumble enabled game
|
||||||
|
* Game compatibility fix (2343)
|
||||||
|
* Miscellaneous reliability and user-friendliness improvements
|
||||||
|
|
||||||
|
- v1.31 (5/4/2008)
|
||||||
|
|
||||||
|
* Game compatibility fixes (2203, 2110, ingame menu + 2107)
|
||||||
|
* Fixed a problem preventing RTS from functioning if the game
|
||||||
|
filename contains unicode characters
|
||||||
|
|
||||||
|
- v1.3 (3/3/2008)
|
||||||
|
|
||||||
|
* RealTime Save feature added, allowing you to save and resume game play
|
||||||
|
at any time!
|
||||||
|
* Fixed numerous compatibility issues
|
||||||
|
* Improved overall reliability
|
||||||
|
* NDS file extensions are no longer displayed in the GUI
|
||||||
|
* Added the ability to exit the in-game menu by pressing the B button
|
||||||
|
* Revised controls for the settings menu: A/RIGHT cycle item forwards,
|
||||||
|
Y/LEFT cycle item backwards
|
||||||
|
* SlowMotion is now shown as a percentage rather than an arbitrary number
|
||||||
|
* Fixed homebrew that use DLDI on ARM7 (DSVideo)
|
||||||
|
|
||||||
|
- v1.22 (5/11/2007)
|
||||||
|
|
||||||
|
* Compatibility fixes
|
||||||
|
* Fixed intermittent problem with random skin selection
|
||||||
|
|
||||||
|
- v1.21 (20/10/2007)
|
||||||
|
|
||||||
|
* Miniaturized game icons are shown in list view
|
||||||
|
* Random skin selection
|
||||||
|
* Allow unlimited number of skins
|
||||||
|
* Fixed GBA linking with 3in1 (disable Rumble)
|
||||||
|
* Compatibility fixes
|
||||||
|
|
||||||
|
- v1.2 (26/9/2007)
|
||||||
|
|
||||||
|
* Custom cheat code support added (PC-side cheat editor application included)
|
||||||
|
* PC-side cheat editor can automatically retrieve up-to-date codes from the internet
|
||||||
|
* Fixed Wii connectivity (Pokemon Diamond/Pearl and Pokemon Battle Revolution)
|
||||||
|
* Several game compatibility fixes
|
||||||
|
* DSLinux is now supported
|
||||||
|
* Moonshell soft reset is now supported
|
||||||
|
* RAM pack for Opera (clean rom) supported via CycloDS Mini/Micro and EZ3in1
|
||||||
|
* Rumble for EZ3in1 supported
|
||||||
|
* Completely new translations: Dutch, Greek, Indonesian, Malaysian, Russian, Tagalog
|
||||||
|
* All text is now completely translated (GUI, ingame menu and the updater)
|
||||||
|
* Updated DLDI driver, will now allow 3rd party loaders such as DSOrganise
|
||||||
|
and DSChannels to load .NDS files
|
||||||
|
* Date and time are now set properly for .sav files
|
||||||
|
* Hold SELECT while launching homebrew software to disable DLDI auto-patching
|
||||||
|
* Fixed cheat core bug
|
||||||
|
* Will now try to execute ROM's even when auto-patching fails
|
||||||
|
* Ingame menu changes:
|
||||||
|
- Time is shown on the bottom left
|
||||||
|
- Multi-lingual (uses same language as you have set for main menu)
|
||||||
|
- SlowMotion adjustable between 3 different speed settings
|
||||||
|
- Realtime cheat enable/disable
|
||||||
|
- Separated "Return to Game" and "Return to Main Menu" in the in-game menu to
|
||||||
|
help avoid accidentally executing a soft reset
|
||||||
|
- Improved stability
|
||||||
|
- Supported for more games
|
||||||
|
* Menu GUI changes:
|
||||||
|
- Multiple skins are supported, selectable in the settings menu
|
||||||
|
- Added new file view mode, "list view"
|
||||||
|
- NDS sleep mode is now supported
|
||||||
|
- Improved menu file list sorting method
|
||||||
|
- Folders starting with '.' are now hidden
|
||||||
|
- Buttons for various dialog boxes
|
||||||
|
- Press B to exit settings screen
|
||||||
|
- Stopped game list from displaying invalid items
|
||||||
|
* Many other miscellaneous fixes and additions
|
||||||
|
|
||||||
|
- v1.13 (24/6/2007)
|
||||||
|
|
||||||
|
* Fixed a critical problem relating to game saves
|
||||||
|
* Added partial Japanese GUI translation
|
||||||
|
* Resolved compatibility issue with 1171
|
||||||
|
|
||||||
|
- v1.12 (16/6/2007)
|
||||||
|
|
||||||
|
* Fixed a problem which prevented homebrew software from writing
|
||||||
|
to the MicroSD card
|
||||||
|
* Improved the compatibility with Slot 2 devices
|
||||||
|
* Fixed a problem which made a few games hang with a white screen
|
||||||
|
* Pressing 'B' in the cheat code list now returns you to the game list
|
||||||
|
* Improved the speed of the "autoload" and "auto-boot to slot 2"
|
||||||
|
features (now the CycloDS Evolution GUI is not displayed at all
|
||||||
|
when either of these features is activated)
|
||||||
|
|
||||||
|
- v1.11 (12/6/2007)
|
||||||
|
|
||||||
|
* Added autoload feature
|
||||||
|
* Added auto-boot to slot 2
|
||||||
|
* Resolved compatibility issues with games such as 1110, 1115 and 1127
|
||||||
|
* Fixed a bug in the cheat core which would result in some games
|
||||||
|
hanging with a white screen if cheats were enabled
|
||||||
|
|
||||||
|
- v1.1 (10/6/2007)
|
||||||
|
|
||||||
|
* Enabled the cheat code functionality
|
||||||
|
* Resolved several compatibility issues
|
||||||
|
* Fixed download play with Yoshi Touch & Go
|
||||||
|
* Minor improvements to the user interface
|
Binary file not shown.
@ -0,0 +1,171 @@
|
|||||||
|
CycloDS Evolution Firmware v1.5
|
||||||
|
===============================
|
||||||
|
|
||||||
|
CycloDS Evolution Official Website: http://www.cyclopsds.com
|
||||||
|
Team Cyclops Forums: http://www.teamcyclops.com/forum
|
||||||
|
|
||||||
|
How to use
|
||||||
|
----------
|
||||||
|
|
||||||
|
The upgrade process is simple and painless. Just follow these easy steps:
|
||||||
|
|
||||||
|
1. Place the "update.evo" file in the root directory of your MicroSD.
|
||||||
|
2. Insert the MicroSD back into the CycloDS Evolution.
|
||||||
|
3. Insert the CycloDS Evolution into your Nintendo DS.
|
||||||
|
4. Power on the Nintendo DS and start CycloDS Evolution as you would normally.
|
||||||
|
5. The update will be launched automatically. Follow the onscreen instructions.
|
||||||
|
|
||||||
|
Once the update has completed the "update.evo" file will be removed from your
|
||||||
|
MicroSD, so you do not need to remove it manually.
|
||||||
|
|
||||||
|
Change log
|
||||||
|
----------
|
||||||
|
|
||||||
|
- v1.5 (22/11/2008)
|
||||||
|
|
||||||
|
* Added the in-game text reader feature
|
||||||
|
* Battery saver mode added
|
||||||
|
* An alternative folder layout for game saves and RTS files is now supported
|
||||||
|
* Configurable rumble strength though settings menu
|
||||||
|
* Fixes to the cheat code engine
|
||||||
|
* GBA support dramatically improved and moved out of BETA. Saving problems
|
||||||
|
should now be resolved and the 1MBit save type is now supported without
|
||||||
|
the need to manually patch games
|
||||||
|
* Classic NES Series GBA games are now supported
|
||||||
|
* Added "cycle skin" feature which is similar to the random skin feature,
|
||||||
|
except that skins are cycled in order and are not chosen at random
|
||||||
|
* Game compatibility fixes (2906, 2949, 2436, 2472)
|
||||||
|
* Various other bug fixes and improvements
|
||||||
|
|
||||||
|
- v1.41 (1/7/2008)
|
||||||
|
|
||||||
|
* Fixed "My Pokemon Ranch" Wii connectivity
|
||||||
|
* Optimised and fixed cheat code engine
|
||||||
|
* Increased the number of allowed fragments, which should reduce
|
||||||
|
the "filesystem too fragmented" error
|
||||||
|
* Game compatibility fixes (2385 + ingame menu for some games)
|
||||||
|
* Added some advanced options to the XML configuration
|
||||||
|
* Miscellaneous other improvements
|
||||||
|
|
||||||
|
- v1.4 (19/6/2008)
|
||||||
|
|
||||||
|
* Homebrew soft reset added, allowing you to reset back to the CycloDS Evolution
|
||||||
|
GUI from almost any homebrew software with a simple button combination
|
||||||
|
* BETA GBA support added, allowing you to launch GBA games directly from
|
||||||
|
the CycloDS GUI. ROMs are automatically patched when necessary, and save
|
||||||
|
files are managed automatically by CycloDS (which are compatible with
|
||||||
|
GBA ExpLoader). Either CycloDS Mini/Micro or EZ3in1 is required for GBA support
|
||||||
|
* Both NOR and PSRAM mode supported for GBA ROMs via EZ3in1
|
||||||
|
* NDS Pokemon <-> Wii Pokemon Battle Revolution connection fixed for all regions
|
||||||
|
* Added option of booting from slot 2 in either NDS or GBA mode
|
||||||
|
* Added support for new 3in1 cards
|
||||||
|
* 16-bit bitmaps now supported (skins + GBA frame)
|
||||||
|
* Increased the number of allowed fragments, which should reduce
|
||||||
|
the "filesystem too fragmented" error
|
||||||
|
* Random skin selection has been made more random
|
||||||
|
* When using EZ3in1, NDS Browser auto-patching now works after soft-resetting
|
||||||
|
from a rumble enabled game
|
||||||
|
* Game compatibility fix (2343)
|
||||||
|
* Miscellaneous reliability and user-friendliness improvements
|
||||||
|
|
||||||
|
- v1.31 (5/4/2008)
|
||||||
|
|
||||||
|
* Game compatibility fixes (2203, 2110, ingame menu + 2107)
|
||||||
|
* Fixed a problem preventing RTS from functioning if the game
|
||||||
|
filename contains unicode characters
|
||||||
|
|
||||||
|
- v1.3 (3/3/2008)
|
||||||
|
|
||||||
|
* RealTime Save feature added, allowing you to save and resume game play
|
||||||
|
at any time!
|
||||||
|
* Fixed numerous compatibility issues
|
||||||
|
* Improved overall reliability
|
||||||
|
* NDS file extensions are no longer displayed in the GUI
|
||||||
|
* Added the ability to exit the in-game menu by pressing the B button
|
||||||
|
* Revised controls for the settings menu: A/RIGHT cycle item forwards,
|
||||||
|
Y/LEFT cycle item backwards
|
||||||
|
* SlowMotion is now shown as a percentage rather than an arbitrary number
|
||||||
|
* Fixed homebrew that use DLDI on ARM7 (DSVideo)
|
||||||
|
|
||||||
|
- v1.22 (5/11/2007)
|
||||||
|
|
||||||
|
* Compatibility fixes
|
||||||
|
* Fixed intermittent problem with random skin selection
|
||||||
|
|
||||||
|
- v1.21 (20/10/2007)
|
||||||
|
|
||||||
|
* Miniaturized game icons are shown in list view
|
||||||
|
* Random skin selection
|
||||||
|
* Allow unlimited number of skins
|
||||||
|
* Fixed GBA linking with 3in1 (disable Rumble)
|
||||||
|
* Compatibility fixes
|
||||||
|
|
||||||
|
- v1.2 (26/9/2007)
|
||||||
|
|
||||||
|
* Custom cheat code support added (PC-side cheat editor application included)
|
||||||
|
* PC-side cheat editor can automatically retrieve up-to-date codes from the internet
|
||||||
|
* Fixed Wii connectivity (Pokemon Diamond/Pearl and Pokemon Battle Revolution)
|
||||||
|
* Several game compatibility fixes
|
||||||
|
* DSLinux is now supported
|
||||||
|
* Moonshell soft reset is now supported
|
||||||
|
* RAM pack for Opera (clean rom) supported via CycloDS Mini/Micro and EZ3in1
|
||||||
|
* Rumble for EZ3in1 supported
|
||||||
|
* Completely new translations: Dutch, Greek, Indonesian, Malaysian, Russian, Tagalog
|
||||||
|
* All text is now completely translated (GUI, ingame menu and the updater)
|
||||||
|
* Updated DLDI driver, will now allow 3rd party loaders such as DSOrganise
|
||||||
|
and DSChannels to load .NDS files
|
||||||
|
* Date and time are now set properly for .sav files
|
||||||
|
* Hold SELECT while launching homebrew software to disable DLDI auto-patching
|
||||||
|
* Fixed cheat core bug
|
||||||
|
* Will now try to execute ROM's even when auto-patching fails
|
||||||
|
* Ingame menu changes:
|
||||||
|
- Time is shown on the bottom left
|
||||||
|
- Multi-lingual (uses same language as you have set for main menu)
|
||||||
|
- SlowMotion adjustable between 3 different speed settings
|
||||||
|
- Realtime cheat enable/disable
|
||||||
|
- Separated "Return to Game" and "Return to Main Menu" in the in-game menu to
|
||||||
|
help avoid accidentally executing a soft reset
|
||||||
|
- Improved stability
|
||||||
|
- Supported for more games
|
||||||
|
* Menu GUI changes:
|
||||||
|
- Multiple skins are supported, selectable in the settings menu
|
||||||
|
- Added new file view mode, "list view"
|
||||||
|
- NDS sleep mode is now supported
|
||||||
|
- Improved menu file list sorting method
|
||||||
|
- Folders starting with '.' are now hidden
|
||||||
|
- Buttons for various dialog boxes
|
||||||
|
- Press B to exit settings screen
|
||||||
|
- Stopped game list from displaying invalid items
|
||||||
|
* Many other miscellaneous fixes and additions
|
||||||
|
|
||||||
|
- v1.13 (24/6/2007)
|
||||||
|
|
||||||
|
* Fixed a critical problem relating to game saves
|
||||||
|
* Added partial Japanese GUI translation
|
||||||
|
* Resolved compatibility issue with 1171
|
||||||
|
|
||||||
|
- v1.12 (16/6/2007)
|
||||||
|
|
||||||
|
* Fixed a problem which prevented homebrew software from writing
|
||||||
|
to the MicroSD card
|
||||||
|
* Improved the compatibility with Slot 2 devices
|
||||||
|
* Fixed a problem which made a few games hang with a white screen
|
||||||
|
* Pressing 'B' in the cheat code list now returns you to the game list
|
||||||
|
* Improved the speed of the "autoload" and "auto-boot to slot 2"
|
||||||
|
features (now the CycloDS Evolution GUI is not displayed at all
|
||||||
|
when either of these features is activated)
|
||||||
|
|
||||||
|
- v1.11 (12/6/2007)
|
||||||
|
|
||||||
|
* Added autoload feature
|
||||||
|
* Added auto-boot to slot 2
|
||||||
|
* Resolved compatibility issues with games such as 1110, 1115 and 1127
|
||||||
|
* Fixed a bug in the cheat core which would result in some games
|
||||||
|
hanging with a white screen if cheats were enabled
|
||||||
|
|
||||||
|
- v1.1 (10/6/2007)
|
||||||
|
|
||||||
|
* Enabled the cheat code functionality
|
||||||
|
* Resolved several compatibility issues
|
||||||
|
* Fixed download play with Yoshi Touch & Go
|
||||||
|
* Minor improvements to the user interface
|
Binary file not shown.
23
archive/CycloDS/CycloDS_Evolution/old/Makefile
Normal file
23
archive/CycloDS/CycloDS_Evolution/old/Makefile
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
.PHONY: package
|
||||||
|
|
||||||
|
export TOPDIR := $(shell pwd $(CURDIR))
|
||||||
|
export BASE := CycloDS/CycloDS_Evolution/$(shell basename $(CURDIR))
|
||||||
|
export OUT := $(TOPDIR)/../../../../out
|
||||||
|
export COMMON := $(TOPDIR)/../../../../common-kernels
|
||||||
|
|
||||||
|
package: directory CycloDS_Evolution_1.4-BETA-3.zip CycloDS_Evolution_1.4.zip CycloDS_Evolution_1.5.zip CycloDS_Evolution_1.41.zip
|
||||||
|
|
||||||
|
directory:
|
||||||
|
mkdir -p $(OUT)/$(BASE)
|
||||||
|
|
||||||
|
CycloDS_Evolution_1.4-BETA-3.zip: directory
|
||||||
|
cd $(TOPDIR)/CycloDS_Evolution_1.4-BETA-3 && zip -r $(OUT)/$(BASE)/$@ *
|
||||||
|
|
||||||
|
CycloDS_Evolution_1.4.zip: directory
|
||||||
|
cd $(TOPDIR)/CycloDS_Evolution_1.4 && zip -r $(OUT)/$(BASE)/$@ *
|
||||||
|
|
||||||
|
CycloDS_Evolution_1.41.zip: directory
|
||||||
|
cd $(TOPDIR)/CycloDS_Evolution_1.41 && zip -r $(OUT)/$(BASE)/$@ *
|
||||||
|
|
||||||
|
CycloDS_Evolution_1.5.zip: directory
|
||||||
|
cd $(TOPDIR)/CycloDS_Evolution_1.5.zip && zip -r $(OUT)/$(BASE)/$@ *
|
Loading…
Reference in New Issue
Block a user