Using this URL's disk, http://forum.redump.org/topic/4991/n...ntrol-cd-unit/
, I found that undocumented command 0x19 sub command 0x60 means "read byte of CD controller RAM". On my SCPH-7501 (modded), I got the following results:
19 60 D0 01 -> 53
19 60 D1 01 -> 43
19 60 D2 01 -> 45
19 60 D3 01 -> 41
53 43 45 41 = "SCEA". It isn't being cleared by 19 05, though, so maybe it's the actual string returned by the drive as it's being constructed.
19 60 returns a single byte of RAM at the specified address. The address is 16-bit, represented in the command as little-endian. The address space appears to wrap mod 0x0400. I don't see ROM anywhere.
Another address I found is 0x01E0, which contains the command the R3000 just executed. If you read 0x01E0-0x01E3, you get the bytes 19 60 E2 01. (Think about why E2, hehe.)



Reply With Quote




Bookmarks