Add a function in ps2link/ps2client

Discuss the development of software, tools, libraries and anything else that helps make ps2dev happen.

Moderators: cheriff, Herben

Post Reply
User avatar
_tmator_
Posts: 19
Joined: Mon Nov 15, 2004 5:57 pm
Location: France

Add a function in ps2link/ps2client

Post by _tmator_ »

Is it possible to add a function to get "exceptions handler" on ps2client and not only on the tv ?
blackdroid
Posts: 564
Joined: Sat Jan 17, 2004 10:22 am
Location: Sweden
Contact:

Post by blackdroid »

yes its possible to get the exception output on the console, it is however up to the client programmer to add that feature to the client, ps2link supports switching the output between console and screen.
Kung VU
ooPo
Site Admin
Posts: 2023
Joined: Sat Jan 17, 2004 9:56 am
Location: Canada
Contact:

Post by ooPo »

Yeah, I suppose I should get around to adding that and a few other new commands...
misfire
Posts: 110
Joined: Mon Sep 06, 2004 7:53 am
Location: Germany

Post by misfire »

btw, ooPo, there is a small bug with ps2client's dumpmem command:

Code: Select all

ps2link.c (Rev. 1.17), line 260

command.offset = offset;

should be:

command.offset = htonl(offset);
Should be no problem to fix it. ;)
pixel
Posts: 791
Joined: Fri Jan 30, 2004 11:43 pm

Post by pixel »

There are prolly other bugs in ps2client anyway ;)


By the way, how can we register new products/components to the bugzilla ?
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.
ooPo
Site Admin
Posts: 2023
Joined: Sat Jan 17, 2004 9:56 am
Location: Canada
Contact:

Post by ooPo »

Fixed and commited to cvs. Thanks!
Post Reply