Search results

  1. C

    GP32 Mr.mirko's Vs. Devkitadv

    Hi ! I would like to learn to program with Mr.Mirko's Devkit. But there is a library i wrote with DevKitAdv and still want to use it. Is it possible to use parts from DevKitAdv with Mirko's ? ------------------------------------------------------------------- A second thing is: how do i use...
  2. C

    GP32 Chars Allowed In Filenames

    Hi ! Thanks. So, can you agree that there aren't any other chars needed or allowed in filenames than in this image ? Greetings Tobias
  3. C

    GP32 Chars Allowed In Filenames

    Hi ! Does anyone know which chars are allowed in filenames (on a smc / dos) ? Where can i find an exact list ? Greetings Tobias
  4. C

    GP32 Cpu Speed Questions

    Hi ! That's right. Tobias
  5. C

    GP32 With Which Sdk Should I Continue In This Case...

    Hi ! I want to improve or renew my old program. So i thought of using MrMirko's SDK to continue - but i started with devkitadv. But i couldn't get my old program running with MrMirkos's SDK yet. What should i do: Should i try to convert my software somehow to MrMirko's SDK or should i continue...
  6. C

    GP32 Changing The Volume Of A Sample ?

    Hi ! I thought of doing it like this but then i need a 'working copy' of each sample. Because when i lower the volume to 5% of the max. volume, 95% of the volume are 'gone'. So when i want to raise the volume again, i need the original sample back. Doesn't the GP32 have the possibility to...
  7. C

    GP32 Cpu Speed Questions

    Hi ! Thanks. I'll search the forum. But i didn't mean bytes per minute but beats that define the speed of a song for example. For the solution of the problem i just have to found out how many ticks are one second. Greetings Tobias
  8. C

    GP32 Mr.mirkos Sdk Replacement

    Hi ! I have a good idea for next version(s): How about the possibility to control the volume of played samples. Like this: gp_playSample(add_buffer, add_size, volume, add_copyflag) For the volume it would be enough to use the size of a byte - The MIDI-Standard has volumes from 0 to 127 and...
  9. C

    GP32 Screen Buffering

    Hi ! Let's say, i have a background picture and by pressing a button, a menu appears. Now i would like to save the background picture to a buffer and show it again after closing the menu. (I dont need a solution to the menu problem but how to save screens and show them again) Greetings...
  10. C

    GP32 Cpu Speed Questions

    Hi ! I would like to know, what does the 2nd and 3rd value do ? GpClockSpeedChange(132000000, 0x24001, 2); /* speed = 133 Mhz */ What speeds are allowed ? Are there special values, or could i set it to 12222222 for example ? (I need a speed that has a nice value to the next question) And...
  11. C

    GP32 Changing The Volume Of A Sample ?

    Hi ! Does anybody know a routine to change the volume of a played sample ? It has something to do with drums and i need to have a possibility to change the volume of each played note (each note is a full played sample). Greetings Tobias
  12. C

    GP32 Mr.mikro's Sdk - Problems !?

    Hi ! It's where i got the file. Could anyone download it and tell me if these errors occur ? If yes, i think i'll write to Mr.Mikro myself. Greetings gp32_console Tobias
  13. C

    GP32 Mr.mikro's Sdk - Problems !?

    Hi ! I want to try Mikro's SDK and i downloaded the rar file for windows. But as i tried to extract it, winrar showed: http://www.ystart.net/upload/20040508/1084024463.jpg What is wrong ? Are there other sources where i can get it ? Greetings Tobias
  14. C

    It Lives!

    Hi ! It would be great to play California Games, Rampart and Shadow Of The Beast again. How is it possible to write a new lynx emu on handy code ? I once tried to understand the code in order to optimize but gave up - it was too complicated for me. And i made some tries in assembler. But my...
  15. C

    GP32 What Exactly Means W.i.p

    Hi ! What does exactly mean W.I.P ? Greetings Tobias
  16. C

    Pinball Dreams High Score Challenge!!!

    Hi ! I got 96 Millions. Too bad i didn't get a 'double your score' bonus ! Greetings Tobias
  17. C

    C64 Emulator That Plays Ancipital...

    Hi ! Did you try it with both Frodo versions: frode.fxe and frodopc.fxe ? Or did you try different images of the game ? Greetings Tobias
  18. C

    GP32 Atari Lynx Emu. Can This Be An Optimization ?

    Hi ! I don't see any optimization possibilities in assembler (at least for my programming skill). But could it be possible to optimize some (floating point) calculations of the lynx by using tables (arrays) that contain all possible results ? Would it help somehow ? Other thing. I designed an...
  19. C

    Official Gba Whine Thread

    The best emu is a real gba with a flash linker ... The only slow thing there is the copying to the flash cart. And i only have a 128 MBit one - it's too small :(
  20. C

    GP32 Atari Lynx Emu. Can This Be An Optimization ?

    Hi ! Oh yes, i know this. I tried to rewrite the display routine but it got slower. Greetings Tobias
Back
Top