Run the FINISH either side of the VCALL's as we have no control over it past here.
| 13 | |
| 14 | //Run the FINISH either side of the VCALL's as we have no control over it past here. |
| 15 | void VCALLMS() |
| 16 | { |
| 17 | _vu0FinishMicro(); |
| 18 | vu0ExecMicro(((cpuRegs.code >> 6) & 0x7FFF)); |
| 19 | //vif0Regs.stat.VEW = false; |
| 20 | } |
| 21 | |
| 22 | void VCALLMSR() |
| 23 | { |
nothing calls this directly
no test coverage detected