Search results

  1. lemonmeister

    Homebrew Cubic Ninja QR-CODE

    A quick look reveals a recurring pattern, I'd say its just some simple for encryption. Or maybe its just the good old misused aes-ecb
  2. lemonmeister

    Homebrew Homebrew Development

    A well-seeded Fibonacci (or Galois) LFSR will do the trick
  3. lemonmeister

    Homebrew grape, an Apple II emulator

    Hrm, I've uploaded another build that fixes the problem with the menu, the link is the one of the post above
  4. lemonmeister

    Homebrew grape, an Apple II emulator

    Gah, I couldn't get to sleep until I wrote a better hi-res renderer and optimize it to reach the ~60fps... Well, the result is here :D
  5. lemonmeister

    Homebrew grape, an Apple II emulator

    The latest commit should have fixed all the problems related to input :) Also, it's now fast enough to play Karateka with vsync on :3 As always, here's the build :)
  6. lemonmeister

    Homebrew grape, an Apple II emulator

    WinterMute's HBmenu provides argv support, just create a file named grape.argv with the path to the grape rom and the path to the AppleII rom you want to load. I know it's a bit difficult to setup but writing the code for the file selector is definitely boring. Really boring. Anyway, a good...
  7. lemonmeister

    Homebrew grape, an Apple II emulator

    I've made a couple of fixes here and there, it's slightly faster than before (playing karateka w/o vsync is awesome) heh The bottleneck here is the hi-res video rendering routine, I'm glad to accept pull requests if you can make it faster :) Also, there are plans to support the AppleIIc hardware...
  8. lemonmeister

    Homebrew How to use A2DS emu?

    You might aswell try my emulator grape
  9. lemonmeister

    Homebrew Emulation GameYob, a gameboy emulator for DS

    If someone feels adventurous and wants to work on the Huc3 issue, ive found here an AR code that should enable the debug menu. The result is terrible corruption so i guess the bank switching is wrong somewhere, bgb and lots of printfs should help finding how why :P
  10. lemonmeister

    Homebrew Emulation GameYob, a gameboy emulator for DS

    The "undandled HuC3 cmd 30" are due to the poor documentation of the HuC3 mapper, I've implemented the bare minimum to make the game boot and read the RTC successfully, the ir sensor and RTC writing are still unhandled. Someone reported that the game Robopon was doing strange stuff, iirc it was...
  11. lemonmeister

    Homebrew grape, an Apple II emulator

    Hah, I don't think that the DS is powerful enough to emulate a GS. It even has problems with 80columns/dhires :)
  12. lemonmeister

    Snes Flash Cart (SD2Snes)

    The github repository was updated 5 days ago, I guess the project should be considered alive and kicking.
  13. lemonmeister

    Homebrew grape, an Apple II emulator

    I've released grape here to collect some feedback as I can't play every damn Apple II game, it's alpha quality after all! (A damn good alpha quality tho) Anyway, you *need* to use it on real HW, not even Desmume can handle it properly right now.
  14. lemonmeister

    Homebrew grape, an Apple II emulator

    Hello there, it seems that the Nintendo DS scene is hard to die heh https://github.com/LemonBoy/grape Go grab it (no builds, compile it yourselves) and report back :P You need a loader that supports the argv protocol (Woodr4/Woodrpg/whatever) as there's no file chooser menu. For Wood* users...
  15. lemonmeister

    Homebrew Emulation GameYob, a gameboy emulator for DS

    fatInitDefault initializes libfat with a cache size optimized for the host, in the case of the NDS is 8 fat sectors, this causes cache retention. By using fatInit instead of fatInitDefault and setting the cacheSize param to 0 should solve the issue without exposing the opaque bits of libfat.
  16. lemonmeister

    Homebrew Emulation GameYob, a gameboy emulator for DS

    Awesome! The official rumble pack should work without further modifications.
  17. lemonmeister

    Homebrew Emulation GameYob, a gameboy emulator for DS

    https://www.dropbox.com/s/w0jk6fyn5ntgd3y/gameyob.nds If this doesn't work too then I'm giving up.
  18. lemonmeister

    Homebrew Emulation GameYob, a gameboy emulator for DS

    Meh, try this build. I finally found some documentation, should work now :) Let me know
General chit-chat
Help Users
    SylverReZ @ SylverReZ: Sup