Search found 8 matches

by ripplar
Thu Jun 03, 2004 9:53 am
Forum: PS2 Development
Topic: USB KB
Replies: 10
Views: 5718

opps

forgive my spelling having a long day
by ripplar
Thu Jun 03, 2004 9:51 am
Forum: PS2 Development
Topic: USB KB
Replies: 10
Views: 5718

ok

I have added my my lkdb to my make file and compiled it correctly with out error. I have a new proble when using Pukklink v1.0b and Inlink v1.3.7 I load my usbd.irx file fine. It tells me USB Driver(Version 1.1.0) (all good I assume). Now the fun part it seems to lockup and I have to turn off my ps2...
by ripplar
Thu May 20, 2004 9:49 am
Forum: PS2 Development
Topic: USB KB
Replies: 10
Views: 5718

Thanks

Thanks ooPo for your input I will let you know what's going on with this after I try you inputs.. Also I'm using PS2SDK to get my libkbd libs I just added the different file into my $PS2LIB include directories.
by ripplar
Wed May 19, 2004 11:59 am
Forum: PS2 Development
Topic: USB KB
Replies: 10
Views: 5718

Ok

I figure some more info out and here is my problem when I try to compile the following code: #include <tamtypes.h> #include <sifcmd.h> #include <kernel1.h> #include <sifrpc.h> #include <libkbd.h> // The above file are part of the PS2LIB and are used in the following functions // The code below is tr...
by ripplar
Mon May 17, 2004 12:57 pm
Forum: PS2 Development
Topic: USB KB
Replies: 10
Views: 5718

Thanks alot TyRaNiD for the help but I guess I need to typ init_kbd() and then type what input I need inside the () for ex... int a, b ,c scr_printf("enter 2 numbers\n"); init_kbd(a); init_kbd(b); scr_printf("these numbers equal ... when added\n"); c=add (a,b); something along th...
by ripplar
Sun May 16, 2004 5:25 am
Forum: PS2 Development
Topic: USB KB
Replies: 10
Views: 5718

USB KB

Here's a question I have downloaded the new sdk that is ava. My question is if I use the ps2kdb.h in the sdk/ee/include directory what is the command or what do I need to put in my code to init the kbd. If I was to load up the sdk/iop/irx/ps2kbd.irx would that make the cin command work or do I need ...
by ripplar
Sun May 16, 2004 4:05 am
Forum: PS2 Development
Topic: Question for all you programmers out there`
Replies: 2
Views: 2831

Thanks blackdroid that has gottne me up and running. Now I can get some programming done on what I hope will be very intresting to everyone.


Thanks again,
Ripplar

:D
by ripplar
Tue May 04, 2004 12:10 pm
Forum: PS2 Development
Topic: Question for all you programmers out there`
Replies: 2
Views: 2831

Question for all you programmers out there`

I'm trying to complie GCC C and using the tut. I received off of PS2DEV website and get this error when use the make command: In file included from ../../gcc-3.2.2/gcc/optabs.h:24, from ../../gcc-3.2.2/gcc/builtins.c:35: insn-codes.h:28: error: redefinition of `CODE_FOR_mulsi3_mult3_r5900' insn-code...