CTRX 3DS

From GameBrew
Revision as of 08:12, 19 April 2020 by HydeWing (talk | contribs) (Created page with "{{Infobox 3DS homebrew | title = CTRX | image = https://dlhb.gamebrew.org/3dshomebrew/CTRX.jpeg|250px | type = Console | version = v0.9-alpha | licence = Mixed | author = mach...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Template:Infobox 3DS homebrew

Hello,
About 1 month ago I began working on an experimental PS1 emulator. This is the very first release. It's still missing many core functions, but I believe it is ready to be shown as a bare-bones proof-of-concept. Included in the download is a freeware BIOS replacement; this is necessary to use the emulator as other BIOS aren't designed with CTRX's current state in mind. Also included is a freeware PS1 homebrew (boot.exe) that prints text to the screen using the GPU. It is built using nextvolume's PSXSDK and its source can be found in the attachment(s) to this post.

The emulator will attempt to run any PSX EXE file found at sdmc:/3ds/CTRX/boot.exe but bear in mind, that chances are it won't run at this point in time.

CTRX is a new and free emulator. It has been written from the ground up. It is not a port. It is also free. It has no price and does not bind the user's soul to a document written in legalese. Contributions to the project (including donations) are always appreciated.

Plans:

Dynamic recompilation notes:

<button type="button" class="button bbCodeSpoilerButton ToggleTrigger Tooltip JsOnly" data-target="> .SpoilerTarget">Spoiler</button>

Hypothetically, a dynamic recompiler can be written to work on all firmwares (without a kernel exploit) by using gspwn to write the output to memory pages that are already marked as executable. MIPS is an interesting platform because the most significant byte of the current program counter controls which memory segment the code is running. All the memory segments mirror each other, however, one of the segments has the CPU cache enabled and the user code can choose which segment to run in using absolute memory jumps; this is a good starting point for determining which code is viable for dynamic recompilation in real time.​


Source: <a href="https://github.com/machinamentum/CTRX" target="_blank" class="externalLink" rel="nofollow">https://github.com/machinamentum/CTRX</a>
Download/Releases: <a href="https://github.com/machinamentum/CTRX/releases/" target="_blank" class="externalLink" rel="nofollow">https://github.com/machinamentum/CTRX/releases/</a>

Screenshots:

<button type="button" class="button bbCodeSpoilerButton ToggleTrigger Tooltip JsOnly" data-target="> .SpoilerTarget">Spoiler</button>

<a href="https://gbatemp.net/attachments/screenshot00-png.25211/" target="_blank" data-fancybox="gallery" data-href="misc/lightbox"><img src="data/attachments/24/24599-8f4e55b9a4da1a23cc049bf6261b2f0e.jpg" alt="screenshot00.png" class="bbCodeImage"></a> <a href="https://gbatemp.net/attachments/screenshot01-png.25370/" target="_blank" data-fancybox="gallery" data-href="misc/lightbox"><img src="data/attachments/24/24758-096a6bf25508c888eed6329ffbfaf4a7.jpg" alt="screenshot01.png" class="bbCodeImage"></a> <a href="https://gbatemp.net/attachments/screenshot03-png.25904/" target="_blank" data-fancybox="gallery" data-href="misc/lightbox"><img src="data/attachments/25/25292-7111fd570cf640881b6aecca4841ea79.jpg" alt="screenshot03.png" class="bbCodeImage"></a> <a href="https://gbatemp.net/attachments/screenshot04-png.26449/" target="_blank" data-fancybox="gallery" data-href="misc/lightbox"><img src="data/attachments/25/25837-1e59c9ee36ea301536e7ad395bbd66fe.jpg" alt="screenshot04.png" class="bbCodeImage"></a>

 

Advertising: