aboutsummaryrefslogtreecommitdiff
path: root/examples/lowlevel/cartrom/rom.s
Commit message (Collapse)AuthorAgeFilesLines
* Replace .include with #includefix-includeXavier Del Campo Romero2025-07-051-402/+0
| | | | | | | | | For some reason, both mipsel-unknown-elf-gcc 8.2.0 and mipsel-non-elf 15.1.0 were unable to resolve .include assembler directives. As a workaround, it is still possible to use the preprocessor, and therefore the usual #include preprocessor directive. However, this requires the assembly files to use the uppercase .S file extension.
* Lots of makefile corrections, improved build and toolchain instructions, ↵John Wilbert M. Villamor2021-02-181-0/+3
| | | | added elf2cpe converter, fixed typo in plasma_tbl.h of n00bdemo example
* Refined toolchain instructions, organized examples, added automatic retry ↵John Wilbert M. Villamor2020-04-241-0/+399
for CdRead(), added FIOCSCAN ioctl in psxsio TTY driver, added tty and console examples.