You don't have to go back that far - a lot of the early P4 machines supported Windows 98SE too. They typically shipped with XP on them, but since during that time frame a lot of business users were still using 98 they still had support (and drivers) for it.
More problematic, depending on the ...
Search found 229 matches
- February 27th, 2019, 2:54 pm
- Forum: General Chat & Messaging
- Topic: Windows 98SE Hardware
- Replies: 12
- Views: 22322
- February 15th, 2019, 12:48 pm
- Forum: Psy-Q SDK
- Topic: Compiled EXE doesn't work
- Replies: 2
- Views: 22964
Re: Compiled EXE doesn't work
It shouldn't be a problem - I've written lots of stuff with the source split over multiple files.
You could try compiling it manually to see if it's a problem with the build system - just use a command like
ccpsx -g -Xo$80010000 file1.c file2.c filex.c -otarget.cpe
cpe2x target.cpe
Someone was ...
You could try compiling it manually to see if it's a problem with the build system - just use a command like
ccpsx -g -Xo$80010000 file1.c file2.c filex.c -otarget.cpe
cpe2x target.cpe
Someone was ...
- February 11th, 2019, 12:41 am
- Forum: Hardware
- Topic: Modchip and read quality
- Replies: 6
- Views: 15120
Re: Modchip and read quality
The short answer is that on a PU-18 the modchip shouldn't interfere with reading the disc.
On the older boards (PU-7, PU-8, PU-18, PU-20) the output data from the modchip is connected directly to the mechacon MCU as a digital signal and no connection is made to the analog side of the circuit. The ...
On the older boards (PU-7, PU-8, PU-18, PU-20) the output data from the modchip is connected directly to the mechacon MCU as a digital signal and no connection is made to the analog side of the circuit. The ...
- May 24th, 2018, 7:45 am
- Forum: General Chat & Messaging
- Topic: k150 programing 12C508A issues mod chip
- Replies: 14
- Views: 36137
Re: k150 programing 12C508A issues mod chip
No, that's not normal - from the look of it, the chip has already been programmed with something - and since the 12C508 is an OTP device that means it's basically useless.
- May 16th, 2018, 4:41 am
- Forum: Research
- Topic: BIOS region check routine bypassing
- Replies: 24
- Views: 92689
Re: BIOS region check routine bypassing
This approach seems great so far. About that CPU speed: I really don't know much about ROM reading yet but I assumed that OE pin was there to signal that data is ready. Shouldn't this enable us to deliver the data at the speed we want?
The signal you want is conventionally called WAIT - but in ...
- May 2nd, 2018, 8:06 pm
- Forum: Hardware
- Topic: Issues with pu-8 modchip .. spindle auto spins
- Replies: 5
- Views: 14729
Re: Issues with pu-8 modchip .. spindle auto spins
It is the wrong install diagram - that's for the "Stealth 2.x" series of chips. On the PU-8, the MM3 does not support full stealth and is normally installed in 4-wire mode with only pins 1, 5, 6 and 8 connected - all of which go to the same places as the corresponding pin numbers on the stealth 2.x ...
- March 15th, 2018, 1:29 am
- Forum: Hardware
- Topic: PSNee further development
- Replies: 572
- Views: 1820699
Re: PSNee further development
I think these are involved in IC706. But this custom chip, datasheet is only in general terms.
There is a lot of information on the components of PU-18 with datasheets. There are also descriptions of the pin assignments of the microcircuits.
http://wiki.psxdev.ru/index.php/PU-18
Yeah, the ...
- March 14th, 2018, 12:04 pm
- Forum: Hardware
- Topic: PSNee further development
- Replies: 572
- Views: 1820699
Re: PSNee further development
Ah yeah, I wrote what I remembered. So the C is for center..
Anyway, we know that the wobble on pressed disks creates a pattern that some kind of tracking error circuit converts to the 1's and 0's that form the SCEX string.
That error detect circuit is part of any CD DSP, but Sony added another ...
- March 10th, 2018, 10:48 pm
- Forum: Research
- Topic: Why did mod chip detector code disable itself in Europe?
- Replies: 6
- Views: 31371
Re: Why did mod chip detector code disable itself in Europe?
Yes, it's entirely reasonable what SCEE did. That's why I find it so odd. As I understand it, the LibCrypt option wasn't available until later, but I may be wrong on that.
At the time the anti-modchip code came out, libcrypt was something that SCEE had in development in their Cambridge research ...
- March 10th, 2018, 8:53 pm
- Forum: Research
- Topic: Why did mod chip detector code disable itself in Europe?
- Replies: 6
- Views: 31371
Re: Why did mod chip detector code disable itself in Europe?
Maybe I'm jaded but such a pro consumer decision just sounds odd to me.
It is possible though, of course. One other development of the time:
The anti region lock modchip.
It was much more complicated to pull of, but it replaced just the last letter of the SCEX string, allowing games of all ...
- March 10th, 2018, 4:52 am
- Forum: Research
- Topic: Why did mod chip detector code disable itself in Europe?
- Replies: 6
- Views: 31371
Re: Why did mod chip detector code disable itself in Europe?
If you search this forum (and maybe Assemblergames, I forgot), you will find this most likely explanation:
SCEE simply did not want this code to lock out games from other regions.
My addition to it: Maybe they didn't fully understand what this code would block and management simply banned the idea ...
- February 25th, 2018, 10:18 pm
- Forum: Hardware
- Topic: Another gameshark thread.
- Replies: 8
- Views: 16033
Re: Another gameshark thread.
OK, that looks like an original Datel PCB for sure - I don't think I've ever seen a gameshark with an AMD flash chip in it, though. See if you can find one of the chips that were used in the Datel carts - my original Datel carts have Atmel AT29C010 chips in them, and they definitely work .
- February 25th, 2018, 2:29 pm
- Forum: Hardware
- Topic: Another gameshark thread.
- Replies: 8
- Views: 16033
Re: Another gameshark thread.
If it really is a V1.x Gameshark then it has the old style Datel communications port - these were not compatible with parallel ports and connected only to a special "comms link card". These are (somewhat amazingly) still available from certain sources (like EMS in Hong Kong), but you most likely don ...
- February 22nd, 2018, 12:16 pm
- Forum: Research
- Topic: BIOS region check routine bypassing
- Replies: 24
- Views: 92689
Re: BIOS region check routine bypassing
The check was probably always intended. It appeared in the Japanese boot code almost immediately after the initial batch of consoles. EU and NTSC-U consoles probably have the code for it, but disabled. I don't know this though, it's just speculation.
The check was always in the Japanese ...
- February 14th, 2018, 3:29 am
- Forum: Research
- Topic: How to dump your CDROM BIOS (Firmware)
- Replies: 144
- Views: 694827
Re: How to dump your CDROM BIOS (Firmware)
You may also want to remove the modchip connection for dumping. It may interfere.
I have no modchip in my net yaroze.
I will dig out my Arduino and see if I can find out what the problem is - my guess is that serial.print() is blocking long enough to miss the start bits coming out of the ...
- February 13th, 2018, 11:44 am
- Forum: Research
- Topic: How to dump your CDROM BIOS (Firmware)
- Replies: 144
- Views: 694827
Re: How to dump your CDROM BIOS (Firmware)
I will dig out my Arduino and see if I can find out what the problem is - my guess is that serial.print() is blocking long enough to miss the start bits coming out of the PSX and the code needs some buffers.
- February 11th, 2018, 3:09 pm
- Forum: Research
- Topic: How to dump your CDROM BIOS (Firmware)
- Replies: 144
- Views: 694827
Re: How to dump your CDROM BIOS (Firmware)
Apropos. Any news on dumping more retail psx cdrom firmwares? I had hoped that dozens of people would their firmwares... like people implementing it as "my first serial data transfer project" using an arduino or the like... but now it's more than three years and only 3-4 people managed to dump ...
- February 11th, 2018, 5:05 am
- Forum: Hardware
- Topic: PSNee further development
- Replies: 572
- Views: 1820699
Re: PSNee further development
I have disable the ntsc fix, and now the psone works fine.
So in my case i don't need the A18 and D2 point on the bios chip?
I like my installs to be as clean as possible, i can make this on all psx version and post it, at least on pall versions.
You will only need those points connected if ...
- February 10th, 2018, 4:28 pm
- Forum: Hardware
- Topic: PSNee further development
- Replies: 572
- Views: 1820699
Re: PSNee further development
Hello from Portugal
I have installed a arduino pro mini 8Mhz on a PU-18 if the last version of PSNee, and everything works ok tank you rama3 for the code.
But on a PSONE i did not have any luck, again if a arduino pro mini 8Mhz, when the psone is loading the screen appears like is out off sync ...
- February 9th, 2018, 3:42 am
- Forum: Research
- Topic: How to dump your CDROM BIOS (Firmware)
- Replies: 144
- Views: 694827
Re: How to dump your CDROM BIOS (Firmware)
Yeah, that's a serious limitation.
Definitely rules out using a hacked original software this way.
Do you think the RAM is enough to establish 2 way communication with an external MCU?
It would also have to read and control each of the used I/O.
Maybe, but you would need some pretty fast IO to ...