![]() |
![]() |
![]() |
![]() |
![]() |
Make "Slave of the VU" work.
Posted on 2006-02-26 00:00:00 |
Implemented the VIF commands used by the first VIF packet. It loads a bunch of vectors using the UNPACK command and loads a microprogram using the MPG commmand.
The next VIF packet uses the MSCAL command which is supposed to start the microprogram execution, so I decided to start implementing the classes necessary for the VU1 execution. Most of the basic classes structure is done now, and I've started to fill the reflection tables so I can generate a disassembly of what's into the microprogram memory. I'll be continuing this tomorrow. |