Author Topic: Casio Prizm - What is it?  (Read 17925 times)

0 Members and 1 Guest are viewing this topic.

Offline JosJuice

  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1344
  • Rating: +66/-14
    • View Profile
Re: Casio Prizm - What is it?
« Reply #15 on: January 06, 2011, 02:09:35 pm »
Yep. Assembly has always been and will always be faster than BASIC.

Offline AngelFish

  • Is this my custom title?
  • Administrator
  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 3242
  • Rating: +270/-27
  • I'm a Fishbot
    • View Profile
Re: Casio Prizm - What is it?
« Reply #16 on: January 06, 2011, 02:10:36 pm »
174 I think. I wonder if those processors produces heat at high frequencies or if they're like ARM9 processors. This is a bit why I am a bit worried about what happens to the machine if the processor is running at 174 MHz for several minutes.

Code: [Select]
#include "iodefine.h"
void pll3(void) ;

void pll3(void) {

 CPG.WTCNT = 0x5a00 ;
 CPG.WTCSR = 0xa502 ;
 CPG.FRQCR.WORD = 0x8210 ;

}

This will set the processor to around 178 MHz, although programs will likely not be able to achieve a full 6x execution speed due to the fact that the data bus speed cannot be changed during runtime.

I don't know what will happen to the processor (other than higher heat production), but given that the feature is supported by the manufacturer, I'd hope that the appropriate cooling systems exist.

