/* PSP WOL by EvilDooinz Wake-On-LAN utility to wake a networked PC
* -----------------------------------------------------------------------
* you can only use this app on a PC in hibernation mode or standby NOT fully powered off.
* -----------------------------------------------------------------------
* Step 1: Setup Windows XP
* right click the desktop and go to the Screen Saver tab then click the power button at the bottom
* select the hibernate tab and make sure enable hibernation is checked.
* Step 2: Setup LAN card
* Go to the control panel open the system icon, select the hardware tab click device manager.
* from the device manager go down to network adapters and expand it by clicking the + sign.
* double click you LAN card and open its properties window, select the advanced tab select
* the property WakeOnLAN From powerOff and enable this. then click on the Power Management
* tab in the LAN card property window. check the first 2 boxes this is a must.
* Step 3:
* edit address.lst with your mac address an ip ie
* 01:02:03:04:05:06 192.168.1.100
* Setp 4:
* copy the EBOOT.PBP and address.lst to your psp game150/game folder
* -----------------------------------------------------------------------
* Credits:
* PSPSDK James F <tyranid@gmail.com> net/simple/main.c
* PSPPet net/simple/main.c
* R. Edwards (bob@cs.anu.edu.au) wol.c
* -----------------------------------------------------------------------
* for more info about how to set up your pc check this site
* http://gsd.di.uminho.pt/jpo/software...i-howto-2.html
* -----------------------------------------------------------------------
*/