Search found 1 match
- Tue Apr 19, 2005 6:20 pm
- Forum: PS2 Development
- Topic: Disable the reset buttons from EE??
- Replies: 6
- Views: 3561
Sure, there is a way to do a cold reset, it is called the power button :) The closest you can get to a programmatic (warm) reset would be to either try and jump to the reset vector (0xBFC00000) in kernel mode (though that is likely to fail as it might have issues with the IOP) or copy in the KERNEL ...