OpenWii 1.3

OpenWii now in v1.3 - Image 1If you liked the homebrew application OpenWii v1.2, then we’re pretty sure that you will love this newly-released and improved version. To those who missed it, OpenWii is one of the modchip programs which, unlike the others, doesn’t require installation of full-fledged chips. OpenWii is based on altering your console’s micro-controllers and pin configurations.

As we’ve mentioned before, dealing with this application requires an amount of knowledge in coding since this was coded in C. Take note that you will also be needing the appropriate GCC tools, and will also require editing makefiles to use OpenWii v1.3. To help you guys out, we listed down some of the program’s smaller parts with their proper uses:

  • clueDirectories/Files:common – contains stuff used by everything
  • main.c – well umm its the main part
  • common.h – defines and prototypes used elsewhere
  • serial.c – handles bitbanging and reading data to and from the drive
  • serial.h – defines and protos for serial

These files are required to be in each processor specific dir:

  • machdep.h – this are mostly macros change depending on the microprocessor and pin configs used
  • machdep.c – mostly microprocessor dependant functions

The “Read” link below should take you to the application’s official forum thread where you can know more about this exciting application.

Download: OpenWii v1.3

OpenWii now in v1.3 - Image 1If you liked the homebrew application OpenWii v1.2, then we’re pretty sure that you will love this newly-released and improved version. To those who missed it, OpenWii is one of the modchip programs which, unlike the others, doesn’t require installation of full-fledged chips. OpenWii is based on altering your console’s micro-controllers and pin configurations.

As we’ve mentioned before, dealing with this application requires an amount of knowledge in coding since this was coded in C. Take note that you will also be needing the appropriate GCC tools, and will also require editing makefiles to use OpenWii v1.3. To help you guys out, we listed down some of the program’s smaller parts with their proper uses:

  • clueDirectories/Files:common – contains stuff used by everything
  • main.c – well umm its the main part
  • common.h – defines and prototypes used elsewhere
  • serial.c – handles bitbanging and reading data to and from the drive
  • serial.h – defines and protos for serial

These files are required to be in each processor specific dir:

  • machdep.h – this are mostly macros change depending on the microprocessor and pin configs used
  • machdep.c – mostly microprocessor dependant functions

The “Read” link below should take you to the application’s official forum thread where you can know more about this exciting application.

Download: OpenWii v1.3

Add a Comment

Your email address will not be published. Required fields are marked *