home *** CD-ROM | disk | FTP | other *** search
- .......
- ...........
-
- A: bra mt_init
- bra mt_music
- bra mt_end
-
- mt_init LEA mt_data(PC),A0
- LEA mt_SongDataPtr(PC),A1
- MOVE.L A0,(A1)
- MOVE.L A0,A1
- LEA 952(A1),A1
- MOVEQ #127,D0
- MOVEQ #0,D1
- mtloop MOVE.L D1,D2
- SUBQ.W #1,D0
- mtloop2 MOVE.B (A1)+,D1
- CMP.B D2,D1
- BGT.S mtloop
- DBRA D0,mtloop2
- ADDQ.B #1,D2
- .............
- .............etc...
-
- mt_Data:incbin df0:mod.decktune
- B:
-
- You can use this source for change the tune of DeckCopyV1.0..
-
- Just type your module name on mt_data label. (example mod.mytune) And just
- Assemble the source and type these:
-
- wb df0:mod.decktune
-