If you want to make your own, read here: http://psxdev.net/forum/viewtopic.php?f=51&t=159
IMAGES:
(Here are a few examples)
DOWNLOAD:
http://psxdev.net/forum/download/file.php?id=95
Code: Select all
;------------------
verify_ps_logo:
.....
8004D068 00009021 mov r18,0 ;index
8004D06C AFB1001C mov [sp+1Ch],r17
8004D070 3C108009 mov r16,80090000h
8004D074 3C118007 mov r17,80070000h
8004D078 8E100A90 mov r16,[r16+0A90h] ;=A0010000h (cdrom data)
8004D07C 26319360 sub r17,6CA0h ;=80069360h (expected data)
@@lop:
8004D080 82220000 movbs r2,[r17]
8004D084 82030000 movbs r3,[r16]
8004D088 26310001 add r17,1h
8004D08C 10620006 je r3,r2,@@match
8004D090 26100001 add r16,1h
8004D094 0C00C297 call 80030A5Ch ;\post_r4
8004D098 24040007 mov r4,7h ;/
8004D09C 24040042 mov r4,42h ;8004D0A0 0C01A3F4 call 80068FD0h ; syserror A(A1h)
8004D0A4 2405038D mov r5,38Dh ;/
@@match:
8004D0A8 26520001 add r18,1h ;index
8004D0AC 24013278 mov r1,3278h ;len
8004D0B0 1641FFF3 jne r18,r1,@@lop
8004D0B4 00000000 nop
.....
;------------------
Thanks, nice to have some disc image ready for use.rama3 wrote:There's a quite useful compilation disc to download (Google) called "Psx Hacker Kit Beta 8 (18 in 1)".
It is patched with a custom PS logo and works on hardware, in case you want to try
Yes, the three posts at http://www.psxdev.net/forum/viewtopic.p ... =80#p12537 about the logo & missing ECC/EDC brought me on that. I don't understand if/how the (missing) ECC/EDC are related to the logo.Matt wrote:The kernel might just be checking the TMD header info is correct to make sure the libraries that render the TMD itself don't cause any lockups or crashes, because like what 'Trimesh' said in another post, there is no EDC.
Code: Select all
the Licence String in sector 4 is,
000h 32 Line 1 (" Licensed by ")
020h 32+6 Line 2 (EU) ("Sony Computer Entertainment Euro"," pe ") ;\either
020h 32+1 Line 2 (JP) ("Sony Computer Entertainment Inc.",0Ah) ; one of
020h 32+6 Line 2 (US) ("Sony Computer Entertainment Amer"," ica ") ;/these
041h 1983 Empty (JP) (filled by repeating pattern 62x30h,1x0Ah, 1x30h)
046h 1978 Empty (EU/US) (filled by 00h-bytes)
The Playstation Logo in sectors 5..11 contains data like so,
0000h .. 41h,00h,00h,00h,00h,00h,00h,00h,01h,00h,00h,00h,1Ch,23h,00h,00h
0010h .. 51h,01h,00h,00h,A4h,2Dh,00h,00h,99h,00h,00h,00h,1Ch,00h,00h,00h
0020h .. ...
3278h 588h FF-filled (remaining bytes on sector 11)
Users browsing this forum: No registered users and 0 guests
Copyright © 2012-2023 PSXDEV.NET ~ No Cookies, No Tracking & No Ads. The Way the Internet Was Meant to Be ~ ![]() ![]() ![]() ![]() This page is for informational use only. The user of this software, assumes full responsibility ensuring its use in accordance with local and federal laws. The software and hardware on this site is provided "as-is", without any express, implied warranty or guarantees. |