0 Members and 1 Guest are viewing this topic.
Also does the calc have built-in wifi?
Ah ok, I thought it did since he mentionned Wifi.
Wi-Fi would require a Wi-Fi dongle, and possibly an external power supply as well as a lot of processing power. It would probably be possible to use Wi-Fi in some way, but it might not be very fast or efficient.
Archive: The current restraints of 16mb of archive put a limit on future development. External archive additions will need to be created to open up more possibilities. Doing this though will require great knowlege on the Prizm's ports and usb protocols.Video: This could be the first time we see real looking video on a calc. The proc seems fast enough to support it and the screen has a high resolution with 16 bits of color. The only modification needed will probaly be more archive space.
Quote from: z80man on January 04, 2011, 02:23:03 amArchive: The current restraints of 16mb of archive put a limit on future development. External archive additions will need to be created to open up more possibilities. Doing this though will require great knowlege on the Prizm's ports and usb protocols.Video: This could be the first time we see real looking video on a calc. The proc seems fast enough to support it and the screen has a high resolution with 16 bits of color. The only modification needed will probaly be more archive space.The Prizm has 32 MB of archive, 16 MB of which is probably OS. Also, video is already available on the Prizm. It's in .g3b format, which has a header almost identical to the .g3p header I already cracked.
I don't know. Given that the format is very similar to .flv files, I'd be surprised at that, though.
Overclocking: Hopefully the Prizm can be clocked far past 29mhz in software. If overclocking requires physical alteration of the calc many people will not be able to enjoy games that utilize that ability. If overclocking is done care must be taken to ensure that other people's calcs are not damaged by malicious code.
#include "iodefine.h" void pll3(void) ;void pll3(void) { CPG.WTCNT = 0x5a00 ; CPG.WTCSR = 0xa502 ; CPG.FRQCR.WORD = 0x8210 ;}