<feed xmlns='http://www.w3.org/2005/Atom'>
<title>xavi/psn00bsdk/libpsn00b/psxcd/psxcd.c, branch master</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<id>https://gitea.privatedns.org/xavi/psn00bsdk/atom?h=master</id>
<link rel='self' href='https://gitea.privatedns.org/xavi/psn00bsdk/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/psn00bsdk/'/>
<updated>2022-11-17T21:20:38+00:00</updated>
<entry>
<title>Refactor libpsxcd, add new CD-ROM APIs, fix SPU DMA read</title>
<updated>2022-11-17T21:20:38+00:00</updated>
<author>
<name>spicyjpeg</name>
<email>thatspicyjpeg@gmail.com</email>
</author>
<published>2022-11-17T21:20:38+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/psn00bsdk/commit/?id=fc021dc6d6f06f8eff7edc72929faddd1e1f0d1b'/>
<id>urn:sha1:fc021dc6d6f06f8eff7edc72929faddd1e1f0d1b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix SPU_TRANSFER_BY_IO mode, add IRQ/DMA enums</title>
<updated>2022-10-27T10:04:11+00:00</updated>
<author>
<name>spicyjpeg</name>
<email>thatspicyjpeg@gmail.com</email>
</author>
<published>2022-10-27T10:04:11+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/psn00bsdk/commit/?id=4dbf47f129a55428b90df2805228fbd481e1d117'/>
<id>urn:sha1:4dbf47f129a55428b90df2805228fbd481e1d117</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Clean up SDK debug logging, fix getTPage()</title>
<updated>2022-10-19T12:15:28+00:00</updated>
<author>
<name>spicyjpeg</name>
<email>thatspicyjpeg@gmail.com</email>
</author>
<published>2022-10-19T12:15:28+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/psn00bsdk/commit/?id=783014e53254fe17102a34c30120eeabf5227a47'/>
<id>urn:sha1:783014e53254fe17102a34c30120eeabf5227a47</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add debug log buffering, fix GetHeapUsage()</title>
<updated>2022-10-18T15:29:42+00:00</updated>
<author>
<name>spicyjpeg</name>
<email>thatspicyjpeg@gmail.com</email>
</author>
<published>2022-10-18T15:29:42+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/psn00bsdk/commit/?id=9b2ffc6078a850b7d354855cca7622090b41f30c'/>
<id>urn:sha1:9b2ffc6078a850b7d354855cca7622090b41f30c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove interrupt disabling calls in psxcd callback APIs</title>
<updated>2022-10-17T20:42:00+00:00</updated>
<author>
<name>spicyjpeg</name>
<email>thatspicyjpeg@gmail.com</email>
</author>
<published>2022-10-17T20:42:00+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/psn00bsdk/commit/?id=2f100c78c0f12b56bcd73c203e6216d415d9f772'/>
<id>urn:sha1:2f100c78c0f12b56bcd73c203e6216d415d9f772</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add mdec/strvideo example, fix psxpress bug</title>
<updated>2022-10-16T21:52:19+00:00</updated>
<author>
<name>spicyjpeg</name>
<email>thatspicyjpeg@gmail.com</email>
</author>
<published>2022-10-16T21:52:19+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/psn00bsdk/commit/?id=03434a230d8c3ed2e32a3885128e05e42ee11769'/>
<id>urn:sha1:03434a230d8c3ed2e32a3885128e05e42ee11769</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix dropped IRQs, clean up psxcd and psxetc logging</title>
<updated>2022-10-13T21:21:32+00:00</updated>
<author>
<name>spicyjpeg</name>
<email>thatspicyjpeg@gmail.com</email>
</author>
<published>2022-10-13T21:21:32+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/psn00bsdk/commit/?id=b458ea70700739bf8a64217af369c7ace08fc954'/>
<id>urn:sha1:b458ea70700739bf8a64217af369c7ace08fc954</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Replace DEBUG macro with standard NDEBUG macro</title>
<updated>2022-10-11T09:46:24+00:00</updated>
<author>
<name>spicyjpeg</name>
<email>thatspicyjpeg@gmail.com</email>
</author>
<published>2022-10-11T09:46:24+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/psn00bsdk/commit/?id=e0e608855b9b2e83a92047294e1f5a242ff51e88'/>
<id>urn:sha1:e0e608855b9b2e83a92047294e1f5a242ff51e88</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix DMACallback bug, disable logging in release builds</title>
<updated>2022-10-08T08:12:31+00:00</updated>
<author>
<name>spicyjpeg</name>
<email>thatspicyjpeg@gmail.com</email>
</author>
<published>2022-10-08T08:12:31+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/psn00bsdk/commit/?id=3acc4f93f3b6a96da484aab1f08d61f900085e43'/>
<id>urn:sha1:3acc4f93f3b6a96da484aab1f08d61f900085e43</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Deprecate u_short, u_int and u_long types in libpsn00b</title>
<updated>2022-07-29T22:53:31+00:00</updated>
<author>
<name>spicyjpeg</name>
<email>thatspicyjpeg@gmail.com</email>
</author>
<published>2022-07-29T22:53:31+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/psn00bsdk/commit/?id=073a859acf16ccbc0f49364e38126bf2bf03aa3d'/>
<id>urn:sha1:073a859acf16ccbc0f49364e38126bf2bf03aa3d</id>
<content type='text'>
</content>
</entry>
</feed>
