/[gxemul]/trunk/src/devices/dev_ps2_stuff.c
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /trunk/src/devices/dev_ps2_stuff.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 42 by dpavlin, Mon Oct 8 16:22:32 2007 UTC revision 44 by dpavlin, Mon Oct 8 16:22:56 2007 UTC
# Line 25  Line 25 
25   *  SUCH DAMAGE.   *  SUCH DAMAGE.
26   *     *  
27   *   *
28   *  $Id: dev_ps2_stuff.c,v 1.33 2007/06/15 19:57:33 debug Exp $   *  $Id: dev_ps2_stuff.c,v 1.34 2007/08/29 20:36:49 debug Exp $
29   *     *  
30   *  COMMENT: PlayStation 2 misc stuff (timer, DMA, interrupts, ...)   *  COMMENT: PlayStation 2 misc stuff (timer, DMA, interrupts, ...)
31   *   *
# Line 409  DEVINIT(ps2) Line 409  DEVINIT(ps2)
409          /*          /*
410           *  Register interrupts:           *  Register interrupts:
411           *           *
412           *      16 normal IRQs  (emul[x].machine[x].cpu[x].ps2_intr.%i)           *      16 normal IRQs  (machine[x].cpu[x].ps2_intr.%i)
413           *      16 DMA IRQs     (emul[x].machine[x].cpu[x].ps2_dmac.%i)           *      16 DMA IRQs     (machine[x].cpu[x].ps2_dmac.%i)
414           *       2 sbus IRQs    (emul[x].machine[x].cpu[x].ps2_sbus.%i)           *       2 sbus IRQs    (machine[x].cpu[x].ps2_sbus.%i)
415           */           */
416          for (i=0; i<16; i++) {          for (i=0; i<16; i++) {
417                  snprintf(n, sizeof(n), "%s.ps2_intr.%i",                  snprintf(n, sizeof(n), "%s.ps2_intr.%i",

Legend:
Removed from v.42  
changed lines
  Added in v.44

  ViewVC Help
Powered by ViewVC 1.1.26