|
|
|
|
|
by spicyjpeg
805 days ago
|
|
Not directly related to the course, but, should anybody want to see what programming on the PS1 would look like using only modern tools (latest GCC, CMake, no third party libraries), I've written a few bare metal C examples that explain in depth how the console's hardware works [1]. Currently only graphics and input are covered, but I'm planning to add examples showing how to handle interrupts, play audio and access the CD-ROM next. [1]: https://github.com/spicyjpeg/ps1-bare-metal |
|
PS: thank you for all the good help on the PSX Discord, as always.