From 086ba5abc0ea275a4221b9e788d16033501e99be Mon Sep 17 00:00:00 2001 From: "U-Lameguy64-LT\\Lameguy64" Date: Fri, 25 Mar 2022 11:34:06 +0800 Subject: Replaced sample image of mdecimage example, added dummy hooks for sio tty device, updated some documentation in libn00bref.odf --- examples/README.md | 5 +++-- examples/mdec/mdecimage/bunpattern.png | Bin 59932 -> 0 bytes examples/mdec/mdecimage/image.bin | Bin 163072 -> 115840 bytes examples/mdec/mdecimage/parkway.png | Bin 0 -> 238271 bytes 4 files changed, 3 insertions(+), 2 deletions(-) delete mode 100644 examples/mdec/mdecimage/bunpattern.png create mode 100644 examples/mdec/mdecimage/parkway.png (limited to 'examples') 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 deleted file mode 100644 index 61524f8..0000000 Binary files a/examples/mdec/mdecimage/bunpattern.png and /dev/null differ diff --git a/examples/mdec/mdecimage/image.bin b/examples/mdec/mdecimage/image.bin index 976b4b6..53f81b9 100644 Binary files a/examples/mdec/mdecimage/image.bin and b/examples/mdec/mdecimage/image.bin differ diff --git a/examples/mdec/mdecimage/parkway.png b/examples/mdec/mdecimage/parkway.png new file mode 100644 index 0000000..758514d Binary files /dev/null and b/examples/mdec/mdecimage/parkway.png differ -- cgit v1.2.3