forums.ps2dev.org Forum Index forums.ps2dev.org
Homebrew PS2, PSP & PS3 Development Discussions
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Testing Homebrew on Emulator

 
Post new topic   Reply to topic    forums.ps2dev.org Forum Index -> PS2 Development
View previous topic :: View next topic  
Author Message
brucesinner



Joined: 03 May 2005
Posts: 1

PostPosted: Tue May 03, 2005 6:00 am    Post subject: Testing Homebrew on Emulator Reply with quote

Is it possible to test any homebrew app in PCSX2 emulator ?

or in another emulator ?

i don't have a ps2 but i want to begin coding for it and testing in emulators for now.

thanks for any clue.
Back to top
View user's profile Send private message
J.F.



Joined: 22 Feb 2004
Posts: 2906

PostPosted: Tue May 03, 2005 12:23 pm    Post subject: Reply with quote

Testing in an emulator is a VERY poor substitute for testing in the real thing. Remember that emulators generally only emulate just enough to get games to play. You could totally miss an issue that prevents it from working on a real machine, like the timing.

PCSX2 is also way too preliminary to be useful for real testing.
Back to top
View user's profile Send private message AIM Address
Thanhda



Joined: 09 Apr 2005
Posts: 331
Location: Canada

PostPosted: Tue May 03, 2005 12:47 pm    Post subject: Reply with quote

i would agree. its not good for development. i use it myself just to see that the elf file compile proprely, but its really slow, laggy, and has problems with 3d objects. it acts as if there was a light enable but no depth, which causes to see through an object. if your serious about dev then get a ps2(dont get the v12(psTwo slim)). but just to see if the code works, its fine for now. you will need the bios. to boot run the file tho. but your on your own on that one.
_________________
There are 10 types of people in the world: Those who understand binary, and those who don't...
Back to top
View user's profile Send private message Visit poster's website
rinco



Joined: 21 Jan 2005
Posts: 255
Location: Canberra, Australia

PostPosted: Tue May 03, 2005 1:51 pm    Post subject: Reply with quote

what's wrong with the v12?

If it wasn't for the v12, I'd be in some mini-itx forum right now.
Back to top
View user's profile Send private message
Thanhda



Joined: 09 Apr 2005
Posts: 331
Location: Canada

PostPosted: Tue May 03, 2005 1:55 pm    Post subject: Reply with quote

rinco:

I was told that the v12 doesnt work well with homebrew
_________________
There are 10 types of people in the world: Those who understand binary, and those who don't...
Back to top
View user's profile Send private message Visit poster's website
Neil Stevens



Joined: 27 Jan 2005
Posts: 79
Location: California

PostPosted: Tue May 03, 2005 2:15 pm    Post subject: Reply with quote

There's nothing non-serious about the new playstations in terms of development. In fact, it comes with the most important thing for development: the network interface.

The only things you can't do with it is install a hard disk or boot your own code without modification. So, if you're big on an unmodified console, go dig up an old playstation 2. If you don't care about that, feel free to get the tiny, pretty new one.
Back to top
View user's profile Send private message Visit poster's website
rinco



Joined: 21 Jan 2005
Posts: 255
Location: Canberra, Australia

PostPosted: Tue May 03, 2005 6:26 pm    Post subject: Reply with quote

i run homebrew off an 80 gig hard drive plugged into my unmodified v12
(using the sony linux disc).

and from what I read, the swap technique is easier with the v12.
Back to top
View user's profile Send private message
Neil Stevens



Joined: 27 Jan 2005
Posts: 79
Location: California

PostPosted: Tue May 03, 2005 6:52 pm    Post subject: Reply with quote

rinco wrote:
i run homebrew off an 80 gig hard drive plugged into my unmodified v12
(using the sony linux disc).

and from what I read, the swap technique is easier with the v12.

Good to know. I've never been aware of the linux-based boot techniques.
Back to top
View user's profile Send private message Visit poster's website
606u



Joined: 29 Jun 2004
Posts: 33

PostPosted: Wed May 04, 2005 4:38 am    Post subject: Reply with quote

I use pcsx2-0.7-dev for testing purposes and so far I'm happy with it. It saves me a lot of power-offs and power-ons and the waiting for ps2link to boot up. After all, 2D is working pretty well. Right now the speed is not an issue for me, however I found out few things that does work on the emulator, but does not on the real thing, such as unaligned numbers.
Back to top
View user's profile Send private message Visit poster's website
Thanhda



Joined: 09 Apr 2005
Posts: 331
Location: Canada

PostPosted: Wed May 04, 2005 4:53 am    Post subject: Reply with quote

606u wrote:
I use pcsx2-0.7-dev for testing purposes and so far I'm happy with it. It saves me a lot of power-offs and power-ons and the waiting for ps2link to boot up. After all, 2D is working pretty well. Right now the speed is not an issue for me, however I found out few things that does work on the emulator, but does not on the real thing, such as unaligned numbers.


