From 1aa0e17df7c325a41de8cf8a57f52ed853f08bf3 Mon Sep 17 00:00:00 2001 From: "John Wilbert M. Villamor" Date: Fri, 24 Apr 2020 19:01:28 +0800 Subject: Refined toolchain instructions, organized examples, added automatic retry for CdRead(), added FIOCSCAN ioctl in psxsio TTY driver, added tty and console examples. --- examples/graphics/render2tex/texture.s | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 examples/graphics/render2tex/texture.s (limited to 'examples/graphics/render2tex/texture.s') diff --git a/examples/graphics/render2tex/texture.s b/examples/graphics/render2tex/texture.s new file mode 100644 index 0000000..e786dce --- /dev/null +++ b/examples/graphics/render2tex/texture.s @@ -0,0 +1,9 @@ +# Assembler file for including the texture file in a more elegant manner + +.section .data + +.global tim_blendpattern +.type tim_blendpattern, @object +tim_blendpattern: + .incbin "blendpattern-16c.tim" + \ No newline at end of file -- cgit v1.2.3