diff options
| author | John Wilbert M. Villamor <lameguy64@gmail.com> | 2019-11-22 09:11:12 +0800 |
|---|---|---|
| committer | John Wilbert M. Villamor <lameguy64@gmail.com> | 2019-11-22 09:11:12 +0800 |
| commit | ea46d05aed0343c20d8fdfaa0e67d54d51e8e2a0 (patch) | |
| tree | 43e2a53f4e5f7f55b075cfc9d6dc7a652a7b0837 /README.md | |
| parent | d80d92e13330d527ddb94420b19f9e21bf0e74eb (diff) | |
| download | psn00bsdk-ea46d05aed0343c20d8fdfaa0e67d54d51e8e2a0.tar.gz | |
Added long awaited CD-ROM library and loads of fixes, see changelog for details
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 15 |
1 files changed, 8 insertions, 7 deletions
@@ -28,7 +28,7 @@ performance reasons. ## Notable features -As of libpsn00b run-time library v0.12b +As of LibPSn00b run-time library v0.15b * Extensive GPU support with polygon primitives, high-speed DMA VRAM transfers and DMA ordering table processing. All video modes for both NTSC @@ -43,8 +43,8 @@ As of libpsn00b run-time library v0.12b * Stable interrupt service routine with easy to use callback system for simplified handling of hardware and DMA interrupts, no crude event handlers - or kernel hacks used and should be compatible with HLE BIOS implementations, - and should play well with writing loader programs. + or kernel hacks used and should be compatible with HLE BIOS implementations. + Should also play well with writing loader programs. * Complete Serial I/O support with SIOCONS driver for tty console access through serial interface. @@ -53,10 +53,11 @@ As of libpsn00b run-time library v0.12b thanks to proper interrupt handling, no crude manual polling of controllers in your main loop. -* BIOS CD-ROM support with a custom initialization function that doesn't - clear other DMA channel settings (such as GPU and SPU DMA) for easier - initialization. - +* Full CD-ROM support with data reading, CD audio and XA audio playback. + Features built-in ISO9660 file system parser for locating files and + supports directories containing more than 30 files. Data streaming + should also be possible. + * Uses Sony SDK library syntax for familiarity to experienced programmers and to make porting existing homebrew projects to PSn00bSDK easier. |
