Search found 510 matches

by rama3
July 27th, 2019, 3:09 am
Forum: Members Downloads
Topic: sioloader
Replies: 33
Views: 56751

Re: sioloader

I've opened a thread for the default video mode stuff here:
http://www.psxdev.net/forum/viewtopic.php?f=41&t=3464

Please feel free to share your opinions! ;p
by rama3
July 27th, 2019, 3:00 am
Forum: Programming/CPU
Topic: Developing a better hardware region detection method
Replies: 2
Views: 12337

Re: Developing a better hardware region detection method

One idea to try is to put the GPU into both (PAL, NTSC) modes, and measure the VBlank interval using a CPU timer. This should work, since the important difference between the 2 main system types is the GPU oscillator frequency. That oscillator is slightly faster on NTSC regions, slightly slower on P...
by rama3
July 27th, 2019, 2:50 am
Forum: Programming/CPU
Topic: Developing a better hardware region detection method
Replies: 2
Views: 12337

Developing a better hardware region detection method

I'm proposing to develop a change in how homebrew software detects and adjusts to the different PSX models. Standard practice has been to look at a char in the kernel that marks a console as being NTSC-J (char: I), NTSC-U (char: A), or PAL (char: E). The practice is then to initiate the GPU with 60H...
by rama3
July 26th, 2019, 4:30 am
Forum: Members Downloads
Topic: sioloader
Replies: 33
Views: 56751

Re: sioloader

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. I don't know of other ...
by rama3
July 26th, 2019, 3:36 am
Forum: Members Downloads
Topic: sioloader
Replies: 33
Views: 56751

Re: sioloader

Nice, I knew it :D

The wait time is so-so overall, but then again, very little software would be 1.5 megs, right? :)

Oh by the way, the latest blog post link is slightly wrong, linking to https://github.com/danhans42/sioloader << "er" is bad :p
by rama3
July 25th, 2019, 7:50 am
Forum: Members Downloads
Topic: sioloader
Replies: 33
Views: 56751

Re: sioloader

I'm trying to find the "_sio_control" implementation in the psyq sdk, but so far no luck. It's kind of important ;p Edit: Uh oh, is the implementation using kernel routines? It's well documented how problematic the kernel is.. If that's indeed the case, the SIO stuff should be rewritten. A...
by rama3
July 25th, 2019, 7:32 am
Forum: Members Downloads
Topic: sioloader
Replies: 33
Views: 56751

Re: sioloader

True, that was with the handshaking. Okay, so using an ESP8266 is actually a good recommendation. These dev boards are quite small, come with USB bridges, offer WiFi, and are cheap. I'd much rather use one of these, than pay FTDI and support their malware practices ;p Regarding software, it's probab...
by rama3
July 24th, 2019, 11:35 pm
Forum: Members Downloads
Topic: sioloader
Replies: 33
Views: 56751

Re: sioloader

It's not so much about genuine parts vs clones*, but the details of operation.
I think the PSX had an inversion step, right? It kind of feels like this is important with the speed limitations you see.

* At these low speeds. It would matter at several MHz.
by rama3
July 19th, 2019, 9:07 am
Forum: Work Logs & Projects
Topic: [DEV] - Flash Boot Rom PS1
Replies: 25
Views: 72196

Re: [DEV] - Flash Boot Rom PS1

Sure, and thanks :)
by rama3
July 19th, 2019, 9:04 am
Forum: Homebrew (General)
Topic: Newer X-Flash Builds
Replies: 146
Views: 220554

Re: Newer X-Flash Builds

The slower clock not working is probably a clock divider issue somewhere in the UART chain.
Not all hardware works well at all possible / standard baud rates.
345600 is 115200*3, 115200 being a very common value, so that should work :)
by rama3
July 19th, 2019, 1:45 am
Forum: Work Logs & Projects
Topic: [DEV] - Flash Boot Rom PS1
Replies: 25
Views: 72196

Re: [DEV] - Flash Boot Rom PS1

