Search found 606 matches
- Sun Jan 28, 2018 3:46 pm
- Forum: General
- Topic: Casio fx-9860GII SDK help!
- Replies: 3
- Views: 12431
Re: Casio fx-9860GII SDK help!
Considering the error "** L2011 (E) Invalid parameter specified in option "input" : ""C:\Program Files..." you should check first, if you installed the SDK in a directory "C:\Program Files..." which name contains the string "(x86)". The SDK does not ...
- Sat Sep 30, 2017 6:17 pm
- Forum: General
- Topic: Games are not compatible on my 9860 gii
- Replies: 10
- Views: 25913
- Fri Sep 29, 2017 8:08 pm
- Forum: General
- Topic: Games are not compatible on my 9860 gii
- Replies: 10
- Views: 25913
Re: Games are not compatible on my 9860 gii
Fargoal 1.00 runs on my SH-4A-machines. What error do you get?
An update of Roboball will take some time. This is a really old one. I am not sure when I can see to it.
An update of Roboball will take some time. This is a really old one. I am not sure when I can see to it.
- Sat Sep 23, 2017 7:11 pm
- Forum: General
- Topic: Games are not compatible on my 9860 gii
- Replies: 10
- Views: 25913
Re: Games are not compatible on my 9860 gii
There are no source files included with arkanoid.
A bugfix like with "Gravity Duck" or "Text editor" is not possible.
Sry.
A bugfix like with "Gravity Duck" or "Text editor" is not possible.
Sry.
- Sat Sep 16, 2017 7:58 am
- Forum: General
- Topic: Casio fx-9860G SD- How to read files in the sd card?
- Replies: 90
- Views: 307749
Re: Casio fx-9860G SD- How to read files in the sd card?
There must be a buffer somewhere, where the names of the selected files reside in case of mode 8 and 9. I had a quick look but couldn't find a clue. I fear the buffer is a local one, hence no longer available after return from the syscall. A thorough investigation would take some time, which I am a ...
- Thu Aug 10, 2017 6:34 am
- Forum: Calculator Hacking/Modding Discussions
- Topic: Execute buffer overflow by using a corrupted .g1m?
- Replies: 1
- Views: 8051
Re: Execute buffer overflow by using a corrupted .g1m?
SH-Routines, which call another sub using BSR or JSR, initially push the contents of register PR onto the stack. sts.l pr, @-r15 In most cases the local stack-workspace is reserved after that, f. i. sts.l pr, @-r15 add #-h'58, r15 If any code would erroneously write h'5C bytes to the local workspace...
- Sun Jul 23, 2017 5:46 pm
- Forum: Calculator Hacking/Modding Discussions
- Topic: Renesas' toolchain errors
- Replies: 3
- Views: 11303
Re: Renesas' toolchain errors
cakeisalie5 wrote:...it doesn't solve the "no object files with two different names", does it?...
Yes. You are right, I think. I do not believe, that optlnk can maintain libraries with objects of the same name distinguished by the path only. But to be honest, I never tried such a thing.
- Tue Jun 20, 2017 4:05 pm
- Forum: Calculator Hacking/Modding Discussions
- Topic: Protocol 7.00 - Error 0x04 and tests
- Replies: 27
- Views: 102892
Re: Protocol 7.00 - Error 0x04 and tests
I do not think, that you have to support non-consecutive data packets.cakeisalie5 wrote:..In case of unordered data packets, should a server accept it and store it, or interrupt the data flow/communication?
- Wed Jun 14, 2017 6:13 am
- Forum: General
- Topic: LMI(Linear Matrix Inequality) with CP400 - C++ Solver
- Replies: 1
- Views: 6179
Re: LMI(Linear Matrix Inequality) with CP400 - C++ Solver
...I have C++ and C code solver for LMI but i don't understand can I compile and use it in class pad ? The CP 400 does not support addins any more . I do not believe, that it is possible to use any C or C++ source (except perhaps as guideline to develop a program written in the CP 400 built-in prog...
- Mon Jun 05, 2017 6:43 am
- Forum: General
- Topic: How do I Downgrade from OS 2.09 to 2.04?
- Replies: 4
- Views: 17084
Re: How do I Downgrade from OS 2.09 to 2.04?
I wanted to downgrade for a different reason as my calc won't run most of my games now. Is there a way? The reason for addin-incompatibility often is the MPU. You cannot fix that with OS downgrading. Some time ago, I did downgrading with CASIO update-packages. Instead of following the official inst...