Search results

  1. juanvvc

    Lemonboy2x Emu

    (DaveC)If you aren't going to add directory support could you at least add two hardcoded subdirectories in the current ROM directory? I though about it, but I never distinguished between GB and GBC games. I mean, they are obviously in different colors, but I'm not racist :) I prefer using the...
  2. juanvvc

    Lemonboy2x Emu

    Thanks, slaanesh, but I tried that and didn't work. In fact, that was what the first version did. Killing and starting new sound threads was the thing that made system unstable. It seems that the minilib and/or the gp2x sound system don't like to be initialized so often. I noticed that Notaz in...
  3. juanvvc

    Lemonboy2x Emu

    I'll see what can I do with LSDJ. There is a yes/no promp for loading savestates: open etc/system.gp2x and change 'set confirmload' to 'true'. I think that you should delete configs/default.rc or save new default settings through the menu, as well. Thanks!
  4. juanvvc

    Lemonboy2x Emu

    You are right, obviously. I've just uploaded what I think that is a stable 0.4 version for a while, except if you find critical errors (http://147.83.47.153/~juanvi/lemonboy2x.zip). Changes: - Nearly all you suggestions: SELECT shows/hides the preview box, save SRAM option, more accurate timing...
  5. juanvvc

    Mame4all 1.3, 4.1.0 Firmware, Clrmamepro -> Still Black Screens

    QUOTE Then I converted the ROMs with ClrMamePro to make sure they were readable ClrMamePro can convert some roms, but it doesn't do wonders. I was told that you can search in the internet 'gp2x' and 'torrents', and you'll find a page with tons of roms ready for mame4all.
  6. juanvvc

    Lemonboy2x Emu

    Thanks, doc5avage. I collaborated in the last versions of fba2x, in the version of stppc2x that is about to be published and several board games in Python for me and my wife (these not officially published, but available in the internet) :)
  7. juanvvc

    Lemonboy2x Emu

    Thanks for your feedback, everyone! If you do not object, this is my list for this weekend: - preview box on/off (done, not published) - save SRAM - directory support - check the sorting issue - little bugs you reported: names with dots and sound while pressing a button. - different fullscreen...
  8. juanvvc

    Cross Compilation Environment

    Cross compilation is actually a very simple thing: configure your develop environment to use a special compiler instead of your normal compiler. Here you are. Most of the time you can compile and run exactly the same program for your PC using one compiler, and for other machine using the special...
  9. juanvvc

    Lemonboy2x Emu

    Thanks for your great feedback, Manjuu, The emulation stutters from time to time I noticed this, but no clue about the real problem. If the non-gameboy buttons (i.e. menu, save state, load state, change palette) are held down, the game pauses and the sound starts to loop. The sound also loops...
  10. juanvvc

    Lemonboy2x Emu

    If you are testing lemonboy, please download the very last version from http://147.83.47.153/~juanvi/lemonboy2x.zip One of my Spanish testers found that his SD was corrupted after pressing several times and very quickly L+R (http://www.gp32spain.com/foros/showthread.php?t=55136&page=7). This...
  11. juanvvc

    Promiscuous And Monitor Mode On The Pandora Nic?

    http://www.gp32x.de/board/index.php?showtopic=41709&hl=
  12. juanvvc

    Lemonboy2x Emu

    SunSpire, are you using roms in zip? Lemboy only tries to load the first file in the zip, and it seems to freeze if it can't. Use zip with only one file, or use uncompressed roms. Some sites distribute roms in 7z, decompress them since this format won't work on Lemonboy. In order to switch...
  13. juanvvc

    Lemonboy2x Emu

    I use standard sort routines. Maybe the strange sorting is due to the original case of the filename? In this case, 'Zelda' comes before 'mario' :) It is only an idea, I'll check it out. Thanks! pittpens2008, I really have no clue about what's happening to your copy :( Just an advice, for the...
  14. juanvvc

    Lemonboy2x Emu

    That's really strange. What model of Gp2x do you have? And what firmware? Do you have problems with other emulators? Are you sure that your SD is not corrupted? Could you please remove the complete lemonboy2x directory and install again? Hey, these are a lot of questions :D Many thanks in advance!
  15. juanvvc

    Lemonboy2x Emu

    pittpens2008, are you sure that you copied all files and directories in the zip (except src directory)?
  16. juanvvc

    Lemonboy2x Emu

    Thanks DaveC and RobertJ for your feedback, This still doesn't show all of my ROMs. Can you find any pattern for the ignored files? The only ones that are filtered out are those starting with a dot, in order to filter '.', '..' and following the *nix standard for hidden files. The sound also...
  17. juanvvc

    Lemonboy2x Emu

    Thanks for your feedback, Metalwario64 Is there anyway to get this down to 60? The emu uses milliseconds for waiting. It waits 16ms while it should wait 16.6ms. There is a round error of 3 frames each second, 63FPS, the same that old Gnuboy2x. It is hardly noticeable, and anyway the real...
  18. juanvvc

    Lemonboy2x Emu

    Thanks, doc5avage, but we are talking about Gameboy here :) In the same place (http://147.83.47.153/~juanvi/lemonboy2x.zip) I have just uploaded a quick version with these minor changes: - L/R support for page up/down - List up to 1024 games - More files in each screen (10, it was 8) -...
  19. juanvvc

    Lemonboy2x Emu

    There is not subfolder support at this moment, but I will code it in the near future. The limit is changeable only in the code, and the next version will have a higher limit. 1000 is ok? 2000?
  20. juanvvc

    Lemonboy2x Emu

    Thanks Yrx, DaveC and doc5avage for your feedback, For the ROM selection there needs to be a page by page scroll as well as one by one. Ok The list could be longer. I'm not good at graphic design, but I'll do my best. It doesn't show all of my ROMs. There is an arbitrary limit of 256 roms...
Back
Top