Register

Search found 115 matches

Return to advanced search

Casimo
Tue Mar 26, 2013 3:08 pm
 
Forum: Casio fx-9860 SDK
Topic: Addin Restart routine
Replies: 16
Views: 46046

Re: Addin Restart routine

Mine.
(Don't berate, it was my first game I made some time ago, so the code is a bit dirty...)
Matris

It uses direct keyboard access, no interrupts ("smulates" interruptts only) and writes to the display (MonochromeLib).
Casimo
Mon Mar 25, 2013 5:51 pm
 
Forum: Casio fx-9860 SDK
Topic: Addin Restart routine
Replies: 16
Views: 46046

Re: Addin Restart routine

Bump.
The same thing on a fx9860.
Casimo
Wed Mar 20, 2013 7:43 pm
 
Forum: Casio fx-9860 SDK
Topic: Addin Restart routine
Replies: 16
Views: 46046

Re: Addin Restart routine

flyingfisch wrote:Hmm... for some reason my calc freezes when I exit the game, and I have to restart it with the reset button.

(calculator: modded fx9750)
What's wrong with APP_EnableRestart()?
Casimo
Fri Mar 15, 2013 4:08 pm
 
Forum: Site Feedback, Questions and Suggestions
Topic: Increase in spam signups/posts lately
Replies: 7
Views: 26468

Re: Increase in spam signups/posts lately

As far as I know, Q&A is better than Captcha.
Also you should a add the question "Are you a bot" with "Yes" preselected.
Casimo
Thu Mar 07, 2013 3:26 pm
 
Forum: Casio fx-9860 SDK
Topic: Serial port questions
Replies: 68
Views: 151027

Re: Serial port questions

I'm not sure, maybe you should try to use '&' when it is needed, so instead of SerialBufferedTransmitOneByte(buffer[i]) SerialBufferedTransmitOneByte(&buffer[i]) (or SerialBufferedTransmitOneByte(buffer + i) . Edit: Oh, that was a bad sample. I thought Serial_ReadOneByte needs an unsigned ch...
Casimo
Sun Mar 03, 2013 8:21 am
 
Forum: Casio fx-9860 SDK
Topic: Serial port questions
Replies: 68
Views: 151027

Re: Serial port questions

Casimo wrote:Maybe you have to press stronger.

;)
Casimo
Thu Feb 28, 2013 3:29 pm
 
Forum: Casio fx-9860 SDK
Topic: Hitachi compiler options
Replies: 13
Views: 39423

Re: Hitachi compiler options

Is it also possible to choose this for every project seperately?
Casimo
Thu Feb 28, 2013 6:41 am
 
Forum: Casio fx-9860 SDK
Topic: mylib v0.45
Replies: 35
Views: 80506

Re: mylib v0.4

As far as I know all system calls are compatible.
Casimo
Wed Feb 27, 2013 6:58 pm
 
Forum: Casio fx-9860 SDK
Topic: Hitachi compiler options
Replies: 13
Views: 39423

Hitachi compiler options

I read that you can compile a program with different options: size, nospeed, speed. How can I change the setting? I already tried doing it with the preprocessor, but that didn't work.
PreviousNext

Return to advanced search