1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
|
.include "MPlayDef.s"
.equ mus_me_shinka_grp, voicegroup_867B3A4
.equ mus_me_shinka_pri, 0
.equ mus_me_shinka_rev, reverb_set+50
.equ mus_me_shinka_mvl, 127
.equ mus_me_shinka_key, 0
.equ mus_me_shinka_tbs, 1
.equ mus_me_shinka_exg, 0
.equ mus_me_shinka_cmp, 1
.section .rodata
.global mus_me_shinka
.align 2
@********************** Track 1 **********************@
mus_me_shinka_1:
.byte KEYSH , mus_me_shinka_key+0
.byte TEMPO , 120*mus_me_shinka_tbs/2
.byte VOICE , 47
.byte VOL , 80*mus_me_shinka_mvl/mxv
.byte PAN , c_v-8
.byte N24 , Dn2 , v127
.byte W48
.byte FINE
@********************** Track 2 **********************@
mus_me_shinka_2:
.byte KEYSH , mus_me_shinka_key+0
.byte VOICE , 80
.byte VOL , 80*mus_me_shinka_mvl/mxv
.byte XCMD , xIECV , 8
.byte xIECL , 8
.byte PAN , c_v+0
.byte N06 , Gn4 , v080
.byte W06
.byte Dn4
.byte W06
.byte Gn4
.byte W06
.byte Dn4
.byte W30
.byte FINE
@********************** Track 3 **********************@
mus_me_shinka_3:
.byte KEYSH , mus_me_shinka_key+0
.byte VOICE , 82
.byte XCMD , xIECV , 8
.byte xIECL , 8
.byte VOL , 80*mus_me_shinka_mvl/mxv
.byte BEND , c_v+2
.byte W06
.byte N06 , Gn4 , v032
.byte W06
.byte Dn4
.byte W06
.byte Gn4
.byte W06
.byte Dn4
.byte W24
.byte FINE
@********************** Track 4 **********************@
mus_me_shinka_4:
.byte KEYSH , mus_me_shinka_key+0
.byte VOICE , 0
.byte VOL , 80*mus_me_shinka_mvl/mxv
.byte PAN , c_v+23
.byte N48 , Bn2 , v100
.byte W48
.byte FINE
@******************************************************@
.align 2
mus_me_shinka:
.byte 4 @ NumTrks
.byte 0 @ NumBlks
.byte mus_me_shinka_pri @ Priority
.byte mus_me_shinka_rev @ Reverb.
.word mus_me_shinka_grp
.word mus_me_shinka_1
.word mus_me_shinka_2
.word mus_me_shinka_3
.word mus_me_shinka_4
.end
|