Fix incorrect response length for condition queries
src/maple/maple.c
Halt instead of exiting by default on a dcload_sycall to exit()
src/dcload.c
Nominally implement packed-colour (w/ or w/o texture) mode
src/pvr2/render.c
Add an fwrite_dump() method to do a binary block dump
src/util.c
Fix TRAPA to actually work (and correspond to the documentation)
src/sh4/sh4core.c
Implement timer interrupt clearing (kinda useful)
src/sh4/timer.c
Fix intc_clear_interrupt being able to signal a new interrupt even if
interrupts are blocked (oops)
src/sh4/intc.c
.