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