unknownbrackets / ps2autotests

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

IOP PollEventFlag test #47

Closed jpd002 closed 7 years ago

jpd002 commented 7 years ago

Another straightforward test, looking at IOP's PollEventFlag behavior.

The EA_MULTI event flag attribute doesn't seem to work because PollEventFlag returns -422 even if the event flag is created with that attribute. That could be due to the outdated kernel present in the PS2's BIOS.

unknownbrackets commented 7 years ago

The BIOS version thing sounds likely. We may eventually want a strategy for testing other BIOS versions. Sounds tricky... PSP just had a function to set the current SDK version, which was much simpler.

-[Unknown]

jpd002 commented 7 years ago

Thanks for merging!