| View previous topic :: View next topic |
| Author |
Message |
Jabberwocky
Joined: 03 Aug 2005 Posts: 43
|
Posted: Thu Nov 10, 2005 5:43 am Post subject: usbd.irx usb comms |
|
|
How do IRX's communicate with one another? Say I have usbd.irx and another IRX which is a higher level communication protocol, how do they communicate?
I'm trying to make sense of a higher level IRX, but I know little to nothing about the PS2, but have plenty of experience with reverse engineering in arcade emulators and the such. Any tips much appreciated. |
|
| Back to top |
|
 |
radad
Joined: 19 May 2004 Posts: 246 Location: Melbourne, Australia
|
Posted: Thu Nov 10, 2005 9:06 am Post subject: |
|
|
| Irxs communicate with irxs just by functions calls. They get linked in with already loaded irxs when it is loaded. Look at the irx_imports file in the PS2SDK. |
|
| Back to top |
|
 |
|