I'm also interested in a populated board! :) It'd be best with a 512kB chip, but 256kB is workable as well. The No$Cash BIOS is pretty well compatible, but only if the Memory Card fast access option is turned fully off*. I would want to use this 256k BIOS in my main machine, just because of the nove...
by rama3
July 1st, 2019, 8:43 am
Forum: General Chat & Messaging
Topic: 17 blocks on memory card
Replies: 9
Views: 16300

Re: 17 blocks on memory card

The card is legit, you can see the typical Sony parts inside (and they're expensive, so cloners didn't use them). I imagine there is some corruption in one of the saves, possibly that Abe's Odyssey one and possibly with the block link feature. The Sony kernel libraries should prevent any memory card...
by rama3
June 21st, 2019, 1:32 am
Forum: Homebrew (General)
Topic: Newer X-Flash Builds
Replies: 146
Views: 220554

Re: Newer X-Flash Builds

That sounds great, the name is really good as well!

I have a soft bricked Datel card here to try this out on. The original xflash didn't support the EEPROM, but xflash might.
I suppose it'd be best to build and use a serial cable to go with it.
by rama3
May 16th, 2019, 2:13 am
Forum: General Chat & Messaging
Topic: Looking for ASSEMblergames members
Replies: 2
Views: 7210

Re: Looking for ASSEMblergames members

Who do you want to contact?
I can pm them and link to this thread here.
by rama3
May 10th, 2019, 7:09 am
Forum: NO$PSX Emulator
Topic: NOCASH PSX-BIOS SWAP
Replies: 20
Views: 65808

Re: NOCASH PSX-BIOS SWAP

There is an oversight/bug with the BIOS that prevents the controls from working when the lid is open.
Close the lid and it should work :)
by rama3
April 23rd, 2019, 5:51 am
Forum: Hardware
Topic: Seeking service manuals/hardware information
Replies: 5
Views: 8645

Re: Seeking service manuals/hardware information

Best if you find yourself an SCPH-7000 or later and the "SCPH_9000_3RD_ED" service manual, then use the video encoder section. It has great quality and detail and all your signals will be there. Once you have something, it will be just a matter of mechanically adapting it to the older PU-1...
by rama3
April 18th, 2019, 1:39 am
Forum: Hardware
Topic: PlayStation PAL Series Colour/Color Modification (PAL60)
Replies: 95
Views: 247146

Re: PlayStation PAL Series Colour/Color Modification (PAL60)

Is the picture also noisy and unsharp?
If so, the TV probably expects a signal that the cable doesn't provide (RGB switch signal).
This is rare, even with cheap cables, so idk.
by rama3
April 17th, 2019, 2:02 am
Forum: Hardware
Topic: PlayStation PAL Series Colour/Color Modification (PAL60)
Replies: 95
Views: 247146

Re: PlayStation PAL Series Colour/Color Modification (PAL60)

Well, as I warned in the other thread: This mod will give you color, but it will look very bad. Moving dot crawl all over the screen bad. If you want to sell the console, it's better to just include an RGB cable. As far as I know, these mods aren't being made anymore. You'd have to build it yourself...
by rama3
April 15th, 2019, 5:52 am
Forum: Hardware
Topic: PSNee further development
Replies: 570
Views: 971547

Re: PSNee further development

Nextria: Search this forum or Google for PSX color oscillator mod. This is what your board needs. But it is a difficult mod and the result looks pretty bad. I recommend you use a later revision PSX. postal2201: The code uses direct port control where speed is required, and can use Arduino functions ...
by rama3
April 15th, 2019, 12:34 am
Forum: Hardware
Topic: PSNee further development
Replies: 570
Views: 971547

Re: PSNee further development

postal2201: Some ideas are good, just need to implement them :p - The oscillator mod won't fit onto ATtiny: No pins left. - Automatic region detect sounds doable. Not sure how reliable it'll be in practice, but doable. - Removing Arduino functions: Why? They're nice and useful. Using Arduino is, imh...