Editing Xfrom
Jump to navigation
Jump to search
The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.
Latest revision | Your text | ||
Line 1: | Line 1: | ||
XFROM | XFROM was a DEV9 subsystem that consisted of a memory card flash memory attached to the SPEED chip. | ||
SCPH-5xxxx | It was only seen in a functional state inside the PSX. It used the same chip brand and model than normal memory cards. However, the driver for XFROM has code for handling chips of 8, 16, 32, 64 and 128mb. As seen on the following [https://github.com/ps2dev/ps2sdk/blob/master/iop/dev9/extflash/src/extflash.c#L51-L57 Driver based on reverse engineering ] | ||
SCPH-5xxxx also have the drivers to access it (rom0:XFROMMAN & rom0:XFLASH) and the OSDSYS was updated to upload these drivers to the IOP and look for updates on XFROM following the same path convention that memory card updates. | |||
yet there was never found a compatible SPEED chip inside any of the network adapter versions |