aboutsummaryrefslogtreecommitdiff
path: root/indev/README.md
diff options
context:
space:
mode:
authorLameguy64 <lameguy64@gmail.com>2021-10-25 10:51:50 +0800
committerLameguy64 <lameguy64@gmail.com>2021-10-25 10:51:50 +0800
commit538f28cfbbbb8163ab8a96de77d6887123856c81 (patch)
treea3108f05c038d0f43f2e96ae4d2d34ce4da225b4 /indev/README.md
parent7718b576b7aba725455ce510ee9632067a65f0d7 (diff)
downloadpsn00bsdk-538f28cfbbbb8163ab8a96de77d6887123856c81.tar.gz
Added indev directory
Diffstat (limited to 'indev/README.md')
-rw-r--r--indev/README.md28
1 files changed, 28 insertions, 0 deletions
diff --git a/indev/README.md b/indev/README.md
new file mode 100644
index 0000000..2064a36
--- /dev/null
+++ b/indev/README.md
@@ -0,0 +1,28 @@
+# The indev directory
+
+This directory is intended to contain work-in-progress SDK components
+(libraries, tools, etc) that are still in prototype stage. These files are
+not to be compiled in a typical SDK installation but is added into the
+main repo as the redundant SVN repo on the Lameguy64 website will soon be
+retired. Contributed components that are in work-in-progress status may
+also go into this directory.
+
+## Lameguy's indev components
+
+* psxmdec: Prototype component for performing BS image decoding using the
+ MDEC. Unfortunately I only got as far as returning garbled pixels from
+ the MDEC, which was pretty bull.
+
+* libpad: The early beginnings of a pad/card library using routines that
+ accesses the pad/card interfaces directly. Ideally PSn00bSDK's pad library
+ should include the functionality of pad/tap/gun peripherals into one
+ library as well as include functions for reading and writing memory card
+ sectors. Routines and callback hooks for directly controlling the pad/card
+ interface should also be provided to support homebrewn peripherals.
+
+ The Github release of this work-in-progress component includes delay
+ corrections for PAL consoles.
+
+Work-in-progress components such as psxcd, interlace-exp, xptest and partest
+are not included, as the former was completed while the remaining latter are
+merely scrap test programs. \ No newline at end of file