Recent content by smyp

  1. S

    Uae4all 0.8.0

    I bought the Amiga Forever some years ago. It didn't contain any games back then, I don't think it does now either. The bad news is that I couldn't use the Kickstart ROMs from this pack for uae4all, it just didn't work. So I have to use some kickstart ROMs found on the internet.
  2. S

    Opentyrian

    I'm still using firmware 1.0.1. Has anybody used it successfully with 1.1? I will try to update my Wiz as soon as possible.
  3. S

    Opentyrian

    I'm not using SDL_Pushevent, but I think my solution basically does the same thing. I guess I could do the same thing with SDL_Pushevent, it would be more transparent, that's true. I checked again, and in fact the port does support the internal remapper. You just have to change the keyboard...
  4. S

    Opentyrian

    As I had my problems with the controls in the source code, I had to disable the variable configuration. The effort to make this work again with the Wiz specifics would be quite big. But I made you a version with A as fire button...maybe I'll change controls if I do a newer version of the port...
  5. S

    Opentyrian

    ok, will do if I need help again.
  6. S

    Opentyrian

    I updated the files to version 0.2. Controls should work fine now, including the volume buttons. Highscore name entry should work too, please confirm. I didn't find a simple way to center the image on the screen without degrading the performance, I might try again later. Here are the direct...
  7. S

    Opentyrian

    Thanks for the reports. I have to look into the controls again. The problem with the code is (it *is* using SDL for the controls), that it is trying to use mouse, joysticks and keyboards at the same time, which gave me some trouble on the Wiz. And I will definitely try to center the screen, this...
  8. S

    Opentyrian

    I tried and failed to compile the existing GP2X port of OpenTyrian for the Wiz. And since this was an older version anyway, I tried to port it from SVN. After I finally managed to figure out the weird controls in the source code, this is a first running version of the game...
  9. S

    Wiz Ext Pinout?

    I just ordered myself a Samsung E810 cable. So after I get the soldering done, I will try to get shell access.
  10. S

    Uae4all 0.8.0

    Wow. A great day for us Wiz owners :) . The only thing is that didn't work with my original Amiga-forever kickstart rom...I had to find another copy to be able to run the emulator.
  11. S

    Tool Chain Header Files

    I used the prebuilt library packages from http://wiki.open2x.org/open2x/wiki/index.p...ibrary_Packages. They're quite old, but worked fine with the stuff I was compiling, includeing the SDL.
  12. S

    Reminiscence

    Ok. Full 8-way D-pad support and experimental music volume scaling is implemented. The files are updated. Btw. how is the wiz archive organized? Will someone update the files there with the files I submit here? Or can (and should) I do that myself?
  13. S

    Reminiscence

    Thanks for the report. I will look into music volume this evening. As for the controls, the D-pad is 8-way, as far as I understand. When porting, I adopted the original keyboard controls, which are 4-way. I will also have a look into this.
  14. S

    Reminiscence

    I tried to port one of my favourite games: Flashback using the REminiscence engine (http://cyxdown.free.fr/reminiscence/). This is my first compilation of anything for the Wiz, so don't expect a perfect port and correct me if I did something wrong. I saw that there was already a port for the...
  15. S

    SDL Library für den Wiz

    Also in der Wiz Toolchain finde ich keine SDL libs. Ich habe es mal mit einer alten Library gemäss http://wiki.gp2x.org/wiki/How_to_install_the_SDL_libraries versucht. So kompiliert mein Projekt zwar, läuft auf dem Wiz aber weder statisch noch dynamisch gelinkt. Das sind ja auch uralte...
Back
Top