0 Members and 5 Guests are viewing this topic.
Sounds pretty nice, does it support sound and all 65536 colors?
The busy box (or hourglass) is pretty annoying, but it is side effect of the Bfile_ReadFile_OS() function :-(
There's a bit of empty space below the video. Would it be possible to move the video down, so that the busy indicator will appear above the video? It would help a bit, even though it doesn't give us a way to get rid of the indicator.
Yes, it is full color video, no sound yet. It is slow, video has about 5 fps, but running about 2 fps - this is not problem of the video size, but calculator speed. I need to overclock it (now it is running on original speed).The busy box (or hourglass) is pretty annoying, but it is side effect of the Bfile_ReadFile_OS() function :-(So there are few things to be solved yet :-)
Are going to port Ich Will ?
You shouldn't have to overclock the Prizm to get a high framerate. At 58 Mhz a framerate of over 30 hz should be possible. What method are you using to draw the video. A slowdown will occur if you use pixel on commands instead of using the VRAM as a buffer. Also if you did any compression that would contribute to the slow down.
Quote from: z80man on July 13, 2011, 03:54:15 pmYou shouldn't have to overclock the Prizm to get a high framerate. At 58 Mhz a framerate of over 30 hz should be possible. What method are you using to draw the video. A slowdown will occur if you use pixel on commands instead of using the VRAM as a buffer. Also if you did any compression that would contribute to the slow down. A framerate of 20Hz is the maximum I would expect with the OS screendraw routines.