Search found 10 matches

by Pandor
July 27th, 2018, 1:56 am
Forum: Hardware
Topic: PSNee further development
Replies: 570
Views: 961065

Re: PSNee further development

Check my post a few pages back for the pu-22 diagram, its for the micro but the ps points are the same. also reading back through the thread it states to have no boot loader or power on before is this certain models?? as the pu22 and pm41 I have both pals boot fine using a boot loader powered by th...
by Pandor
May 18th, 2018, 1:50 am
Forum: Hardware
Topic: PSNee further development
Replies: 570
Views: 961065

Re: PSNee further development

You obviously spent some time on this now. Why not get rid of all the modchip action and reduce the code to just the BIOS patch. Then you can change pins easily and maybe even have ICSP, so the chip can stay installed when you debug. I tried looking for my Attiny45 the other day, but couldn't find ...
by Pandor
April 26th, 2018, 12:04 am
Forum: Hardware
Topic: PSNee further development
Replies: 570
Views: 961065

Re: PSNee further development

These are blank attiny's I bought, and i'm programming the exported hex with a tl866 programmer (supports hvspi), so there is no bootloader involved and the fuses are: LFUSE 0xE2 HFUSE 0x5F, so boot should be fine...
by Pandor
April 25th, 2018, 4:09 am
Forum: Hardware
Topic: PSNee further development
Replies: 570
Views: 961065

Re: PSNee further development

Frietman did implement bios patching on the attiny (in psnee v6). Although it seems like a crude implementation, from what I read, it was functional... maybe these (timings) should be reverted for the attiny implementation.. From a first glance at the code, he used less delays overall... I came acro...
by Pandor
April 19th, 2018, 9:45 am
Forum: Hardware
Topic: PSNee further development
Replies: 570
Views: 961065

Re: PSNee further development

tried the suggested delays, but still no bios patching going on. ohwell, atleast CDR is working, and this is a fun way of getting into AVR's. Plus while testing I found that all the sony branded Taiyo yuden CDR backups (dating from '99 -'00) still boot just fine (even better then some of the origina...
by Pandor
April 19th, 2018, 2:26 am
Forum: Hardware
Topic: PSNee further development
Replies: 570
Views: 961065

Re: PSNee further development

You should get around 60Hz, right. Fuses look correct (using a fuse calculator). Did you undefine (remove) #define USINGSOFTWARESERIAL ? And did you define APPLY_PSONE_PAL_BIOS_PATCH ? Otherwise, the code snipped looks fine with the correct pins on the correct aliases. I did not undefine USINGSOFTW...
by Pandor
April 18th, 2018, 9:09 pm
Forum: Hardware
Topic: PSNee further development
Replies: 570
Views: 961065

Re: PSNee further development

Nice :) If the patch works, the video output will indeed be NTSC 443 and the startup screen will be larger vertically. You can try to repair your drive. Usually it needs a good cleaning and regrease with white lithium paste. The diode itself is rarely bad (only 1 out of ~20 is worn out / my experie...
by Pandor
April 17th, 2018, 3:29 am
Forum: Hardware
Topic: PSNee further development
Replies: 570
Views: 961065

Re: PSNee further development

I went ahead and compiled the code above, and am able the confirm that the TL866A/CS programmer is able to program the attiny with HVSP. So any settings to the fuses can be reverted. unfortunately, my test PSone (SCPH-102) has a bad laser. I had to adjust the pot to even get original pal games to bo...
by Pandor
April 14th, 2018, 2:38 pm
Forum: Hardware
Topic: PSNee further development
Replies: 570
Views: 961065

Re: PSNee further development

I did have a look at the code, and was actually thinking of using the reset and debug pins. I don't think debug has any real purpous on the attiny anyway as I see this more like a final install, rather then a development solution. The thing is, I see the code is in place, but i have no real experian...
by Pandor
April 14th, 2018, 1:56 am
Forum: Hardware
Topic: PSNee further development
Replies: 570
Views: 961065

Re: PSNee further development

Any plans/progress on supporting the bios patch on the attiny chips?