Search found 13 matches

by MFZ007
Fri Aug 01, 2008 7:38 pm
Forum: PSP Development
Topic: [Project] Cross-Platform PSP Emulator for PC
Replies: 26
Views: 15434

I wouldn't say theres big news. I'm still working on it and will continue working, I've been in Spain for 2 weeks now and I'm getting back on Monday. I'll get working again by tuesday I think. So far it has been a lot of fun and I've met some interesting people. If you want to see a little bit older...
by MFZ007
Fri Jun 06, 2008 7:29 am
Forum: PSP Development
Topic: [Project] Cross-Platform PSP Emulator for PC
Replies: 26
Views: 15434

GUI

If you want to have a look at the Win32 GUI

Check out the Dev-Blog

The GUI was created by Stefan Zurfluh.

If you're a Linux coder and are interested in designing a similar GUI for Linux or OSX let me know.
by MFZ007
Sun Jun 01, 2008 7:25 pm
Forum: PSP Development
Topic: [Project] Cross-Platform PSP Emulator for PC
Replies: 26
Views: 15434

Hey! Back again with a question! Since our project ist Open-Source already, I'd like to ask if some of you guys would be interested in helping us completing the seperate parts of the emulator. You would have direct access to the main svn repository. And of course would be named in the credits ^^. I'...
by MFZ007
Mon May 26, 2008 1:13 am
Forum: PSP Development
Topic: [Project] Cross-Platform PSP Emulator for PC
Replies: 26
Views: 15434

Now that it's clear that HLE will be a must I'll clearly want it this way: 1) to emulate only the kernel modules where hardware are directly implied : most modules would then be in target binary format (they need to be decrypted first of course). This solution may lead to a slower execution but woul...
by MFZ007
Mon May 26, 2008 12:19 am
Forum: PSP Development
Topic: [Project] Cross-Platform PSP Emulator for PC
Replies: 26
Views: 15434

Yep, probably true.

I'll have a look at psplink but my thought is that it's beyond the things I want to/could do.

One thing is sure: I'll keep asking questions here :)
by MFZ007
Mon May 26, 2008 12:11 am
Forum: PSP Development
Topic: [Project] Cross-Platform PSP Emulator for PC
Replies: 26
Views: 15434

kernel homebrew, you mean. As long as you don't try to trick the firmware, it should be okay with user homebrew. Yeah, I think so too. But this is not about justifying my way of wanting to do an LL-Emu. I'll certainly try to keep it as Low Level as possible. But I agree with hlide saying it's impos...
by MFZ007
Mon May 26, 2008 12:03 am
Forum: PSP Development
Topic: [Project] Cross-Platform PSP Emulator for PC
Replies: 26
Views: 15434

exactly. that would be THE advantage of LLE I think.
by MFZ007
Sun May 25, 2008 11:44 pm
Forum: PSP Development
Topic: [Project] Cross-Platform PSP Emulator for PC
Replies: 26
Views: 15434

No particular reason really. Just interested if it would work. But I think I'll finish the core (Allegrex) first and then decide how to proceed. But it seems as if it's going to be HLE after all. What a pity.
by MFZ007
Sun May 25, 2008 11:22 pm
Forum: PSP Development
Topic: [Project] Cross-Platform PSP Emulator for PC
Replies: 26
Views: 15434

You'll run into hardware problems, as there is some critical hardware for emulation we don't know a lot about: - thread management - exception management - audio - GE - ... But you're right in the fact that you can use already pre-decrypted firmware files. Yeah, I guess i will, and I see now that I...
by MFZ007
Sun May 25, 2008 11:13 pm
Forum: PSP Development
Topic: [Project] Cross-Platform PSP Emulator for PC
Replies: 26
Views: 15434

yes of course. I understand why KIRK can't be emulated (for obvious reasons) but the firmware itself, does it have functions that allow interaction with the chip in any way?
by MFZ007
Sun May 25, 2008 11:04 pm
Forum: PSP Development
Topic: [Project] Cross-Platform PSP Emulator for PC
Replies: 26
Views: 15434

Ok, I got it this time ^^

Is there no way to get the already decrypted data from KIRK on the PSP itself and make a dump? I'm not really into PSP-Development itself so I don't know if there's a way to access KIRK.
by MFZ007
Sun May 25, 2008 9:39 pm
Forum: PSP Development
Topic: [Project] Cross-Platform PSP Emulator for PC
Replies: 26
Views: 15434

I've thought about that too and I know it's not yet possible to complete a Low Level Emulator but I didn't mean this project to be completed any time soon anyway. I guess the final goal would be to get a Firmware to run correctly. Of course HLE would be faster to realise but my main interest is on t...
by MFZ007
Sun May 25, 2008 8:47 pm
Forum: PSP Development
Topic: [Project] Cross-Platform PSP Emulator for PC
Replies: 26
Views: 15434

[Project] Cross-Platform PSP Emulator for PC

Hi all! I'm currently working on a PSP Emulator for PC. After having seen the great progress of noxa and soywiz with their emus I decided I wanted to do it slightly different and try to keep the Emulation as Low Level as possible. Here in my Dev-Blog you can check out the code via a svn mirror or yo...