GithubHelp home page GithubHelp logo

Comments (10)

some-git-user avatar some-git-user commented on August 11, 2024

@lagomorph sorry for taking over your thread, but maybe you could give me some help with attiny85.
I programmed the attiny85 with ardiuno as ISP without a problem.
But after soldering, the PU-23 does not read any game disc. Neither originals nor backups. After reading the disc, the ps1 stuck at "please insert ps1 disc" screen.
But audio CDs working fine.

from psnee.

kalymos avatar kalymos commented on August 11, 2024

It seems to me of memory it can be the internet clock of 85, which is not perfect. The two parameters to modify can be on line 152-153

from psnee.

lagomorph avatar lagomorph commented on August 11, 2024

Not sure about the PU-23. Are you able to get debug info out of it by defining PSNEEDEBUG? If I connect it up to a console I get something like:

m 0
41000101234900000200257F
41000101235000000200FCFF
010002012351000024669F7F
01000201235200002466FCFF
010002012353000024669F7F
01000301235400054454FCFF
010003012355000544549F7F
01000301235600054454FCFF
010004012357001019509F7F
01000401235800101950FCFF
010004012359001019509F7F
01000501236000154026FCFF
010005012361001540269F7F
01000501236200154026FCFF
!
410100000006000001699F7F
41010000000500000170FCFF
410100000004000001719F7F
41010000000300000172FCFF
410100000002000001739F7F
41010000000100000174FCFF
410100000009000001669F7F
41010000000800000167FCFF
410100000007000001689F7F
41010000000600000169FCFF
410100000005000001709F7F
41010000000400000171FCFF
410100000003000001729F7F
41010000000200000173FCFF
410100000001000001749F7F
41010000000900000166FCFF
410100000008000001679F7F
41010000000700000168FCFF
410100000006000001699F7F
41010000000500000170FCFF
410100000004000001719F7F
41010000000300000172FCFF
410100000002000001739F7F
41010000000100000174FCFF
410100000009000001669F7F
41010000000800000167FCFF
410100000007000001689F7F
41010000000600000169FCFF
...

from psnee.

kalymos avatar kalymos commented on August 11, 2024

If you want more info on serial output, you can find more info on the original forum. http://www.psxdev.net/forum/viewtopic.php?f=47&t=1262&start=40
Seems to me that it's mostly about playhead movement instructions

from psnee.

some-git-user avatar some-git-user commented on August 11, 2024

Ok, thank you guys. It's my first programmed chip ever. Will try to enable debugging.

from psnee.

kalymos avatar kalymos commented on August 11, 2024

Welcome. looking again at the message of lagomorph, and the code, the important moment is the !, this is the moment when the chips will send the hack, and that it should come from a problem of clock

from psnee.

some-git-user avatar some-git-user commented on August 11, 2024

Can confirm it's working on PU-23, but can't really tell why. Tested with Dino Crisis.
Only thing I changed, is the define PSNEEDEBUG flag, but didn't need to debug yet.
Also this time, I choose "Burn Bootloader" before flashing the Attiny85.
Is this even necessary and I forgot it in the first place?

from psnee.

kalymos avatar kalymos commented on August 11, 2024

It's not necessary.
Arduino bootloader operation introduces boot latency, which prevents proper operation of PsNee if you boot the console with a CD in it.

The bootloader is only necessary, when you want to program with the TxTr interface, if you prefer the SIP which does not need a bootloader.

from psnee.

lagomorph avatar lagomorph commented on August 11, 2024

Burning the bootloader also sets the fuses. Maybe an old fuse value was causing issues. 🤷‍♂️

from psnee.

kalymos avatar kalymos commented on August 11, 2024

I didn't know that it modifies the fuses, it's always good to take as a trick

from psnee.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.