Recent content by skel28

  1. S

    Official hakchi2 - NES Mini very simple pimp tool

    Kernel, Dump Kernel. Directly from Hackchi menu. Then zip it up and email it to yourself for safety!
  2. S

    Official hakchi2 - NES Mini very simple pimp tool

    Do you have many games installed and are you using folders or not? I've read that more that 60 games without folders causes a shutdown error.
  3. S

    Official hakchi2 - NES Mini very simple pimp tool

    Do you understand voltage, current, wattage etc mate? Let me put it this way I've got no concerns over a device drawing 700mA at 5 volts, if you all want to go back to stock then sure that's your option. It's all good (y) Also your power supply is not inside your SNES Mini :)
  4. S

    Official hakchi2 - NES Mini very simple pimp tool

    It's an increase from 400ma to 700ma current. Hardly earth shattering.
  5. S

    Official hakchi2 - NES Mini very simple pimp tool

    Ignore, looking for RC4 now :)
  6. S

    Official hakchi2 - NES Mini very simple pimp tool

    Works on mine mate sorry. Can you do a dir of your folder please with only one or two roms in? Oh my python is version 3.6.3. and added to PATH when installed.
  7. S

    Official hakchi2 - NES Mini very simple pimp tool

    To help people converting their .sfc and .smc files to .srom using the wonderful python script I made this little batch file. Just have your snes roms in a folder, drop in the batch file and the python file then run the batch file. It looks like this FOR %%f IN (*.s?c) DO ( sfc2sfrom.py "%%f"...