Search found 6 matches

by xxsksixx
Fri Jul 08, 2005 12:40 pm
Forum: PSP Development
Topic: HELP!! I cut my headphones in 2! Hard 2 fix, wired weird!
Replies: 15
Views: 6376

Soldering is a messy proposition with a meltable/flammable material wrapped inside the conductor.

Whenever I have to repair sony headphones, I use sandpaper to scrape off the resin and just twist the wires back together. From there, electrical tape like usual.
by xxsksixx
Sat Jun 18, 2005 4:44 am
Forum: PSP Development
Topic: PSP Emulator...
Replies: 25
Views: 14117

So you want to simulate the mips core and everything ?(=Simulator) Or just execute the instructions ? (=Emulator) Simulator Now if you build a simulator, you will have a lot of detail about the cpu ok, but when it comes to the hardware ??? Simulate memory access, pin going up and down and everythin...
by xxsksixx
Fri Jun 17, 2005 3:42 pm
Forum: PSP Development
Topic: PSP Emulator...
Replies: 25
Views: 14117

laxer: I think there is a big difference between running a sequence of MIPS instructions and simulating two MIPS cores, floating point units, a vector unit, etc... and the buses that connect them all. A more in depth simulation gives a more in depth picture of the machine, and a more in depth pictur...
by xxsksixx
Fri Jun 17, 2005 6:04 am
Forum: PSP Development
Topic: PSP Emulator...
Replies: 25
Views: 14117

My code is usually pretty portable, and in this case, the software I'm using to design runs on both linux and windows. This simulation might not ever be released as a standalone executable... depends on how much time I have, and if I ever even get it working. I did eventually find the gallery at Lik...
by xxsksixx
Fri Jun 17, 2005 2:07 am
Forum: PSP Development
Topic: PSP Emulator...
Replies: 25
Views: 14117

I couldn't find the pictures on Lik-Sang..... As for your question, why compete with PSPE, I don't think it would be competing, as I'm trying to solve a different problem. PSPE is an instruction interpreter, not really an emulator, and it serves its purpose as a testing ground for homebrew apps. The...
by xxsksixx
Thu Jun 16, 2005 1:51 pm
Forum: PSP Development
Topic: PSP Emulator...
Replies: 25
Views: 14117

PSP Emulator...

I have some ideas on building a PSP emulator (not just an instruction interpreter) which might make figuring out some of the more esoteric files and functions a little bit easier. The problem I'm having is that my ideas about the hardware configurations all seem to be slightly wrong... I started wit...