More, more, more…
Four more libs are now fully complete:
From sceGpio_driver:
- 0×95135905 sceGpioPortInvert
- 0x5691cefa sceGpioEnableTimerCapture
- 0x2cdc8edc sceGpioDisableTimerCapture
- 0x6b38b826 sceGpioSetCapturePort
- 0xc6928224 sceGpioGetCapturePort
That completes the GPIO lib !!
From scePwm_driver:
- 0xab6d2e36 scePwmChangeDuty
- 0xf624c1a0 scePwmReferDuty
That completes the PWM lib !!
From sceMp3:
- 0x8AB81558 sceMp3StartEntry
- 0x732B042A sceMp3EndEntry
That completes libmp3 !!
From sceAac:
- 0x6C05813B sceAacStartEntry
- 0x61AA43C9 sceAacEndEntry
That completes libaac !!
From sceAta_driver:
- 0x8cada96b sceAtaAhbGetDDRSize
- 0xb985f2b0 sceAtaAhbSetDDRSize
- 0x7c6b31d8 sceAtaDisplayIPD
- 0x9ca52f94 sceAtaExecIPDCmd
From sceClockgen_driver:
- 0xc6d4c843 sceClockgenSetProtocol
From InitForKernel:
- 0x7233b5bc sceKernelApplicationType
From IoFileMgrForKernel:
- 0x30e8abb3 sceIoValidateFd
From sceUsb1Seg_driver:
- 0xd799104f sceUsb1SegGetFirmVer
From sceUSB_Stor_Ms_driver:
- 0x7b810720 sceUsbstorMsSetWorkBuf
- 0xcf2af7b3 sceUsbstorMsGetNickname
- 0x16173d42 sceUsbstorMsSetNickname
From scePower_driver:
- 0xd7b9c925 scePowerGetWatchDog
- 0x442bfbac scePowerGetBacklightMaximum
- 0x23436a4a scePowerGetInnerTemp
- 0xf535d928 scePowerSetWakeupCondition
- 0x78a1a796 scePowerIsSuspendRequired
From sceAsfParser:
- 0xd2dd1778 sceAsfGetContentDescription
- 0xaa881a7b sceAsfGetExtContent
- 0xefc704c3 sceAsfGetHeaderExtension
- 0x5ec678cb sceAsfGetVariableObject
From sceUmdMan_driver:
- 0x1f9afff4 sceUmdManMediaPresent
- 0x84410a8e sceUmdManSetReadAheadSize
- 0x63acfd28 sceUmdManSetDisableReadAhead
- 0x39704b6e sceUmdManSetEnableReadAhead
From sceUmd:
- 0x08709f2d sceUmdAssertLeptonWakeup
- 0xad18c797 sceUmdNegateLeptonWakeup
From sceMgr_driver:
- 0xf26c410a sceMgrMSReadPoolPage
- 0xa85906fc sceMgrMSWritePoolPage
From sceMSAudio_driver:
- 0x66f19ca3 sceMSAudioUpdateIBD
- 0x22da9981 sceMSAudioInitFringe
- 0x9e37e51d sceMSAudioInitTrack
- 0x5d1c9867 sceMSAudioDecryptFringe
- 0x38178f2f sceMSAudioDecryptTrack
- 0x67e58c07 sceMSAudioEndFringe
- 0x135f2225 sceMSAudioEndTrack
- 0xda34ab8f sceMSAudioGetMediaType
- 0xa18a1df6 sceMSAudioClearMACEntry
- 0xe8b25d38 sceMSAudioCalculateICVn
And vshbridge equivalents:
- 0x04310D7C vshMSAudioUpdateIBD
- 0xB27C593F vshMSAudioInitFringe
- 0×14877197 vshMSAudioInitTrack
- 0x0D2CEAD2 vshMSAudioDecryptFringe
- 0xD907B6AA vshMSAudioDecryptTrack
- 0xD120667D vshMSAudioEndFringe
- 0x5BBB35E4 vshMSAudioEndTrack
- 0xB0FD5916 vshMSAudioGetMediaType
- 0x7A63BE73 vshMSAudioClearMACEntry
- 0x222A18C4 vshMSAudioCalculateICVn
October 20th, 2008 at 5:25 am
Heh, If i don’t find the time to complete my project I’ll only be left with the impossible NIDS.
I knew i’d get cut down by other responsibilities sooner or later… will keep plugging away lol.
Also, nice to see Utopia kernel release.