Recent content by Harteex

  1. H

    Sdl For Native

    Anyone interested in following the discussion and some ideas regarding SDL should also have a look at the Dingoonity thread: http://boards.dingoonity.org/dingoo-development/native-now-has-sdl/ But I will post any major / important info here aswell.
  2. H

    Sdl For Native

    I guess you only downloaded the toolchain and not the SDK itself. Get the SDK here: http://code.google.com/p/dingoo-sdk/downloads/list
  3. H

    Sdl For Native

    I forgot to mention I want to thank alekmaul and especially flatmush, who's code I'm using parts of for implementing the different SDL drivers. Also, I've made a simple Pong sample to show C++ and SDL, it's available in the SVN repository...
  4. H

    Dingoo How To Compile An .app For Dingoo?

    The SDK on Google Code is an alternative SDK built from the ground up pretty much. It was started by flatmush. A drawback is that you can't test your apps on Windows with Visual Studio like in the official SDK, but it does produce faster / more optimized apps. And you can easily disable the...
  5. H

    Sdl For Native

    I'm finally finished with my native SDL port. So what's ported? * SDL * SDL_ttf - freetype * SDL_image - libpng * SDL_mixer - tremor (ogg) - libmikmod (xm, mod, it, ...) Right now the video device only supports 320x240 16bit (as that's what the dingoo is using), but I plan on adding...
  6. H

    Pikidoo Release 1

    This is something you support explicitily. The OS sends an event on holding X which you read with the function _sys_judge_event(NULL). If you don't want to quit on holding X, just ignore the value received.
  7. H

    Nub Questions

    1. Some emulators are running better on Dingux, for example SNES. 2. Yea you should have some GUI... Gmenu2x seems to be the most popular now. 3. You can not access the built-in memory from Dingux (yet at least..) 4. Dingux still has some corruption issues. They are very rare nowadays, but...
  8. H

    Some Questions

    Download GnuBoy (gnuboy.sim) from this pack: http://boards.dingoonity.org/dingoo-hardware-general/fix-for-hk-models-and-models-that-won't-play-native-community-apps-emulators/ It's "HK fixed" so it should work across all Dingoos. Then make sure you don't have any other gb or gbc emulator which...
  9. H

    What Is The Down Side Of A Dingoo

    The script is called mxu_as, and can be found in the bin folder of the toolchain (or at least the toolchains hosted by flatmush).
  10. H

    Dingoo Got My Dingoo! ^__^

    I would definitely prefer native. With native you will reach out to a larger audience. And your emulators could utilize the TV out feature. There is an official SDK but it's a bit slow. I would instead recommend using the toolchain by flatmush (info here). You could also check out Gnuboy which...
Back
Top