Search results

  1. M-HT

    Pandora toolchain for Linux 2019

    Is the cross-compiler executable 32-bit or 64-bit ? If it's 32-bit, it will not run if you don't have support for 32-bit executables installed.
  2. M-HT

    Pandora toolchain for Linux 2019

    Few months ago, I used crosstool-NG to build a gcc 8.2.0 crosscompiler, but I didn't document the process. I also didn't test it much to see if everything works as it should. Few years ago I documented, how I built a gcc 4.7.3 crosscompiler (with D language included) here.
  3. M-HT

    Magical Broom Extreme

    I've uploaded the updated pnd to the repo. I've considered C4A support, but that was before I tested it and found out how slow it is.
  4. M-HT

    Magical Broom Extreme

    I compiled x64 version with GLES (your parameters work) and it works just like OpenGL version. I have Nvidia graphic card.
  5. M-HT

    Magical Broom Extreme

    I never tried compiling X86 / X86_64 version with GLES - I tried now, but I don't have the includes for GLES. Try compiling OpenGL version first - don't use EGLPort and don't use USE_GLES or PANDORA.
  6. M-HT

    Magical Broom Extreme

    @Eight Bit / @Magic Sam : Can you test the pnd in atachment ? It fixed the crash for me. @Pickle: Did you manage to compile it ? Edit: I've uploaded the updated pnd to the repo.
  7. M-HT

    Magical Broom Extreme

    I tried all SGX drivers on my CC Pandora and the versions that are supposed to be working on CC (up to version 4.00.00.01) all work. Versions 4.03.00.xx don't work correctly but they don't crash. Versions 4.04.00.xx crash after selecting the difficulty level. I'll see if I can work around the...
  8. M-HT

    Magical Broom Extreme

    @Eight Bit / @Magic Sam : Can you post the content of Boot_Log.txt (in pandora/appdata/mbx) and pndrun_mbx.out (in /tmp) ?
  9. M-HT

    Magical Broom Extreme

    Magical Broom Extreme is a freeware horizontal shooter from Japan, where the player controls a witch flying on a broom. Warning: The game is far from fullspeed on classic Pandora. Download: repo Movement: DPAD / Left nub Shot: <B> Special Shot: Hold <B> Bomb: <Y> Auto fire: <X> Quit: <ESC>...
  10. M-HT

    Port Requests

    I ported the Magical Broom Extreme to SDL+OpenGL(ES) (the source code is on GitHub), but the game is far from fullspeed on classic Pandora (I don't have 1GHz Pandora to test it on). Should I put the pnd on repo ?
  11. M-HT

    Pandora Legend of Pandora

    I don't know if it's THE bug, but there's a bug in main.c on line 1798. Instead of for (o=0; o <= MAXMONSTER; o++) {the code should be for (o=0; o < MAXMONSTER; o++) {
  12. M-HT

    Timidity ALSA MIDI in ScummVM pops and scratches

    The problem is, that Timidity Daemon uses the best (=slowest) resampling by default which is very slow on Pandora. Extract the file timidity_d.sh from the attachment to your SD card (where you have Timidity Daemon pnd) into the following directory: pandora/appdata/timidity/scripts/ (If you're...
  13. M-HT

    Run fenix GP2X games on linux possible?

    It probably won't help you, but version 0.84a here supports file version 1.
  14. M-HT

    Release Warcraft: Orcs & Humans

    When mouse helper is enabled, right mouse click does following: press h, t, a, m, w keys followed by left mouse click. Cleric has the (H)ealing spell which is pressed before the (M)ove command - that's why you can't move single cleric.
  15. M-HT

    Port Requests

    There is a Pandora port of an older version (1.032.1).
  16. M-HT

    Release Warcraft: Orcs & Humans

    Hi, I updated Warcraft: Orcs & Humans to version 1.2.2 Download it here: Repo Changes: * added option to enable mouse helper (when not using touchscreen) The source code of the whole project (all 4 games) is on GitHub. @mamemaniac: I implemented following features: Left click and drag to...
  17. M-HT

    Release Warcraft: Orcs & Humans

    Are you playing Warcraft on Pandora with a mouse ? I would have to take a closer look, but at least some of it is possible. Which features (of Warcraft Mouse Helper) are you interested in ?
  18. M-HT

    Release Warcraft: Orcs & Humans

    Hi, I updated Warcraft: Orcs & Humans to version 1.2.1 Download it here: Repo Changes: * add new MIDI plugin: adlmidi - it plays MIDI music using OPL3 emulator * MIDI playback using ALSA sequencer * fix for filesystems with 64-bit inodes * minor bug fixes The source code of the whole...
  19. M-HT

    Release Albion

    Hi, I updated Albion to version 1.6.1 Download it here: Repo Changes: * add new MIDI plugin: adlmidi - it plays MIDI music using OPL3 emulator and also plays background sound/music effects * fix for filesystems with 64-bit inodes * modify ALSA midi plugin to select volume by changing volume...
  20. M-HT

    Release Planet Hively

    It crashes in SDL bundled in codeblocks, does it also crash with the system SDL ?
Back
Top