Search results

  1. SvOlli

    [ new ported game ] SMW: Super Mario War (with a question...)

    I found this one, but it didn't compile out of the box, and since SMW was intended as a quick hack, I stepped back in time. https://github.com/neagix/smw-next If anyone wants to give my build a try, I can offer a tar.gz that can be unpacked to ramdisk (e.g. /tmp) and run from there via...
  2. SvOlli

    [ new ported game ] SMW: Super Mario War (with a question...)

    Hi there, since the deadline has been moved one day, I _might_ have the time to throw in another game port in the competition: Super Mario War or smw for short. Biggest problem was to come up with a source for the sourcecode. I found an archive of version 1.7 April Fools Edition, that compiled...
  3. SvOlli

    (Re-)building firmare 1.60

    *sigh* Back to square one: where can I find documentation on how to build SZ 1.60? Wiki is at least outdated, if not completely wrong. Using openpandora-oe-environment gives me the following: DISTRO 'angstrom-2010.x' not found. Please set a valid DISTRO in your local.conf Please set a valid...
  4. SvOlli

    [Significant Improvement] Stella

    There is no legal term "abandonware", but abandonware definately exists, since some stuff I released is abandoned as well. ;-) Since with AtariAge and AtariMania, two central sites of the "retro Atari scene" contain ROM dumps for download, I'm pretty sure no one cares. Anyway, I've posted the...
  5. SvOlli

    (Re-)building firmare 1.60

    Hi there, I try to rebuild the firmware using bitbake, because I'm using it at work, so I'm accustomed to it, and I want to package some small tools I want to use on the OpenPandora properly. Here's how what I've done so far as suggested on the SuperZaxxon 1.60 release thread: # Clone the...
  6. SvOlli

    [Significant Improvement] Stella

    As far as I know they're abandonware, as the ROM pack only covers the time of original production (1977-1992). About two years ago the lawyers of the remains of Atari (which is now dead completely) have gone through the net with the request of taking down mainly modified ROMs. Both AtariAge.com...
  7. SvOlli

    [Significant Improvement] Stella

    It might be worth noting that the version from Jan 12th also will pop up a ROM downloader if no rom directory is specified. :) Not complete yet, but already downloading the big ROM pack containing ~3000 ROMs from the original 1977-1992 aera and all demos available from pouet.net's Atari VCS...
  8. SvOlli

    SuperZaxxon v1.60 released

    How can I bitbake the release packages myself? I'm using OpenEmbedded/bitbake at work, so I know most of this stuff. The repo we use at work is still running without the meta stuff, but this is also rolled out there right now. The documentation I found on the wiki is outdated, does not work...
  9. SvOlli

    [Significant Improvement] Stella

    Hi there, here's my humble submission to the Alive and Kicking Coding Competition: a long overdue update to the Atari 2600 VCS emulator "Stella". Already uploaded to the repo. Most significant improvement: PAL roms don't crash the emulator anymore, so you can enjoy all the cool demos available...
  10. SvOlli

    GP32 More About Gp32 Sound Bug

    The problem is only connected to memory alignment indirectly. The databus isn't fast enough to for both cpu controlled and direct memory access. Best thing you can do is to make sure that you access the memory always in 32bit boundries, e.g. by reading and writing data as ints instead of chars...
  11. SvOlli

    GP32 Asm In Devkitadv

    For a compiler / toolchain update take a look at http://devkit.tk/ (devkitarm). The development on devkitadv has been stopped long ago. Imho, devkitarm obsoletes devkitadv. Greetings, SvOlli
  12. SvOlli

    GP32 Just In Idea!

    If the Gamepark SDK can do it, why can't anyone else? I'm a bit lost here, since my daytime work was drawing my full attention away while the BLU+ appeared. Are there any posts / webpages describing the BLU+/Samsung display problematic in detail? Compiling different versions of a program for...
  13. SvOlli

    GP32 Bitwise Operators

    If I recall correct: &: binary and &&: logical and |: binary or ||: logical or ^: binary xor ^^: logical xor ~: binary not !: logical not From that nand should be: ~(a & B) as binary / !(a && B) as logical The difference between logical and binary is that the result of logical is always 0 or 1...
  14. SvOlli

    Svorbis V0.9e Is Out

    Have a look at the bottom of the SvOrbis homepage (click on the link in my signature). There's a faq section that answers these questions. Greetings from Germany, SvOlli
  15. SvOlli

    Svorbis V0.9e Is Out

    Hmmm. Did I? Maybe. Anyway, before releasing 1.0 the playlist creator and charset converter should be in a usable state. I'm also struggling with the voltage detection, which is still not working yet. For version 1.0 this will either work or will be removed. I also want to get some feedback on...
  16. SvOlli

    Svorbis V0.9e Is Out

    Since you've all been good this year, I decided to put something under the christmas tree for you: Version 0.9e has been released. Changes include: A new logo and icon Support for 8 bit fonts Now compiled with gcc 3.4.3 instead of 3.4.2. Some small fixes Cleanup of sourcecode Now SvOrbis is able...
  17. SvOlli

    GP32 What Is Bad About Devkitadv ?

    Not only old, but with known bugs. And some of these bugs are very nice. They cause that the compiled code does not do what the source code says. Happy bug hunting ;) . I don't have a concrete example, but browsing the bugtracking system should reveal some. Greetings, SvOlli
  18. SvOlli

    GP32 Autorun

    Nope. Only the EuroFW BETA will do it, not the regular. I've still got it if someone's interested. Greetings, SvOlli
  19. SvOlli

    GP32 Plugins. Sort Of

    What you need is dlopen() to be ported to GP32. I'm not sure how deep this is integrated into operating system issues, but it's the best trace I can think of. As a reference implementation I suggest to take a look at uClibc. Hope this helps. Greetings, SvOlli
  20. SvOlli

    Svorbis Version 0.9d Has Been Released

    Nope. That won't be done by myself. With a little bit of tweaking the GpTremor library will be able to run under gp32linux, that's gonna happen soon. I might be able to offer a simple command line player for gp32linux, but the complete interface stuff (buttons, screen, sound) is written for...
Back
Top