diff options
| author | U-Lameguy64-LT\Lameguy64 <lameguy64@gmail.com> | 2022-03-25 11:34:06 +0800 |
|---|---|---|
| committer | U-Lameguy64-LT\Lameguy64 <lameguy64@gmail.com> | 2022-03-25 11:34:06 +0800 |
| commit | 086ba5abc0ea275a4221b9e788d16033501e99be (patch) | |
| tree | 6705bab2127db2c58bb8321a2021ca0a3ea3da72 /examples | |
| parent | 975e614b3c840e2f717adac1d1cb9cee4e5e561b (diff) | |
| download | psn00bsdk-086ba5abc0ea275a4221b9e788d16033501e99be.tar.gz | |
Replaced sample image of mdecimage example, added dummy hooks for sio tty device, updated some documentation in libn00bref.odf
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/README.md | 5 | ||||
| -rw-r--r-- | examples/mdec/mdecimage/bunpattern.png | bin | 59932 -> 0 bytes | |||
| -rw-r--r-- | examples/mdec/mdecimage/image.bin | bin | 163072 -> 115840 bytes | |||
| -rw-r--r-- | examples/mdec/mdecimage/parkway.png | bin | 0 -> 238271 bytes |
4 files changed, 3 insertions, 2 deletions
diff --git a/examples/README.md b/examples/README.md index 8b84e5e..4025a56 100644 --- a/examples/README.md +++ b/examples/README.md @@ -19,13 +19,14 @@ Additional information may be found in the source code of each example. | [`graphics/gte`](./graphics/gte) | Displays a rotating cube using GTE macros | EXE | | | [`graphics/hdtv`](./graphics/hdtv) | Demonstrates anamorphic widescreen at 704x480 | EXE | | | [`graphics/render2tex`](./graphics/render2tex) | Procedural texture effects using off-screen drawing | EXE | | -| [`graphics/rgb24`](./graphics/rgb24) | Displays a 640x480 24-bit RGB image | EXE | | +| [`graphics/rgb24`](./graphics/rgb24) | Displays an uncompressed 640x480 24-bit RGB image | EXE | | | [`graphics/tilesasm`](./graphics/tilesasm) | Drawing a tile-map with assembly language | EXE | | | [`io/pads`](./io/pads) | Demonstrates reading controllers via low-level access | EXE | 3 | | [`io/system573`](./io/system573) | Konami System 573 (PS1-based arcade board) example | CD | | | [`lowlevel/cartrom`](./lowlevel/cartrom) | ROM firmware for cheat devices written using GNU GAS | ROM | 4 | +| [`mdec/mdecimage`](./mdec/mdecimage) | Displays a (raw) MDEC format image using libpsxpress | EXE | | | [`sound/spustream`](./sound/spustream) | Custom (non XA) CD-ROM audio streaming using the SPU | CD | 1 | -| [`sound/vagsample`](./sound/vagsample) | Demonstrates playing VAG sound files with the SPU | EXE | | +| [`sound/vagsample`](./sound/vagsample) | Demonstrates playing VAG sound files using the SPU | EXE | | | [`system/childexec`](./system/childexec) | Loading a child program and returning to parent | EXE | | | [`system/console`](./system/console) | TTY based text console that interrupts gameplay | EXE | | | [`system/dynlink`](./system/dynlink) | Demonstrates dynamically linked libraries | CD | | diff --git a/examples/mdec/mdecimage/bunpattern.png b/examples/mdec/mdecimage/bunpattern.png Binary files differdeleted file mode 100644 index 61524f8..0000000 --- a/examples/mdec/mdecimage/bunpattern.png +++ /dev/null diff --git a/examples/mdec/mdecimage/image.bin b/examples/mdec/mdecimage/image.bin Binary files differindex 976b4b6..53f81b9 100644 --- a/examples/mdec/mdecimage/image.bin +++ b/examples/mdec/mdecimage/image.bin diff --git a/examples/mdec/mdecimage/parkway.png b/examples/mdec/mdecimage/parkway.png Binary files differnew file mode 100644 index 0000000..758514d --- /dev/null +++ b/examples/mdec/mdecimage/parkway.png |
