You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This module, found on the bootrom of the Arcade PS2s (COH-H models and derivative units) is in charge of checking the security dongle status.
4
+
5
+
Arcade SYSCON has a 3 to 5 minutes countdown (time may depend on the model) to reset the console.
6
+
7
+
Arcade Mechacon resets this countdown when the secrAuthDongle routine is successfully completed.
8
+
9
+
This module setups an IOP thread that calls mcdetectcard2 (DONGLEMAN EXPORT:21) once every minute. effectively keeping the watchdog at bay, but also making access to `mc0:/` rather unstable.
10
+
11
+
This module is placed here just for hystorical purposes and preservation. there is (as of today) no reason to use a homebrew implementation in favor of `rom0:DAEMON`
0 commit comments