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 |
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
| __int64 __fastcall sub_1404E9300(__int64 a1, unsigned int a2) | |
| { | |
| unsigned int v2; // er15 | |
| __int64 v4; // r12 | |
| unsigned int v5; // eax | |
| int v6; // er15 | |
| unsigned int v7; // eax | |
| unsigned int v8; // eax | |
| unsigned int v9; // eax | |
| unsigned int v10; // ebx |
NewerOlder