Update README

This commit is contained in:
CalcLoverHK 2024-03-14 15:41:47 +08:00
parent e67ec62c0c
commit b03de609fc
1 changed files with 5 additions and 14 deletions

View File

@ -8,7 +8,7 @@ At this moment, only the interpreter part is implemented (hence the dot in the a
## Supported calculators
_This is a simplified list of supported calculators. For a detailed calculator models, click [here](https://cbasic.fandom.com/wiki/Tutorials/Installation)._
_This is a simplified list of supported calculators. For an exact calculator model list, click [here](https://cbasic.fandom.com/wiki/Tutorials/Installation)._
Edition | Calculators
--- | ---
@ -26,22 +26,13 @@ CG | fx-CG10/20/50, Graph 90+E
## Things to know
* If you are an fx-CG10 or fx-CG20 user, C.Basic will ask you if you wish to overclock your calculator to achieve the performance of an fx-CG50.
* The overclocking mechanism is based on [Ptune2](https://git.planet-casio.com/CalcLoverHK/Ftune-Ptune), an overclocking add-in developed by the same author of C.Basic. Upon agreement, C.Basic will apply the [F3](https://git.planet-casio.com/CalcLoverHK/Ftune-Ptune/wiki/Ptune2#presets) preset of Ptune2.
* Please keep in mind that damage caused by overclocking (and using this add-in) will not be covered by CASIO's warranty, and the author is not responsible for any loss caused by user's improper operations.
* You can disable the `Auto OverClk` setting to prevent this prompt from being displayed at each startup.
* The overclocking mechanism is based on [Ptune2](https://git.planet-casio.com/CalcLoverHK/Ftune-Ptune), an overclocking add-in developed by the same author of C.Basic. Upon agreement, C.Basic will apply the [F3](https://git.planet-casio.com/CalcLoverHK/Ftune-Ptune/wiki/Ptune2#presets) preset of Ptune2.
* Please keep in mind that damage caused by overclocking (and using this add-in) will not be covered by CASIO's warranty, and the author is not responsible for any loss caused by user's improper operations.
* You can disable the `Auto OverClk` setting to prevent this prompt from being displayed at each startup.
* As C.Basic uses floating point to express numbers instead of binary-coded decimal that CASIO Basic uses, handling non-integers calculations may cause approximation errors. You are advised not to use C.Basic for applications involving serious calculations.
* Please note that the file manager of C.Basic is not yet optimized with calculators featuring the Fugue filesystem. See [#1](https://git.planet-casio.com/CalcLoverHK/C.Basic/issues/1) for more details.
## License
C.Basic is licensed under the GNU General Public License, version 2.
See [LICENSE.md](LICENSE.md) for the full license text.
## Credit
See [CREDIT.md](CREDIT.md) for the credit list.
## Wiki
Check out the official C.Basic Wiki by clicking the `Wiki` tab in the navigation bar.
The Wiki is hosted on Fandom, but we have decided to migrate to other wiki host once the majority content of it are ready.
The Wiki is hosted on Fandom, but we have decided to migrate to other wiki host once the majority content of it are ready.