Search results

  1. Y

    GP32 Code To Set Clock Speed

    It would be nice to add some source code to set gp32 clock speed on Pea's code repository. What I have is quite a big mess. I will try to write it better as soon as I can (=not today). Do you have any frequency I could add ? //from aquafish GpClockSpeedChange(67500000, 0x25002, 1) // 67.5 mhz...
  2. Y

    GP32 How To Save Screen As A 8bit Bmp Files

    Thank aquafish. It works (I never doubt of that ;) ) ! telecran.fxe 00043896.BMP [start] to save in GP:\GPMM\TELECRAN\ [joystick] and [A] [B] to draw [Shoulder] (several times) to erase (yes I know, the naming of the picture is weird, generated by GpRand() )
  3. Y

    GP32 How To Save Screen As A 8bit Bmp Files

    Merci, t'es un amour ! (I didn't thought to save the 8bits screen as a 24bits bmp. it may be a bit easier than saving it as a 8bits bmp) By the way, what is the url of your site ? http://www.egloo.fr.st send to http://www.gp32x.de/aquafish/ which is a blank page http://www.gp32club.fr.st is a...
  4. Y

    GP32 How To Save Screen As A 8bit Bmp Files

    I'm using the god old gp32 sdk (downloaded from the download section of http://www.devkit.tk/ ) Ok, I will try to do the biggest part myself and may contact you when it won't work.
  5. Y

    GP32 How To Save Screen As A 8bit Bmp Files

    Hi, Is there any SDK or source code already typed and tested to save the 8bits screen and the palette of the gp32 as a 8bits bmp file ? Or do I have to do it myself ? (and freely publish it once done, of course) Thank you.
  6. Y

    New Game: Guess

    Guess v1.0 (including sources) http://yaouank.gp32news.com The goal is to guess the hidden number better than the GP32. Yes I know it's a stupid game. That's why I sent it to the crap compo (but I think it's not good crap enough, I won't win)
  7. Y

    Crap Games Comp...

    Done. "guess game" on http://yaouank.gp32news.com Now, I just have to send it to crap compo.
  8. Y

    GP32 Mirko: Blitblit Function?

    Will you be happy enough with just setting the X coordinate of where you will cut your image ? It will work if your image is a kind of banner. Such as a font or an animated sprite. Your image will looks like: (case of a sprite with 8 position) +-+-+-+-+-+-+-+-+ |0|1|2|3|4|5|6|7|...
  9. Y

    GP32 Trig Or Interpolation?

    If you do it "a few times per frame" (say around 10 times per frame), you should use the implemented sin and cos. You will have the precision you are looking at and I guess computing 250 cos per second (10 cos per frame and 25 frame per second) should not be too difficult for a 133MHz CPU.
  10. Y

    Bench.fxe

    Honestly, I don't know. My instinct told me that battery consumption should be the same during the intro and during the play of a snes game. The goal of my soft was to compare different brand of battery with the minimum amount of subjectivity. If run at the same clock speed on two different...
  11. Y

    Bench.fxe

    Quite exact. Precisely, it saves running time to a file every 15 minutes. The first beta version did it every 15s and running times were very short. It seems that writing on SMC eats battery more than I thought.
  12. Y

    Bench.fxe

    Sorry, I didn't knew (and he didn't told me). rcx2100, your result is now published on the page.
  13. Y

    Bench.fxe

    I wrote a small GP32 software to test battery autonomy on GP32. I add a SMC write/read bench too even if results seems to be not very different from one card to another (the gp32 itself may be the main speed limiter) link: http://yaouank.gp32news.com (hosted by http://www.gp32news.com )...
  14. Y

    Compatiability of gbvgb

    minor graphic bug in the intro of each level of batman. Otherwise the game seems to be correct (I love this game !!!!)
  15. Y

    I want a GP32

    I'm new in this world but I can say a few words Beware: snes emulation is rather slow. You'll have to wait for better version of emulators than the current one. Emulation seems to be very correct with gameboy/gbcolor (for most of games. some crash), pc engine, commodore 64, game gear (some pb...
Back
Top