why dont you guys just create 2 mains thats runs on both windows/linux and one on the ps2. thats what i do, saves even more time.
_________________
There are 10 types of people in the world: Those who understand binary, and those who don't...
Back to top
View user's profile Send private message Visit poster's website
rinco



Joined: 21 Jan 2005
Posts: 255
Location: Canberra, Australia

PostPosted: Wed May 04, 2005 9:58 am    Post subject: Reply with quote

thanda, that's the worst advice you've given so far
Back to top
View user's profile Send private message
Thanhda



Joined: 09 Apr 2005
Posts: 331
Location: Canada

PostPosted: Wed May 04, 2005 3:01 pm    Post subject: Reply with quote

rinco wrote:
thanda, that's the worst advice you've given so far


how is that bad advice. it works, you dont of course include this in both your projects. but heh, i guess we all have our own methods.
_________________
There are 10 types of people in the world: Those who understand binary, and those who don't...
Back to top
View user's profile Send private message Visit poster's website
pixel



Joined: 30 Jan 2004
Posts: 791

PostPosted: Wed May 04, 2005 5:39 pm    Post subject: Reply with quote

The purpose of "testing within pcsx2" is to "test the ps2 part of the software". Compiling it for pc straight and test it on pc won't help in any single bit about the ps2 part of it....
_________________
pixel: A mischievous magical spirit associated with screen displays. The computer industry has frequently borrowed from mythology. Witness the sprites in computer graphics, the demons in artificial intelligence and the trolls in the marketing department.
Back to top
View user's profile Send private message
Thanhda



Joined: 09 Apr 2005
Posts: 331
Location: Canada

PostPosted: Wed May 04, 2005 6:44 pm    Post subject: Reply with quote

to: pixel who said anything about compiling on the pc. i compile on linux, if succesfull i compile code on the pc. but come to think about it, its not really saving much more time if your doing the direct connect to the pc. but as this guy mention he doesnt have a ps2. so the output is better my method. but still hasselsome. anyway the best suggest i guess is buy a ps2.
_________________
There are 10 types of people in the world: Those who understand binary, and those who don't...
Back to top
View user's profile Send private message Visit poster's website
pixel



Joined: 30 Jan 2004
Posts: 791

PostPosted: Wed May 04, 2005 7:21 pm    Post subject: Reply with quote

I just hope you mean "compiling on the ps2 linux kit"....
_________________
pixel: A mischievous magical spirit associated with screen displays. The computer industry has frequently borrowed from mythology. Witness the sprites in computer graphics, the demons in artificial intelligence and the trolls in the marketing department.
Back to top
View user's profile Send private message
Thanhda



Joined: 09 Apr 2005
Posts: 331
Location: Canada

PostPosted: Thu May 05, 2005 2:00 am    Post subject: Reply with quote

pixel: ps2 linux kit? no, i dont compile on the ps2 linux. i compile on the ps2sdk from my pc. isnt the ps2linux the official non commercial dev kit from sony. when i said compiling on linux i mean compling on my pc(linux), using the ps2toolchain and ps2sdk from oopo sites.
_________________
There are 10 types of people in the world: Those who understand binary, and those who don't...
Back to top
View user's profile Send private message Visit poster's website
pixel



Joined: 30 Jan 2004
Posts: 791

PostPosted: Thu May 05, 2005 2:08 am    Post subject: Reply with quote

Thanhda wrote:
who said anything about compiling on the pc. i compile on linux, if succesfull i compile code on the pc
Thanhda wrote:
when i said compiling on linux i mean compling on my pc(linux)
You are not making any sense, and saying contradictory things from one post to another.....
_________________
pixel: A mischievous magical spirit associated with screen displays. The computer industry has frequently borrowed from mythology. Witness the sprites in computer graphics, the demons in artificial intelligence and the trolls in the marketing department.
Back to top
View user's profile Send private message
Thanhda



Joined: 09 Apr 2005
Posts: 331
Location: Canada

PostPosted: Thu May 05, 2005 5:29 am    Post subject: Reply with quote

pixel wrote:
Thanhda wrote:
who said anything about compiling on the pc. i compile on linux, if succesfull i compile code on the pc
Thanhda wrote:
when i said compiling on linux i mean compling on my pc(linux)
You are not making any sense, and saying contradictory things from one post to another.....


arg, sorry, i meant to say, who says i am compiling on windows. not the pc. my pardons to thats. anyway this isnt getting anywhere.
_________________
There are 10 types of people in the world: Those who understand binary, and those who don't...
Back to top
View user's profile Send private message Visit poster's website
606u



Joined: 29 Jun 2004
Posts: 33

PostPosted: Thu May 05, 2005 6:04 am    Post subject: Reply with quote

I agree on "two mains" point. I try do that most of the time, but it depends whether the project does make sense on anything but PS2. However, to have a debugger is a lifesaver :-)
Back to top
View user's profile Send private message Visit poster's website
Display posts from previous:   
Post new topic   Reply to topic    forums.ps2dev.org Forum Index -> PS2 Development All times are GMT + 10 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group