Recent content by Loridan

  1. L

    English Gp321 Users Hate French Gp32 Users!

    This is a bit sensationalist. Especially if youve ever been an American in France... Then it just becomes ironic... That having been said, Im up for a game of patonque and wine you frenchie you, come on over here Ill give you a big American hug! :D This is too fun...
  2. L

    Smc Life

    Thats what I figured, because Ive worked with eeproms befor and it was a similar case. But I was unsure of SMC. I wonder, if gamepark ever does make a new device if it will still use SMC or the newer flash media thats available. I wouldnt be at all shocked if they made a unit with no external...
  3. L

    Smc Life

    I was wondering if anyone has ever worn out an SMC by reaching the max number of erase/writes. Im getting a little paranoid about the camera industry trying to phase out smartmedia and Im wondering how much longer we will be able to obtain them. Just wanting some opinions.
  4. L

    Megadrive/genesis Emu

    Right now, I have been going through tons of generator code. I have been pointed to where someone abandoned the same project. I have written emails to the author to attempt to compare his code with the original and complete my understanding of porting generator. If I can get enough...
  5. L

    Castaway

    Has anyone noticed that when castaway loads games a plethora of colors and stripes run all over the screen durring the load. Is that normal, or is this only happening to me...
  6. L

    Atari Games

    I was up four hours playing populous on my ST emu last night. Nouf said...
  7. L

    GP32 Percentages And C

    hehehe / \ too many languages fighting in my head :D another reason to hate college... VB
  8. L

    GP32 Percentages And C

    Does special_fx_frames / fx[i].original_duration result in a 0.something decimal? of course it does so it is returning a cast of zero. So what you really need is a float to contain your percentage. :P try changing it to the following lines; int frame_to_draw; //if this is declared int the...
  9. L

    GP32 C++ Gp Instructions List

    I will help you as much as I can with what I have devised to this point. There will be some differences in our development methods as I am a linux user. But I can do my best, and I can send you a copy of the official SDK reference manual. Just give me an email address so that we can begin...
  10. L

    GP32 C++ Gp Instructions List

    Actually, you just got more development help than I have from this whole forum. I have discovered that anything you plan to do for this machine, you are 100% on your own. Most of the developers have left, and it seems that most common knowlege was spoken and never written, so all of that left...
  11. L

    GP32 Bmp Scrambled

    Looks like Im going to have to answer my own question. There is nothing wrong with my tools. I didnt know that I had to rotate the image.
  12. L

    GP32 Bmp Scrambled

    If that is the case, and Im not saying that it isnt. Then why do these other tools exist? Im converting to bin and then to c. Using bmp2bin and bin2c. If these tools do not work, then why do we have them?
  13. L

    GP32 Bmp Scrambled

    I have converted 320/240 bitmap to a c file. Its always the same thing. I include the file, feed the array into gpbitblt and the result is scrambled crap all over the screen. Can someone tell me what causes this. Yes, I know that there are gpi and image libraries and all kinds of info for...
  14. L

    GP32 Ported Bmp2bin And Bin2c Over 2 Linux

    Im afraid that there is no premade package. But yes I am using the official sdk. The instructions on how to setup are very straight forward. I was able to configure my environment in only a few hours. I have compiled my first application too. Very sweet...
  15. L

    GP32 Ported Bmp2bin And Bin2c Over 2 Linux

    Thats cool, Im not using the mirko sdk, I built a linux toolchain as outlined in cobbleware.
Back
Top