Hi everyone,
Is this interrupt handler correct for the v9990 ?
It would be called on the H_KEYI hook.
IEH and IEV are set up in R#9, and the HBLANK line is specified in R#10 and R#11.
; VBLANK or HBLANK ? in a,(v9990.interrupt) bit 0,a jp nz,.vblank bit 1,a jp nz,.hblank ret .vblank push af call handles_vblank pop af out (v9990.interrupt),a ; resets flag ret .hblank push af call handles_hblank pop af out (v9990.interrupt),a ; resets flag ret
Для того, чтобы оставить комментарий, необходимо регистрация или !login