On the topic of Casio-BASIC, well the OS might not be able to handle 178 MHz. I'd only recommend it for Assembly programs.
« Last Edit: January 06, 2011, 02:12:06 pm by Qwerty.55 »
∂²Ψ    -(2m(V(x)-E)Ψ
---  = -------------
∂x²        ℏ²Ψ

Offline JosJuice

  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1344
  • Rating: +66/-14
    • View Profile
Re: Casio Prizm - What is it?
« Reply #17 on: January 06, 2011, 02:11:48 pm »
I don't know what will happen to the processor (other than higher heat production)
It would probably also drain more battery power.

Offline z80man

  • Casio Traitor
  • LV8 Addict (Next: 1000)
  • ********
  • Posts: 977
  • Rating: +85/-3
    • View Profile
Re: Casio Prizm - What is it?
« Reply #18 on: January 06, 2011, 09:20:33 pm »
I don't know what will happen to the processor (other than higher heat production), but given that the feature is supported by the manufacturer, I'd hope that the appropriate cooling systems exist.
* z80man decides to add a liquid cooling system to his Prizm

List of stuff I need to do before September:
1. Finish the Emulator of the Casio Prizm (in active development)
2. Finish the the SH3 asm IDE/assembler/linker program (in active development)
3. Create a partial Java virtual machine  for the Prizm (not started)
4. Create Axe for the Prizm with an Axe legacy mode (in planning phase)
5. Develop a large set of C and asm libraries for the Prizm (some progress)
6. Create an emulator of the 83+ for the Prizm (not started)
7. Create a well polished game that showcases the ability of the Casio Prizm (not started)

Offline turiqwalrus

  • LV8 Addict (Next: 1000)
  • ********
  • Posts: 840
  • Rating: +51/-2
  • Wheeeeeee~!
    • View Profile
Re: Casio Prizm - What is it?
« Reply #19 on: January 06, 2011, 09:24:40 pm »
* z80man decides to add a liquid cooling system to his Prizm
nice, but think about how you'd carry it around. it'd be so bulky that you couldn't fit it in a pocket anymore.

Offline z80man

  • Casio Traitor
  • LV8 Addict (Next: 1000)
  • ********
  • Posts: 977
  • Rating: +85/-3
    • View Profile
Re: Casio Prizm - What is it?
« Reply #20 on: January 06, 2011, 09:30:29 pm »
* z80man decides to add a liquid cooling system to his Prizm
nice, but think about how you'd carry it around. it'd be so bulky that you couldn't fit it in a pocket anymore.
I could keep the pump, radiator, and resivor inside my backpack and  then  run a hose to my calc. that wouldn't look suspicous would it.  ;)

List of stuff I need to do before September:
1. Finish the Emulator of the Casio Prizm (in active development)
2. Finish the the SH3 asm IDE/assembler/linker program (in active development)
3. Create a partial Java virtual machine  for the Prizm (not started)
4. Create Axe for the Prizm with an Axe legacy mode (in planning phase)
5. Develop a large set of C and asm libraries for the Prizm (some progress)
6. Create an emulator of the 83+ for the Prizm (not started)
7. Create a well polished game that showcases the ability of the Casio Prizm (not started)

Offline AngelFish

  • Is this my custom title?
  • Administrator
  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 3242
  • Rating: +270/-27
  • I'm a Fishbot
    • View Profile
Re: Casio Prizm - What is it?
« Reply #21 on: January 06, 2011, 09:32:43 pm »
I have a spare pump I could donate.
∂²Ψ    -(2m(V(x)-E)Ψ
---  = -------------
∂x²        ℏ²Ψ

Offline turiqwalrus

  • LV8 Addict (Next: 1000)
  • ********
  • Posts: 840
  • Rating: +51/-2
  • Wheeeeeee~!
    • View Profile
Re: Casio Prizm - What is it?
« Reply #22 on: January 06, 2011, 09:34:27 pm »
* z80man decides to add a liquid cooling system to his Prizm
nice, but think about how you'd carry it around. it'd be so bulky that you couldn't fit it in a pocket anymore.
I could keep the pump, radiator, and resivor inside my backpack and  then  run a hose to my calc. that wouldn't look suspicous would it.  ;)
not at all. especially not if you're traveling at an airport. They put your backpack in a X-ray machine and find a bunch of tubes. they think it's a bomb. they arrest you, put you in guantanamo, etc.

Offline fb39ca4

  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1749
  • Rating: +60/-3
    • View Profile
Re: Casio Prizm - What is it?
« Reply #23 on: January 07, 2011, 04:42:55 pm »
You wouldnt even be allowed to take it through if teh security people didnt think it was a bomb, unless you could use it with < 100ml of coolant.

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: Casio Prizm - What is it?
« Reply #24 on: January 08, 2011, 07:08:02 pm »
174 I think. I wonder if those processors produces heat at high frequencies or if they're like ARM9 processors. This is a bit why I am a bit worried about what happens to the machine if the processor is running at 174 MHz for several minutes.

Code: [Select]
#include "iodefine.h"
void pll3(void) ;

void pll3(void) {

 CPG.WTCNT = 0x5a00 ;
 CPG.WTCSR = 0xa502 ;
 CPG.FRQCR.WORD = 0x8210 ;

}

This will set the processor to around 178 MHz, although programs will likely not be able to achieve a full 6x execution speed due to the fact that the data bus speed cannot be changed during runtime.

I don't know what will happen to the processor (other than higher heat production), but given that the feature is supported by the manufacturer, I'd hope that the appropriate cooling systems exist.

On the topic of Casio-BASIC, well the OS might not be able to handle 178 MHz. I'd only recommend it for Assembly programs.
I don't mean necessarly heat damaging the processor, but rather the hardware surrounding it.

i am a troll

  • Guest
Re: Casio Prizm - What is it?
« Reply #25 on: January 22, 2011, 10:53:20 pm »
My friend once had a liquid cooled computer but it got throne away. :( >:( :banghead:  It had 2 gigs of memory and 2 cores.

And also howw many posts do i need before i can rate posts? :angel:
EDIT:i was'nt even trying to troll. i was supposed to quote  z80man but it thought that was not necessary.
« Last Edit: January 22, 2011, 11:04:48 pm by i am a troll »

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: Casio Prizm - What is it?
« Reply #26 on: January 22, 2011, 10:55:55 pm »
I totally forgot how many, I think it was 20 or 50. It used to be 1 but we changed it due to abuse (people signing up just to rate every post down/up)

Offline z80man

  • Casio Traitor
  • LV8 Addict (Next: 1000)
  • ********
  • Posts: 977
  • Rating: +85/-3
    • View Profile
Re: Casio Prizm - What is it?
« Reply #27 on: January 23, 2011, 12:31:43 am »
My friend once had a liquid cooled computer but it got throne away. :( >:( :banghead:  It had 2 gigs of memory and 2 cores.

And also howw many posts do i need before i can rate posts? :angel:
EDIT:i was'nt even trying to troll. i was supposed to quote  z80man but it thought that was not necessary.
Just trying to make a suggestion here, but when the last post in a topic is over two weeks old it really is recomended  to post there because others may not see it. We call that necroposting.

List of stuff I need to do before September:
1. Finish the Emulator of the Casio Prizm (in active development)
2. Finish the the SH3 asm IDE/assembler/linker program (in active development)
3. Create a partial Java virtual machine  for the Prizm (not started)
4. Create Axe for the Prizm with an Axe legacy mode (in planning phase)
5. Develop a large set of C and asm libraries for the Prizm (some progress)
6. Create an emulator of the 83+ for the Prizm (not started)
7. Create a well polished game that showcases the ability of the Casio Prizm (not started)

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: Casio Prizm - What is it?
« Reply #28 on: January 24, 2011, 03:10:37 pm »
Although necroposting is fine if you have something interesting to add to the convo.