aboutsummaryrefslogtreecommitdiff
path: root/examples/cdrom/cdbrowse
Commit message (Collapse)AuthorAgeFilesLines
* Add missing CD image dependencies to CMake scriptsspicyjpeg2023-04-042-5/+5
|
* Rearrange hwregs_c.h and k573io.h, add clz intrinsicsspicyjpeg2022-12-181-0/+1
|
* Update sound/spustream, clean up other examplesspicyjpeg2022-10-151-1/+0
|
* Bump required CMake version to 3.21spicyjpeg2022-10-111-2/+2
|
* Replace ball16c.h headers in examples with .TIM filesspicyjpeg2022-08-124-23/+8
|
* Remove PSN00BSDK_LIBS leftovers, improve CI artifact uploadspicyjpeg2021-12-231-4/+0
|
* Deprecated malloc.h, moved int*_t types to stdint.hspicyjpeg2021-11-181-1/+0
|
* Fixed examples directory hierarchy not being preservedspicyjpeg2021-11-101-1/+1
|
* Rolled back minimum required CMake version to 3.20spicyjpeg2021-11-081-1/+1
|
* Migrated examples to CMakespicyjpeg2021-09-123-71/+33
|
* Rewritten all Makefiles, set up proper GCC options, added iso.xml to templatespicyjpeg2021-08-172-46/+67
|
* Added int*_t and uint*_t variable types and updated type definitions in ↵John Wilbert M. Villamor2021-07-011-3/+6
| | | | psxgpu and psxcd, to improve compatibility with code written for the official SDK.
* Lots of makefile corrections, improved build and toolchain instructions, ↵John Wilbert M. Villamor2021-02-181-3/+1
| | | | added elf2cpe converter, fixed typo in plasma_tbl.h of n00bdemo example
* Defined MDEC registers, corrected SquareRoot12() lookup table typo, updated ↵John Wilbert M. Villamor2020-11-291-5/+0
| | | | memmove(), removed redundant toolchain definitions, added HDTV example
* Revised makefiles, added strtok(), command line arguments, SetHeapSize(), ↵John Wilbert M. Villamor2020-09-192-20/+28
| | | | moved ISR and callback system to psxetc, moved debug font to psxgpu, fixed CD-ROM library crashing on PSIO, fixed interrupt callback setup to fix crashing on ResetGraph()
* Refined toolchain instructions, organized examples, added automatic retry ↵John Wilbert M. Villamor2020-04-245-0/+622
for CdRead(), added FIOCSCAN ioctl in psxsio TTY driver, added tty and console examples.