Search results

  1. moon_rabbit

    It might be possible to add DSONE to ntrboot_flasher.

    If anyone needs this feature, feel free to use it! I’ve added a new feature that automatically focuses on the last executed ROM after booting up. https://github.com/multi-vitamin/DSONE-SDHC-KOREAN/releases/tag/release3 How to use:Just download the zip file and overwrite your existing files...
  2. moon_rabbit

    Hacking Misc Fixing EZFlash Parallel's sleep issues once and for all!

    Interesting. I’m wondering whether this could also solve the same issue on other cartridges (ex. R4DS Pro).
  3. moon_rabbit

    It might be possible to add DSONE to ntrboot_flasher.

    I don’t have experience with ntrboot, so I don't know about that. Most compilation errors these days are due to the strict checks in newer versions, so they can be easily fixed using AI like ChatGPT or Gemini.
  4. moon_rabbit

    Hardware Hacking GBA Rapid battery drain EZ Flash Junior

    PSRAM initialization may occur when the game starts, or it may happen after the save file is written. To know for sure, the kernel file would need to be analyzed.
  5. moon_rabbit

    DSpico - An open-source flashcart for the DS(i)

    Pico-Launcher looks awesome. I didn’t expect an open-source flashcart to be released. Thank you to everyone who contributed.
  6. moon_rabbit

    How does EZ Flash Junior work?

    It uses PSRAM or SRAM present in the S71 chip. Marked 064 and 032 are mixed and used interchangeably, and there is no noticeable difference even if they are swapped. ROM is loaded from a chip presumed to be an Intel chip. Although the exact details are difficult to determine due to the lack of a...
  7. moon_rabbit

    AliExpress GBA Flashcart SuperFW

    Have you tried all the test menu items? Disabling ‘Fast ROM loading’ might help.
  8. moon_rabbit

    EZ-Flash Air New 960Mb Nor Flashcart

    They are using old EOL(End of Life) chips, so hardware issues can always occur. For this reason, EverDrive is the most recommended option. They manufacture using only currently available chips. Except for failure of the main FPGA, it significantly increases the chances of repairability.
  9. moon_rabbit

    SuperFW: a custom firmware for Supercard

    Using ChatGPT showed about 80–90% accuracy. While Japanese may differ in quality compared to Korean, if there are no contributors, consider using ChatGPT.
  10. moon_rabbit

    EZ-Flash Omega DE RTC not working randomly

    PSRAM is broken. You need to get an S98 chip and replace it, but it's hard to find and requires soldering tools. I recommend everdrive GBA instead. Latest version of the everdrive GBA has dual RTC.
  11. moon_rabbit

    Ace3dsX freezes if accidentally bumped inside DSI

    If a short is detected, the device won't power on. Check the cartridge pins and the pins on the DSi.
  12. moon_rabbit

    Hardware GBA SP speaker fades out and glitches

    There may be a possibility of a cold solder joint or an internal disconnection inside the speaker. If you have another GBA SP, try swapping the speaker to test it. 1744559914 If you have a resistance tester, try shaking the speaker while checking its resistance. If the speaker's resistance...
  13. moon_rabbit

    SuperFW: a custom firmware for Supercard

    You can just follow the instructions exactly as they are. It's actually easier to install using a DS and an R4 card than trying to find and use a 2GB SD card.
  14. moon_rabbit

    Terrible hissing after changing capacitors

    How about trying to replace the AA batteries? Panasonic capacitors are reliable components. What kind of AA batteries are you using? Try using high-quality rechargeable ones like Eneloop Pro.
  15. moon_rabbit

    Stargate 3DS is pretty good.

    You could probably repack it using a program like 3dstool, but I'm not sure if it will work. I expect there might be issues with encryption.
  16. moon_rabbit

    It might be possible to add DSONE to ntrboot_flasher.

    The PCB layout is slightly different, but the flash is the same, and binary file is also identical. I remember that a few modifications were needed to build ntrboot_flasher. You can find the details in a GitHub issue or pull request. https://github.com/ntrteam/libelm3ds/pulls If you still can't...
  17. moon_rabbit

    If R4's recognition fails frequently, it may be a sign of EEPROM death.

    The attached command chip clearly does not support Quad SPI, and since most SPI flash available recently supports Quad SPI, it is likely that programming was done with an incorrect configuration. Issue does not occur immediately, but I suspect that a certain timing and combination of commands...
  18. moon_rabbit

    If R4's recognition fails frequently, it may be a sign of EEPROM death.

    I also tried using Gigadevice's SPI flash, but encountered the same failures. My conclusion is that the issue is not with the SPI flash itself, but rather with the Quad SPI register causing the problem. After using the XGecu T48 to disable the Quad SPI register and reprogramming, all the issues...
  19. moon_rabbit

    Hardware GBA Qusetion about save hardware of everdrive gba x5

    https://github.com/shinyquagsire23/everdrive-cfw Among the download files from Krikzz, there is one related to GBAIO. A custom firmware that integrates FATFS and LIBTONC was created based on this by ShinyQuagsire23. However, this version has issues with certain games. I also created firmware...
  20. moon_rabbit

    It might be possible to add DSONE to ntrboot_flasher.

    Yes, probably. I expect DS TWO will also work in the same way.