This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Category | Model/Module | |
|---|---|---|
| Audio>Audio | (Archived 20030804201828) | |
| Home Theater System | NAV-E900/E600 | |
| TV>TV | (Archived 20031216131304) | |
| Digital TV | KDE-P50HZ1/KDE-P42HZ1 | |
| Digital TV | KDE-P61HX2N/KDE-P50HX2N/KDE-P42HX2N | |
| Digital TV | KDE-P61HX2/KDE-P50HX2/KDE-P42HX2 | |
| Digital TV | KDE-P42HV2/KDE-P37HV2/KDE-P32HV2 | |
| Digital TV | KDL-L42HX2/KDL-L32HX2/KDL-L28HX2 | |
| Digital TV | KD-36HR500/KD-32HR500/KD-28HR500 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| # Setting up a MCE (Media Center Edition)/eHome/RC6 remote | |
| # receiver/tranceiver/IR blaster on Linux for PS2 power/reset control | |
| # Instructions tested on Ubuntu 24.04.3 LTS | |
| # Known working devices: | |
| # Sony PCVA-IR6U | |
| # Sony PCVA-IR8U | |
| # Other devices (untested): | |
| # HP 5188-1667 | |
| # HP 5187-4593 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| List info based on https://web.archive.org/web/20120717055235/https://products.sel.sony.com/opensource/source_tv.shtml | |
| --- | |
| https://www.sony.com/electronics/support/res/manuals/W000/W0005789M.pdf | |
| KDP-51WS550 2003 | |
| KDP-57WS550 2003 | |
| KDP-65WS550 2003 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ps2-0100j-20000117.bin.extracted/KERNEL | |
| ps2-0110a-20000727.bin.extracted/KERNEL | |
| ps2-0120a-20000902.bin.extracted/KERNEL | |
| ps2-0150a-20001228.bin.extracted/KERNEL | |
| ps2-0160a-20010427.bin.extracted/KERNEL | |
| ps2-0160a-20011004.bin.extracted/KERNEL | |
| ps2-0160a-20020207.bin.extracted/KERNEL | |
| ps2-0160e-20020319.bin.extracted/KERNEL | |
| ps2-0160h-20020426.bin.extracted/KERNEL |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Mar 30 2010 | |
| 20:18:31 | |
| /ms/mssony/abk/bin | |
| exec_ | |
| /rom/bin | |
| preboot | |
| autoboot | |
| /rom | |
| /ram | |
| message |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // dvr_hdd0: raw access by hdl-dump UDP protocol | |
| // This is a mashup of OPL, hdl-dump, and wLaunchELF code | |
| // NOTE: System hangs after 10GB transferred so (requiring force restart each time). | |
| // NOTE: Thus not working in its current state | |
| #include <stdio.h> | |
| #include <kernel.h> | |
| #include <iopcontrol.h> | |
| #include <iopheap.h> | |
| #include <debug.h> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| --- gcc-2.96-20000731/gcc/config/mips/mips.c 2000-07-18 14:15:50.000000000 -0500 | |
| +++ ee/gcc/src/gcc/config/mips/mips.c 2001-04-22 19:58:34.000000000 -0500 | |
| @@ -114,6 +114,25 @@ | |
| static int symbolic_expression_p PARAMS ((rtx)); | |
| static void mips_add_gc_roots PARAMS ((void)); | |
| +/* Describe a builtin function. | |
| + Needed here so that it can be used in the protoypes below. */ | |
| +struct builtin_description | |
| +{ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // Detect jumper position of System 256 if in 246+ or 256 mode | |
| void test(void) | |
| { | |
| uint64_t v4 = 0; | |
| int64_t v5 = 0; | |
| for (int i = 0; i < 10; i += 1) | |
| { | |
| int64_t TimerSystemTime = GetTimerSystemTime(); | |
| DelayThread(16666); | |
| v4 += GetTimerSystemTime() - TimerSystemTime; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| XPD-005 | |
| 1-863-466-21 | |
| CXD9764GP | |
| (C)2003SCEI | |
| 6TT6XBG001 | |
| TAIWAN 0413HAL | |
| E6821YA |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| XPD-001 | |
| 1-861-226-11 | |
| CXD9764GP | |
| (C)2003SCEI | |
| 6TT6XBG0001 | |
| TAIWAN 0345HAL | |
| P55121A |
NewerOlder