Yeah not much at all that large really. NXFLASH loads so quick I can't even time it lol.
Saying that, loading a 1.5mb EXE using psexe & caetla on an xplorer isn't exactly fast either
Excellent, thanks again Squaresoft for testing.Squaresoft74 wrote: ↑July 26th, 2019, 4:13 am Works like a charm with Xrider's STU.![]()
Any chance to make PAL/NTSC videomode selectable ?
Might be best in a new topic as that sounds like a whole new discussion. I only use this method as it is what everyone else uses but completely see your point, especially with the interest in flashing different BIOS's increasing.rama3 wrote: ↑July 26th, 2019, 4:30 am It may be a little off topic, but I wonder if it isn't possible to use some other video mode detection hint than the "E/A/I" char of the BIOS.
One reason for this is that BIOS swaps are becoming more popular. Especially NTSC-J consoles really benefit from a PAL BIOS.
...
As far as i'm concerned i'm mainly testing PSF files converted back to exe so they're usually quite big files.
Code: Select all
upx.exe --force --brute input.exe -o output.exe
You mean this one?rama wrote: It may be a little off topic, but I wonder if it isn't possible to use some other video mode detection hint than the "E/A/I" char of the BIOS.
Code: Select all
// SCEx string address in the BIOS (we *must* do a !='E' check or else a Japanese PSX will treat it as PAL)
if (*(char *)0xBFC7FF52!='E')
{
// NTSC
}
else
{
// PAL
}
Thanks for this.. never heard of UPX before and will certainly look into it. I assume the utility packs the EXE and adds a decompression routine to the output EXE?Squaresoft74 wrote: ↑July 26th, 2019, 5:12 am Many thanks Dan for the NTSC build, it covers my needs perfectly !![]()
As far as i'm concerned i'm mainly testing PSF files converted back to exe so they're usually quite big files.
Not sure if that could be considered/possible, but how about adding PSF loading support ?
PSF Format Specification.
PSF1 Format.
Once uploaded it would be up to the Sio loader to process the exe unpacking before executing it but then memory space limitation might be an issue there i guess.
I've also tried compressing exe using UPX:It works pretty nicely, just a little bit slower to boot but worth the upload time gain.Code: Select all
upx.exe --force --brute input.exe -o output.exe
Not sure if handling native PSF file would be faster and/or bring any other benefit beside avoiding to convert/compress exe first.
Yup, looks like it works that way.
Users browsing this forum: No registered users and 3 guests
Copyright © 2012-2023 PSXDEV.NET ~ No Cookies, No Tracking & No Ads. The Way the Internet Was Meant to Be ~ ![]() ![]() ![]() ![]() This page is for informational use only. The user of this software, assumes full responsibility ensuring its use in accordance with local and federal laws. The software and hardware on this site is provided "as-is", without any express, implied warranty or guarantees. |