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 

Interrupt (IRQ) list

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



Joined: 31 Aug 2004
Posts: 244
Location: Somewhere over the rainbow

PostPosted: Mon Sep 20, 2004 2:09 am    Post subject: Interrupt (IRQ) list Reply with quote

He(he)llo !

Just looking for documentation this time :D

Where can I find the IRQ number list ???

I'd like tyo use the syscall 0x10 (#16)
Code:
 
AddIntcHandler(
     a0=Interrupt_Signal,
     a1=Interrupt_Handler,
     a2=? (0 seems to be used...)
);


I understood that Interrupt_Signal could be :
0x1 = HBL (true ?)
0x2 = VBL start
0x3 = VBL end

So those are only GS signals (yep ? more ?)

Where all those interrupts signals are documented ?
_________________
- TiTAN Art Division -
http://www.titandemo.org
Back to top
View user's profile Send private message Visit poster's website
R0



Joined: 02 Oct 2004
Posts: 7

PostPosted: Sun Oct 03, 2004 12:10 am    Post subject: Reply with quote

According ps2lib it is
s32 AddIntcHandler(s32 cause, s32(*handler_func)(s32 cause), s32 next);
However I don't know meaning of "next" arg.

Btw here is my suggestions about INTC.

0 - GS
1 - SBUS
2 - vblank start
3 - vblank end
4 - VIF0
5 - VIF1
6 - VU0
7 - VU1
8 - IPU
9&10 - some timers
Back to top
View user's profile Send private message
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