Author Topic: Indestructo Tank in CASIO Fx-9860G SD and other games  (Read 7400 times)

0 Members and 1 Guest are viewing this topic.

Offline Galandros

  • LV9 Veteran (Next: 1337)
  • *********
  • Posts: 1140
  • Rating: +42/-10
    • View Profile
Indestructo Tank in CASIO Fx-9860G SD and other games
« on: May 01, 2010, 09:20:48 am »
Just trying to find the complete font of CASIO Fx-9860G SD tokens (CASIO did in the minimum a decent work, I have a hint that their tokens are ASCII compatible unlike TI *cough*) and they have all mathematical/logic symbols and greek letter, you would want. And the search directed me to some game archive.

To see the topic, search for "Indestructo Tank v1.1" in the page of the link bellow because the page doesn't have a anchor or link to the topic...
http://www.casiocalc.org/to/fsdisplay.php?cat2disp=FS.FX-9860G.casm

I have been seeing some CASIO and HP calculators just to see the other side. I discovered along the way some ideas to implement on TI calculators.
« Last Edit: May 01, 2010, 09:36:15 am by Galandros »
Hobbing in calculator projects.

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55941
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: Indestructo Tank in CASIO Fx-9860G SD and other games
« Reply #1 on: May 01, 2010, 11:43:04 am »
The FX-9860G series calc are quite nice actually, I kinda wish in BASIC there was an Asm() command so we could run stuff like XCOPY or Flash Gordon to be able to use the flash memory as storage for TI-BASIC games maps and levels, though.

Btw Locate in BASIC on Casio, which is Output() on TI calcs, is like 30x faster than Output()

I wonder if in the future, Axe Parser could be ported to Casio calcs. I think it would be easier to code than MLC interpreter. New tokens would have to be used for many commands, though.

Offline Galandros

  • LV9 Veteran (Next: 1337)
  • *********
  • Posts: 1140
  • Rating: +42/-10
    • View Profile
Re: Indestructo Tank in CASIO Fx-9860G SD and other games
« Reply #2 on: May 02, 2010, 04:53:30 am »
Casio Fx-9860G SD is quite an appealing calculator.

It has C/assembly support, seems to have lots of games, so maybe for math BASIC programs, too.


Axe Parser is not easy to port because you would have to change all the code for another CPU. And there is still the tokens issue but if was done a specific editor to Axe's source code could help a bit.
Hobbing in calculator projects.

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55941
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: Indestructo Tank in CASIO Fx-9860G SD and other games
« Reply #3 on: May 02, 2010, 12:31:46 pm »
Yeah true, it would prbly take someone dedicated to port it completly from scratch. I wonder what CPU type does a Casio FX-9860G runs

Offline calcdude84se

  • Needs Motivation
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2272
  • Rating: +78/-13
  • Wondering where their free time went...
    • View Profile
Re: Indestructo Tank in CASIO Fx-9860G SD and other games
« Reply #4 on: May 02, 2010, 05:00:18 pm »
Link w/information:
http://revolution-fx.sourceforge.net/wiki/index.php?title=Hardware
Relevant quote:
Quote
The fx-9860G/fx-9860GII uses the Renesas SuperH-3 CPU SH7337/SH7355 (SH7705-like), a 32bit RISC processor.
"People think computers will keep them from making mistakes. They're wrong. With computers you make mistakes faster."
-Adam Osborne
Spoiler For "PartesOS links":
I'll put it online when it does something.

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55941
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: Indestructo Tank in CASIO Fx-9860G SD and other games
« Reply #5 on: May 02, 2010, 05:17:36 pm »
wow never heard of that processor before. I thought the FX-9860G was at around 14 ish MHz, tho? And wikipedia says 29 x.x

And thanks for that link, didn't knew that site existed. I always refered to Wikipedia for calc info as well as the major Casio sites such as Casiocalc.org
« Last Edit: May 02, 2010, 05:19:35 pm by DJ Omnimaga »

Offline calcdude84se

  • Needs Motivation
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2272
  • Rating: +78/-13
  • Wondering where their free time went...
    • View Profile
Re: Indestructo Tank in CASIO Fx-9860G SD and other games
« Reply #6 on: May 02, 2010, 05:27:09 pm »
I just found it, actually. I didn't know it existed either. :)
"People think computers will keep them from making mistakes. They're wrong. With computers you make mistakes faster."
-Adam Osborne
Spoiler For "PartesOS links":
I'll put it online when it does something.

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55941
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: Indestructo Tank in CASIO Fx-9860G SD and other games
« Reply #7 on: May 02, 2010, 05:34:03 pm »
a video on Youtube mentions the calc speed can be set up to 58-59 ish MHz



I assume the speed change is done using the CPU Speed changer program by Kucalc which can doubles it, meaning it might initially be 29 MHz as Wikipedia says. Still amazing, though. I wish Casio BASIC interpreter was much faster. Many 9860G BASIC commands runs at the regular 83+ speed. Some are blazing fast, though, such as Locate.

Offline Galandros

  • LV9 Veteran (Next: 1337)
  • *********
  • Posts: 1140
  • Rating: +42/-10
    • View Profile
Re: Indestructo Tank in CASIO Fx-9860G SD and other games
« Reply #8 on: May 03, 2010, 04:13:28 am »
RISC was used in personal computers, I think. But I know because I saw Wikipedia articles about CPUs.
It is quite an advanced CPU compared to the z80, it has 32KB of cache. :o
It saw C support somewhere, if it has a good library of functions, I believe it won't be much harder than Axe.
Hobbing in calculator projects.

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55941
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: Indestructo Tank in CASIO Fx-9860G SD and other games
« Reply #9 on: May 03, 2010, 04:27:26 am »
well Axe is much easier than C but if there are macros and the like it might make it easier.

Offline flyingfisch

  • I'm 1337 now!
  • Members
  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1620
  • Rating: +94/-17
  • Testing, testing, 1...2...3...4...5...6...7...8..9
    • View Profile
    • Top Page Website Design
Re: Indestructo Tank in CASIO Fx-9860G SD and other games
« Reply #10 on: August 26, 2011, 04:06:55 pm »
A game I personally like is Drag Racer V1 by Paul White.

It can be found at http://www.toppagedesign.com/DRAGRACE.G1A

Another good addin is X-Life (Conway's game of life). It let's you change the rules and edit the "map". Then it runs it.

It can be found here: http://www.toppagedesign.com/XLIFE.G1A
« Last Edit: August 26, 2011, 04:09:47 pm by flyingfisch »



Quote from: my dad
"welcome to the world of computers, where everything seems to be based on random number generators"



The Game V. 2.0

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55941
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: Indestructo Tank in CASIO Fx-9860G SD and other games
« Reply #11 on: August 26, 2011, 04:35:52 pm »
Hmm I never tried those. I should give them a try on my FX-9860G at one point.

Offline flyingfisch

  • I'm 1337 now!
  • Members
  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1620
  • Rating: +94/-17
  • Testing, testing, 1...2...3...4...5...6...7...8..9
    • View Profile
    • Top Page Website Design
Re: Indestructo Tank in CASIO Fx-9860G SD and other games
« Reply #12 on: August 26, 2011, 09:24:09 pm »
They're from CK. They are part of my "operation CK salvage", where I try to salvage the best of CK. Maybe I could get some volunteers who can still access CK to help me?

See the official thread here: http://www.casiocalc.org/?showtopic=6387
« Last Edit: August 26, 2011, 11:11:10 pm by flyingfisch »



Quote from: my dad
"welcome to the world of computers, where everything seems to be based on random number generators"



The Game V. 2.0