Search results

  1. D

    Bloxoid

  2. D

    Any Ideas How To Read Simple Text Files.

    On a large file there is some advantage to using a single read, but the difference is not huge. I just tested the read() method vs the getline() method on a 1 mb text file stored on my SD card. Each run was done after a fresh reboot. open/malloc/read: 0.56 seconds ifstream/getline: 0.71...
  3. D

    How To Delete A File?

    unlink(path)
  4. D

    Our New Machine, Pandora

    Silly speculation and rumors on the internet! Somebody call the police!
  5. D

    Trying To Understand How The Map Is Drawn In A Trailblazer Style Game

    No problem, if you would like me to clarify something just ask.
  6. D

    Trying To Understand How The Map Is Drawn In A Trailblazer Style Game

    There is no simple answer for this, but there are some approaches to try. In this type of view you can rely on fact that the tiles are parallel to the bottom of the screen, which means you don't have to do a completely general textured polygon rendering engine. For a given tile, the first...
  7. D

    Trying To Understand How The Map Is Drawn In A Trailblazer Style Game

    Trailblazer had lots of different versions for different systems. Can you post a link to a screenshot of exactly what you're trying to accomplish? The approach will depend on the details of what view you're trying for.
  8. D

    Our New Machine, Pandora

    Whichever chip it uses, it has the potential to be very cool.
  9. D

    Our New Machine, Pandora

    Some stuff we don't know about the MMSP2+ so things like power consumption would be guesses. Most applications will have a much easier time making use of a single 532 mhz processor than two processors that total up to 660, even if the MMSP2+ board is built carefully to make sure the second...
  10. D

    Hi Few N00b'y Questions

    That may be, but selling a console capable of running an emulator is not the same thing as downloading roms. mp3 players are not illegal just because you can put pirated music on them.
  11. D

    How Many Gp2x's Sold? How Much Longer?

    Eh? The second part invalidates your leading point. QUOTE it is a website dedicated to a retro-gaming machine. Maybe you use the machine for "retro gaming" (whatever that means), but that's not all this machine can do. Better to say "it is a website dedicated to an open platform that is...
  12. D

    How Many Gp2x's Sold? How Much Longer?

    Nope! I can hardly spend a year dreaming of a new handheld! I'm still planning on a testing release in September sometime (whenever a developer says "september sometime" that means "hopefully september 30", heh).
  13. D

    Our New Machine, Pandora

    Oh well, then whether the MMSP2+ is used or another processor, all of the hardware-specific parts of the kernel will have to be written from scratch I suppose. Fun job for somebody!
  14. D

    How Many Gp2x's Sold? How Much Longer?

    Neither GPH nor the distributors have shared sales numbers. Except to feed the curiosity of us fanboys there's no reason for them to. Gp2x development will probably slow a bit right away as some people are recruited to work on stuff prior to the new machine's release. Others (like me) spend...
  15. D

    Our New Machine, Pandora

    Assuming that the MMSP2+ register definitions and general operation methods are similar to the MMSP2 (which seems likely) and also assuming that Craig et al are working from the Open2X kernel effort (which seems possible), it would probably be a fair bit easier to work with the MMSP2+ than the...
  16. D

    Our New Machine, Pandora

    My wish list: 1. Killer gameplay ergonomics... "in the zone for 3 hours and feeling great" ergonomics. 2. Whatever. Faster CPU/memory I suppose.
  17. D

    Gp2x Review By A Gp32 Owner

  18. D

    Our New Machine, Pandora

    Ok. I just meant that I doubt that the MMSP2+ has three separate address/data busses coming off the chip in order to provide three external RAM banks. I could be wrong. Does the MMSP2+ use the MBX (Lite) core?
  19. D

    N-racer Blog

    I have some spline code that can do the job.
  20. D

    Our New Machine, Pandora

    When I suggested in the other thread using 400x240 as a resolution for high-update-rate action type games I was assuming the LCD controller could do this simple pixel-doubling type of scaling to help free up the memory bus for other work. I don't have specific information about it though.
Back
Top