Search results

  1. juanvvc

    Lemonboy2X Updated

    In the particular case of lemonboy (and I'm sure that it is the same in other emulators), it uses direct access to the framebuffer. Anyway, it should be really easy to use a virtual framebuffer and then apply your idea. Since performance is not really an issue for a gameboy emulator, it seems...
  2. juanvvc

    Lemonboy2X Updated

    Yup. The last version that I posted (http://www.gp32spain.com/foros/showpost.php?p=1002939&postcount=96, it includes source code) has a video mode that is pretty similar to hardware fullscreen on Gp2x. Code: the main idea is multiplying the original size by 5/3 by grouping items in groups of...
  3. juanvvc

    Lemonboy2X Updated

    Thanks for the tests, chickendung. So, users, do not install my version. Coders, if you are interested in something like the Gp2x fullscreen modes, look in sys/wiz/wiz.c#vid_begin()
  4. juanvvc

    Lemonboy2X Updated

    Color/GBA modes makes sense, since it seems that some games have differences when running on a GBA. For example, Oracle of seasons. SGB is usable in some games (Donkey Kong Land) and even if it cannot be used to play, it is certainly useful to get lots of personalized borders (SGB1 and SGB2 have...
  5. juanvvc

    Lemonboy2X Updated

    Actually, "colorful" removes filtering and shows the real colors. But the old gameboy screen is not as good as current screens to show colors, since it washed up colors and removed contrast. Some game designers took into account the effects of the old screen when coding games, and then coded...
  6. juanvvc

    Lemonboy2X Updated

    Oh, it is only a replacement for the hardware scaled mode that we enjoyed in the Gp2x. Not a big deal, and of course nothing comparable to the wonderful job that Pickle made with the sound system. I still have to research how he fixed sound after all those unsuccessful attempts that lots of...
  7. juanvvc

    Lemonboy2X Updated

    Wonderful news! Could you explain how you fixed sound and tearing, please?
  8. juanvvc

    Lemonboy

    Pickle has a personal message, but for the rest of you: I think that if lemonboy uses the original OSS driver, sound and emulation would be on the same thread and then there is no need of any special synchronization. This sync was one of the problems of Lemonboy on Wiz.
  9. juanvvc

    Lemonboy

    If someone wants to try, during the last weekend I restored the original sound.c from gnuboy and used the OSS driver for sound (again, from the original gnuboy). Badaboom!, perfect, amazing sound on PC. I really think that it deserves a try on Wiz.
  10. juanvvc

    Help - Joystick Cap Split In Two

    You can create your own plastic cap with the plastic of the ink tank of a pen and some plaster. (sorry for texts in Spanish, the photo was prepared for other forum. Texts say "long joystick", "usb port" and "my little fingers testing the new joystick")
  11. juanvvc

    Skinning Lemonboy: Font

    Your theme is really nice. Some comments: - You don't need to show my name in the about screen since it is not "my" emulator any more. Use your name for the art and Jojo/Pickle as authors. - "pink line" in selector.png: actually, the color in the upper-left corner is the transparent color, no...
  12. juanvvc

    New Version Of Lemonboy In The Archive

    Supergameboy support was an experiment. It does not properly work, and I know that several games hang the emulator if you run in supergameboy (for example, Kirby). Deselect the supergameboy support and check again your rom.
  13. juanvvc

    Decent Gameboy Emulator Yet?

    Good thing to hear :) I do not specially support Jojo's or your versions. The code is out there and I don't thing I'll be able to work on it any more, so I'd be glad if someone continue the project. And I know you have good ideas for Lemonboy (man, people don't realize how hard you worked on the...
  14. juanvvc

    Decent Gameboy Emulator Yet?

    I'm sorry, I thought that anybody could download files from gp32spain without being registered. It seems that it is not the case any more :( Binary: http://vieju.net/pub/wiz/LemonBoy_SDL_timing.zip Source code: http://vieju.net/pub/wiz/LemonBoy_SDL_timing_source.zip Keep in mind that Jojo is...
  15. juanvvc

    Decent Gameboy Emulator Yet?

    The quickscale button apparently was an error, but as Pickle says it can be easily changed in etc/system.gp2x file. As a piece of advice, use: set gba palettes About new features as a speed button: I do not own a Wiz and I'm not planning to buy one in the near future. Besides, I'm not using my...
  16. juanvvc

    Decent Gameboy Emulator Yet?

    Of course I do. Thank you very much.
  17. juanvvc

    Decent Gameboy Emulator Yet?

    The problem with sound is that we are not experts on sound :) We are relying on the code of others and then suppose that that code works. In Lemonboy, the sound code comes from the SDL port (that is failing even on current PCs) and the Gp2x port (this code by K-teto in its own thread) Both...
  18. juanvvc

    Lemonboy2X 0.5B2 Released

    Trooper, of course I'm not blaming you for a funny translation, but Google :) And I prefer publishing news at gp32spain because I feel there at home and "just" a guest here. This is not you people's fault either, of course :) paxl13, you can set the default palette to whatever you want, and...
  19. juanvvc

    Lemonboy2X 0.5B2 Released

    Man, my English is not very good but I can do waaay better than Google and their automatic translator :D "Remember last selected rom" was a nice feature in 0.4 that cannot be easily implemented in this last version due to subfolders. Anyway, I'll do my best because it is annoying even for me...
  20. juanvvc

    Lemonboy (Super/color Gameboy Emu)

    DaveC, the source code of the Rlyeh's gameboy emulator is out there... and it is the same source than lemonboy's: gnuboy :) The problems of the Wiz version are hardly of gnuboy itself since it works right on many, many platforms. Including GP32 and Gp2x. It seems that the actual problem is in...
Back
Top