thug/Code/Gfx/NGPS/NX/vu1/newvu1code.dsm

28 lines
368 B
Plaintext
Raw Permalink Normal View History

2016-02-13 21:39:12 +00:00
.global NewMPGStart
.global NewMPGEnd
.include "defs.vsm"
; align to a 2^7=128 byte boundary for faster dma transfer
.align 7
NewMPGStart:
.DmaData ParticleVU1CodeStart
MPG 0, *
.include "jumptab.vsm"
.include "main.vsm"
.include "particle.vsm"
;.include "billboard.vsm"
.EndMPG
.EndDmaData
NewMPGEnd:
; force rebuild