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/billboard/tim.s | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 examples/graphics/billboard/tim.s (limited to 'examples/graphics/billboard/tim.s') diff --git a/examples/graphics/billboard/tim.s b/examples/graphics/billboard/tim.s new file mode 100644 index 0000000..1fa8d69 --- /dev/null +++ b/examples/graphics/billboard/tim.s @@ -0,0 +1,7 @@ +.section .data + +.global tim_image +.type tim_image, @object +tim_image: + .incbin "texture64.tim" + \ No newline at end of file -- cgit v1.2.3