All public logs
Jump to navigation
Jump to search
Combined display of all available logs of dreamcast.wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 23:53, 28 October 2025 Spudguntechie talk contribs created page DreamShell (Created page with "Check out the [https://github.com/DC-SWAT/DreamShell Dream Shell GitHub]. From the GitHub README, edited slightly for grammar: "The Dreamshell is the operating system for the Sega Dreamcast based on the KallistiOS kernel. It has a dynamic loadable modular system and interface for creating applications with XML UI and both C/C++ and Lua script[s...]. You can see examples in ready-made applications and modules, drivers for various devices, formats and interfaces. Example...")
- 23:32, 28 October 2025 Spudguntechie talk contribs created page SaveFileConverter (Basic first draft of a Save File Converter page)
- 00:23, 17 September 2025 User account Spudguntechie talk contribs was created by Darc talk contribs
- 02:26, 11 September 2025 Darc talk contribs created page File:Redump2cdi-1.00-2025-09-10.zip (Uploaded own work with UploadWizard)
- 02:26, 11 September 2025 Darc talk contribs uploaded File:Redump2cdi-1.00-2025-09-10.zip (Uploaded own work with UploadWizard) Tag: Upload Wizard
- 04:09, 9 September 2025 SpecialK talk contribs created page Modern A/V guide (created)
- 00:55, 8 September 2025 User account SpecialK talk contribs was created by Darc talk contribs
- 19:54, 3 August 2025 Darc talk contribs created page KallistiOS GameCube (Created page with "A KallistiOS port to GameCube is underway, led by darc. This page exists to serve as a general reference for KallistiOS GameCube related information until a better page can be created. ==Status== * Toolchain: Currently in PR (thanks pcercuei) * Changes needed to general KOS: few left, currently pending (thanks quzar) * GameCube arch: Not upstreamed yet (in progress by darc) ==Running homebrew== Most accessible methods for running homebrew (non-exhaustive): * Flipp...")
- 14:18, 26 July 2025 GyroVorbis talk contribs created page SH4 FIPR Optimizations (Created page with "Yo, guys. At like 1AM @ian micheal got me looking at pl_mpeg's audio decoder to see if I could see any potential gainz... <pre> for (int i = 32; i; --i) { float u; u = pl_fipr(d[0], d[1], d[2], d[3], v1[0], v2[0], v1[128], v2[128]); u += pl_fipr(d[4], d[5], d[6], d[7], v1[256], v2[256], v1[384], v2[384]); u += pl_fipr(d[8], d[9], d[10], d[11], v1[512], v2[512], v1[640], v2[640]); u += pl_fipr(d[12], d[13], d[14], d[15], v1[768], v2[768], v1[896], v2[...")