vifterpreter 0.1.0

An interpreter for PS2 DMA Packets that will be sent to the VIF1
Documentation
1
2
3
4
5
6
7
8
9
10
mod dma_packet;
mod dma_tag;
mod vif_code;

pub use dma_packet::DmaPacket;
pub use dma_tag::DmaTag;
pub use dma_tag::DmaTagId;
pub use dma_tag::EffectiveDmaTag;
pub use dma_tag::PriorityControl;
pub use vif_code::VifCode;