Search results

  1. juanvvc

    Fba2x B71 Non-working Games

    As I recall, the only drivers that fba2x supports are neogeo, cps1 and cps2, cave, tayto and system 16. MAWS says that Blood Warrior uses kaneko16, that is not included in fba2x and then this game cannot run. Anyway, thanks for your research on fba2x errors!
  2. juanvvc

    I Just Want To Dev For The Gp2x!

    Use this Makefile. Change OPEN2X for your system, OBJS to list your object files (.o filenames that match your .c files), TARGET to the name of your application and add in LIBS the static libraries that you use. The example is for basic SDL libs. CODE TARGET=myapp.gpe OBJS=objectfile1.o...
  3. juanvvc

    Gngeo2x Is Not Dumping Gfx And I Can't Play

    You have to use "ye old dos interface" here: in the run application box of your start menu run cmd.exe, move to the directory of dumpgfx.exe and run as the readme says (I do not remember the parameters)
  4. juanvvc

    Fba2x B71 Non-working Games

    Actually, this report is really interesting since it can explain a weird joystick issue with some F200. Which console and firmware do you use?
  5. juanvvc

    Gngeo2x Is Not Dumping Gfx And I Can't Play

    It seems to be an error in your installation. Check that you have enough space on the SD (.gfx files are from 10 to 100MB in size), that the SD is not corrupted, that there is no spaces in the directoy name (maybe a bug?) and/or remove all emulator files and reinstall.
  6. juanvvc

    I Want To Know Whats The Best Emulator For These System

    Nes: Notaz' gpfce Gamegear and Mastersystem: Puck's Alexkidd Super Nes: Head/Reesy/Squidge's PocketSnes Turbo graph 16: Exophase's Temper Gameboy mono and color: fastest, K-teto's gnuboy2x. More features juanvvc's (ehem) lemonboy2x Gameboy advance Exophase's Gpsp genesis and sega cd Notaz'...
  7. juanvvc

    GP2X New F200 Firmware Allow For Java Dev?

    I think that is easier, quicker, funnier and useful (from the point of view of results) to learn Fenix of Python than to code in Java for the Gp2x. Anyway, there are two JREs for the Gp2x: - Based on Classpath and making use of JavaSDL, you code on a standard J2SE environment. Not sure about...
  8. juanvvc

    With Gp2x Do You Have A Full Speed (no Frameskip) Genesis/md Emulator

    Do not miss "Sonic Megamix", http://info.sonicretro.org/Sonic_1_Megamix, an amazing homebrew for the Genesis that adds characters, habilities and levels to Sonic 1/2/3 Absolutely playable in Picodrive, of course.
  9. juanvvc

    How Would Gps Work?

    It's usually the other way :) USB GPS will work if they have Linux drivers. BT ones should work with no problems at all (they do not need drivers) Vince2501, just plug any GPS unit to the Pandora and you'll see your position on screen. It is not very useful since it's a set of many numbers and...
  10. juanvvc

    Mame Gp2x 5.1 Video Scaling Issue

    Sure, press L+R again :) There are four video modes in Mame2x: original (it hides some bands if the original resolution is greater than the Gp2x resolution), vertical, scaled horizontal and scaled vertical. Be aware that scaled modes may deform graphics. You can roll thought them using L+R...
  11. juanvvc

    Can't Get Bubble Bobble To Work!

    Do not use "bubble bobble", but "bobble bobble" They are the same game with different name, but bobble bobble works :) Besides, this particular game runs much, much better on Mame2x, not Mame4all. There are a few games that only work properly on the "old" version of mame.
  12. juanvvc

    Compiling Under Ubuntu

    MacGyver, the Open2x toolchain is for the Gp2x. I only mentioned Open2x to prove that setting up a cross compiler is easy enough. Read my first message of this thread and do not worry about Pandora cross compiling at the time being.
  13. juanvvc

    Compiling Under Ubuntu

    QUOTE I wish it were that easy to set up :( In Ubuntu to cross compile for the Gp2x, download and unzip Open2x toolchain. Then run arm-open2x-linux-gcc instead of gcc . It IS that easy to set up :)
  14. juanvvc

    Compiling Under Ubuntu

    First, compile as usual. Pandora will have standard C++ and SDL libraries (as Gp2x has), so just develop, compile, run and test your game in your computer as any other application. Be sure to use the same screen resolution that the Pandora, use a joystick to emulate input and do not worry about...
  15. juanvvc

    Lemonboy2x Emu

    Yeah, that's what I said many times and it is not a bug :) In a standard sorting, capital letters go before normal letters. ZARATHUSTRA goes before "abraham". Even "Zoroaster" does, since the order is "ABCDE....XYZabcde....xyz" I prefer that standard sorting, but since Lemonboy shows names all...
  16. juanvvc

    Lemonboy2x Emu

    I really worked hard to improve speed. I've tried tons of things: original K-teto code, 8 bit mode, skipping emulation loops, sound in same/different thread, profiling... The last version has the best performance with the maximum number of games, and I just cannot make any better. Source code is...
  17. juanvvc

    Neo Geo Roms That Work In Neoragex But Not In Gngeo

    Actually, the solution is easier than Manjuu says: NeoRageX roms do not work on Gngeo. They have differente naming, and Gngeo uses the same names that Mame. Solutions: - search and download Mame roms, not NeoRageX, or... - unzip the NeoRageX rom, rename .bin files to .rom (or the other way...
  18. juanvvc

    Open Source Drivers?

    Actually, the Pandora is not open from the point of view of OpenSource or OpenHardware initiatives. It is open from the point of view that we customers were asked about desired specifications, we see most of the development process and we will be able to install on the Pandora whatever software...
  19. juanvvc

    Emulations: From F100 To F200

    You can always use an old version of PocketSnes. I think that only the very last version has the sound correction code on the F200 :)
  20. juanvvc

    Emulations: From F100 To F200

    Yes, there was a report in gp32spain (home of HeadOverheels) about this problem. The emulator identifies the F200 and then puts down the volume to half (firmware 4.0.0 had too high volume) If firmware 4.1.0 sets down the volume itself, PocketSnes on a F200/4.1.0 outputs sound at a quarter of the...
Back
Top