unknownbrackets / ps2autotests

A set of test programs run on a PS2, with accompanying results.
ISC License
25 stars 7 forks source link

Added interrupt handler ordering tests. #17

Closed jpd002 closed 9 years ago

jpd002 commented 9 years ago

Added some tests to see how the EE kernel handles interrupt (INTC and DMAC) handler ordering.

unknownbrackets commented 9 years ago

Sorry for taking so long to look at this.

-[Unknown]

jpd002 commented 9 years ago

No problems, thanks for taking time to review this!

jpd002 commented 9 years ago

I've made the changes to style and added some new tests to verify what happens when values other than 0 or -1 are returned by handlers.