117 Commits

Author SHA1 Message Date
spicyjpeg
9a78bca146
Update tools and fix bugs 2024-11-29 00:49:07 +01:00
spicyjpeg
ccba05c070
Bump to 1.0.3, migrate to custom archive format 2024-11-29 00:09:27 +01:00
spicyjpeg
efa22c8372
Update ps1-bare-metal headers, minor fixes 2024-11-25 12:00:49 +01:00
spicyjpeg
d204c0fbe2
Update assets and ps1-bare-metal build scripts 2024-10-14 01:38:54 +02:00
spicyjpeg
ab95cb189b
Bump to 1.0.2, split off debug LCD driver 2024-09-29 01:11:58 +02:00
spicyjpeg
fc95fb5dfc
Add BS loader, audio stream thread, refactor workers 2024-09-16 20:53:40 +02:00
spicyjpeg
a747dabd76
More cleaning up, add preliminary MDEC API 2024-09-15 22:42:20 +02:00
spicyjpeg
d6b66d4f18
Move executable launcher over to new storage API 2024-09-14 20:37:10 +02:00
spicyjpeg
3512329fbc
Bump to 1.0.1, rework storage and filesystem APIs 2024-09-14 19:18:00 +02:00
spicyjpeg
e013ad1d9f
Clean up, add debug LCD and MAS3507D drivers 2024-09-08 13:38:41 +02:00
spicyjpeg
3d90b4c212
Refactor and fix FPGA bitstream, add serial port 2024-09-03 12:00:54 +02:00
spicyjpeg
63e19ded42
Rewrite FPGA bitstream entirely, add MP3 and DRAM support 2024-08-20 00:44:39 +02:00
spicyjpeg
3d94f2e995
Add support for multiple languages, Italian translation 2024-08-04 20:20:43 +02:00
spicyjpeg
6ca0c02944
Add UTF-8 support and extended font 2024-07-29 23:45:05 +02:00
spicyjpeg
3f06ea5c50
Update ldscript, split off util.cpp into multiple files 2024-07-29 14:15:27 +02:00
spicyjpeg
661cba0e1a
More refactoring, fix assert warnings 2024-07-21 18:48:49 +02:00
spicyjpeg
065ea8ba45
Refactor, add new SPU driver and filesystem mutex 2024-07-21 18:15:53 +02:00
spicyjpeg
5fb99fc08c
Fix GitHub Actions CI script v1.0.0 2024-07-12 20:30:23 +02:00
spicyjpeg
57139b87b5
Add splash screen and FAQ/troubleshooting page 2024-07-12 20:14:35 +02:00
spicyjpeg
e9b389a82f
Add copyright and license notice to all files 2024-07-12 01:17:50 +02:00
spicyjpeg
738987c8c2
Bump to 1.0.0, minor code updates 2024-07-12 00:46:27 +02:00
spicyjpeg
bb8ac3cd06
Rearrange documentation and add new assets 2024-07-12 00:44:08 +02:00
spicyjpeg
3a340da8c7
Fix FPGA bitstream, rewrite I2C and 1-wire drivers 2024-07-10 18:13:03 +02:00
spicyjpeg
84985785c8
Bump to 0.4.7, rename to 573in1 and update docs 2024-06-27 09:52:57 +02:00
spicyjpeg
c4ff4eb62e
More FPGA bitstream updates 2024-06-27 08:35:02 +02:00
spicyjpeg
a1f3312aa2
Fix CI build, update custom FPGA bitstream 2024-06-11 13:35:24 +02:00
spicyjpeg
ffced10553
Finish cleaning up repo, add bitstream build and docs 2024-06-10 18:43:57 +02:00
spicyjpeg
3a76ba6d16
Add custom FPGA bitstream, fix executable loading 2024-06-10 14:42:50 +02:00
spicyjpeg
c9e59482f0
Remove dump files, migrate game list to new format 2024-06-10 14:42:49 +02:00
spicyjpeg
a428d27808
Bump to 0.4.6, add flash autobooting and boot menu 2024-06-10 14:42:49 +02:00
spicyjpeg
f897a53826
Add Rock Ridge support, flash card size detection 2024-06-10 14:42:49 +02:00
spicyjpeg
11d07e1e51
Fix crashes, add custom shell detection, update schemas 2024-06-10 14:42:48 +02:00
spicyjpeg
f4a8d16b20
Bump to 0.4.5, add flash executable loading, fix bugs 2024-06-10 14:42:48 +02:00
spicyjpeg
aac5f4abb1
Add schemas for all JSON files 2024-06-10 14:42:48 +02:00
spicyjpeg
3fd0bca0fc
Rearrange source files, add MIPS disassembler Python module 2024-06-10 14:42:48 +02:00
spicyjpeg
6083c0cbe6
Fix crashes and autobooting, clean up struct attributes 2024-06-10 14:42:47 +02:00
spicyjpeg
10ed088011
Bump to 0.4.4, add separate log macros for each component 2024-06-10 14:42:47 +02:00
spicyjpeg
ef46aad5b0
Rewrite IDE driver completely, fix VFS and flash driver 2024-06-10 14:42:47 +02:00
spicyjpeg
db5eaabe57
Add hardware test suite, fix up IDE driver again 2024-06-10 14:42:46 +02:00
spicyjpeg
82e95ab8d5
Add license, update assets and clean up code 2024-06-10 14:42:46 +02:00
Naoki Saito
cee5f5fe1b
Update manual.md
Added basic HDD connection information
2024-06-10 14:42:45 +02:00
spicyjpeg
818ef7bdf1
Fix BIOS ROM crash and ATAPI error polling 2024-06-10 14:42:45 +02:00
spicyjpeg
7702ef2258
Fix up build scripts, add GitHub Actions CI 2024-06-10 14:42:45 +02:00
spicyjpeg
e75a7f2e42
Clean up worker API, implement autobooting 2024-06-10 14:42:45 +02:00
spicyjpeg
fd7bc1fa44
Bump to 0.4.3, more fixes and cleanups, shrink launchers 2024-06-10 14:42:44 +02:00
spicyjpeg
3cf7ae7aed
Add PCDRV support, fix bugs and warnings 2024-06-10 14:42:44 +02:00
spicyjpeg
77a009b98a
Fix ATAPI driver, update executable launcher 2024-06-10 14:42:44 +02:00
spicyjpeg
c558744fcd
Add VFS and support for multiple filesystems 2024-06-10 14:42:43 +02:00
spicyjpeg
f9a7df6de8
Add ISO9660 filesystem driver and ATAPI support 2024-06-10 14:42:43 +02:00
spicyjpeg
b921d6e7b4
Make launchers standalone, remove xorriso dependency 2024-06-10 14:42:43 +02:00