1*4882a593Smuzhiyun /*
2*4882a593Smuzhiyun * Information about the Yamaha YRW801 wavetable ROM chip
3*4882a593Smuzhiyun *
4*4882a593Smuzhiyun * Copyright (c) 2003 by Clemens Ladisch <clemens@ladisch.de>
5*4882a593Smuzhiyun * All rights reserved.
6*4882a593Smuzhiyun *
7*4882a593Smuzhiyun * Redistribution and use in source and binary forms, with or without
8*4882a593Smuzhiyun * modification, are permitted provided that the following conditions
9*4882a593Smuzhiyun * are met:
10*4882a593Smuzhiyun * 1. Redistributions of source code must retain the above copyright
11*4882a593Smuzhiyun * notice, this list of conditions, and the following disclaimer,
12*4882a593Smuzhiyun * without modification.
13*4882a593Smuzhiyun * 2. The name of the author may not be used to endorse or promote products
14*4882a593Smuzhiyun * derived from this software without specific prior written permission.
15*4882a593Smuzhiyun *
16*4882a593Smuzhiyun * Alternatively, this software may be distributed and/or modified under the
17*4882a593Smuzhiyun * terms of the GNU General Public License as published by the Free Software
18*4882a593Smuzhiyun * Foundation; either version 2 of the License, or (at your option) any later
19*4882a593Smuzhiyun * version.
20*4882a593Smuzhiyun *
21*4882a593Smuzhiyun * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
22*4882a593Smuzhiyun * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
23*4882a593Smuzhiyun * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
24*4882a593Smuzhiyun * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE FOR
25*4882a593Smuzhiyun * ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
26*4882a593Smuzhiyun * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
27*4882a593Smuzhiyun * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
28*4882a593Smuzhiyun * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
29*4882a593Smuzhiyun * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
30*4882a593Smuzhiyun * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
31*4882a593Smuzhiyun * SUCH DAMAGE.
32*4882a593Smuzhiyun */
33*4882a593Smuzhiyun
34*4882a593Smuzhiyun #include "opl4_local.h"
35*4882a593Smuzhiyun
snd_yrw801_detect(struct snd_opl4 * opl4)36*4882a593Smuzhiyun int snd_yrw801_detect(struct snd_opl4 *opl4)
37*4882a593Smuzhiyun {
38*4882a593Smuzhiyun char buf[15];
39*4882a593Smuzhiyun
40*4882a593Smuzhiyun snd_opl4_read_memory(opl4, buf, 0x001200, 15);
41*4882a593Smuzhiyun if (memcmp(buf, "CopyrightYAMAHA", 15))
42*4882a593Smuzhiyun return -ENODEV;
43*4882a593Smuzhiyun snd_opl4_read_memory(opl4, buf, 0x1ffffe, 2);
44*4882a593Smuzhiyun if (buf[0] != 0x01)
45*4882a593Smuzhiyun return -ENODEV;
46*4882a593Smuzhiyun snd_printdd("YRW801 ROM version %02x.%02x\n", buf[0], buf[1]);
47*4882a593Smuzhiyun return 0;
48*4882a593Smuzhiyun }
49*4882a593Smuzhiyun
50*4882a593Smuzhiyun /*
51*4882a593Smuzhiyun * The instrument definitions are stored statically because, in practice, the
52*4882a593Smuzhiyun * OPL4 is always coupled with a YRW801. Dynamic instrument loading would be
53*4882a593Smuzhiyun * required if downloading sample data to external SRAM was actually supported
54*4882a593Smuzhiyun * by this driver.
55*4882a593Smuzhiyun */
56*4882a593Smuzhiyun
57*4882a593Smuzhiyun static const struct opl4_region regions_00[] = { /* Acoustic Grand Piano */
58*4882a593Smuzhiyun {0x14, 0x27, {0x12c,7474,100, 0,0,0x00,0xc8,0x20,0xf2,0x13,0x08,0x0}},
59*4882a593Smuzhiyun {0x28, 0x2d, {0x12d,6816,100, 0,0,0x00,0xc8,0x20,0xf2,0x14,0x08,0x0}},
60*4882a593Smuzhiyun {0x2e, 0x33, {0x12e,5899,100, 0,0,0x00,0xc8,0x20,0xf2,0x14,0x08,0x0}},
61*4882a593Smuzhiyun {0x34, 0x39, {0x12f,5290,100, 0,0,0x00,0xc8,0x20,0xf2,0x14,0x08,0x0}},
62*4882a593Smuzhiyun {0x3a, 0x3f, {0x130,4260,100, 0,0,0x0a,0xc8,0x20,0xf2,0x14,0x08,0x0}},
63*4882a593Smuzhiyun {0x40, 0x45, {0x131,3625,100, 0,0,0x0a,0xc8,0x20,0xf2,0x14,0x08,0x0}},
64*4882a593Smuzhiyun {0x46, 0x4b, {0x132,3116,100, 0,0,0x04,0xc8,0x20,0xf2,0x14,0x08,0x0}},
65*4882a593Smuzhiyun {0x4c, 0x52, {0x133,2081,100, 0,0,0x03,0xc8,0x20,0xf2,0x14,0x18,0x0}},
66*4882a593Smuzhiyun {0x53, 0x58, {0x134,1444,100, 0,0,0x07,0xc8,0x20,0xf3,0x14,0x18,0x0}},
67*4882a593Smuzhiyun {0x59, 0x6d, {0x135,1915,100, 0,0,0x00,0xc8,0x20,0xf4,0x15,0x08,0x0}}
68*4882a593Smuzhiyun };
69*4882a593Smuzhiyun static const struct opl4_region regions_01[] = { /* Bright Acoustic Piano */
70*4882a593Smuzhiyun {0x14, 0x2d, {0x12c,7474,100, 0,0,0x00,0xc8,0x20,0xf2,0x13,0x08,0x0}},
71*4882a593Smuzhiyun {0x2e, 0x33, {0x12d,6816,100, 0,0,0x00,0xc8,0x20,0xf2,0x14,0x08,0x0}},
72*4882a593Smuzhiyun {0x34, 0x39, {0x12e,5899,100, 0,0,0x00,0xc8,0x20,0xf2,0x14,0x08,0x0}},
73*4882a593Smuzhiyun {0x3a, 0x3f, {0x12f,5290,100, 0,0,0x00,0xc8,0x20,0xf2,0x14,0x08,0x0}},
74*4882a593Smuzhiyun {0x40, 0x45, {0x130,4260,100, 0,0,0x0a,0xc8,0x20,0xf2,0x14,0x08,0x0}},
75*4882a593Smuzhiyun {0x46, 0x4b, {0x131,3625,100, 0,0,0x0a,0xc8,0x20,0xf2,0x14,0x08,0x0}},
76*4882a593Smuzhiyun {0x4c, 0x52, {0x132,3116,100, 0,0,0x04,0xc8,0x20,0xf2,0x14,0x08,0x0}},
77*4882a593Smuzhiyun {0x53, 0x58, {0x133,2081,100, 0,0,0x07,0xc8,0x20,0xf2,0x14,0x18,0x0}},
78*4882a593Smuzhiyun {0x59, 0x5e, {0x134,1444,100, 0,0,0x0a,0xc8,0x20,0xf3,0x14,0x18,0x0}},
79*4882a593Smuzhiyun {0x5f, 0x6d, {0x135,1915,100, 0,0,0x00,0xc8,0x20,0xf4,0x15,0x08,0x0}}
80*4882a593Smuzhiyun };
81*4882a593Smuzhiyun static const struct opl4_region regions_02[] = { /* Electric Grand Piano */
82*4882a593Smuzhiyun {0x14, 0x2d, {0x12c,7476,100, 1,0,0x00,0xae,0x20,0xf2,0x13,0x07,0x0}},
83*4882a593Smuzhiyun {0x2e, 0x33, {0x12d,6818,100, 1,0,0x00,0xae,0x20,0xf2,0x14,0x07,0x0}},
84*4882a593Smuzhiyun {0x34, 0x39, {0x12e,5901,100, 1,0,0x00,0xae,0x20,0xf2,0x14,0x07,0x0}},
85*4882a593Smuzhiyun {0x3a, 0x3f, {0x12f,5292,100, 1,0,0x00,0xae,0x20,0xf2,0x14,0x07,0x0}},
86*4882a593Smuzhiyun {0x40, 0x45, {0x130,4262,100, 1,0,0x00,0xae,0x20,0xf2,0x14,0x07,0x0}},
87*4882a593Smuzhiyun {0x46, 0x4b, {0x131,3627,100, 1,0,0x00,0xae,0x20,0xf2,0x14,0x07,0x0}},
88*4882a593Smuzhiyun {0x4c, 0x52, {0x132,3118,100, 1,0,0x00,0xae,0x20,0xf2,0x14,0x07,0x0}},
89*4882a593Smuzhiyun {0x53, 0x58, {0x133,2083,100, 1,0,0x00,0xae,0x20,0xf2,0x14,0x17,0x0}},
90*4882a593Smuzhiyun {0x59, 0x5e, {0x134,1446,100, 1,0,0x00,0xae,0x20,0xf3,0x14,0x17,0x0}},
91*4882a593Smuzhiyun {0x5f, 0x6d, {0x135,1917,100, 1,0,0x00,0xae,0x20,0xf4,0x15,0x07,0x0}},
92*4882a593Smuzhiyun {0x00, 0x7f, {0x06c,6375,100,-1,0,0x00,0xc2,0x28,0xf4,0x23,0x18,0x0}}
93*4882a593Smuzhiyun };
94*4882a593Smuzhiyun static const struct opl4_region regions_03[] = { /* Honky-Tonk Piano */
95*4882a593Smuzhiyun {0x14, 0x27, {0x12c,7474,100, 0,0,0x00,0xb4,0x20,0xf2,0x13,0x08,0x0}},
96*4882a593Smuzhiyun {0x28, 0x2d, {0x12d,6816,100, 0,0,0x00,0xb4,0x20,0xf2,0x14,0x08,0x0}},
97*4882a593Smuzhiyun {0x2e, 0x33, {0x12e,5899,100, 0,0,0x00,0xb4,0x20,0xf2,0x14,0x08,0x0}},
98*4882a593Smuzhiyun {0x34, 0x39, {0x12f,5290,100, 0,0,0x00,0xb4,0x20,0xf2,0x14,0x08,0x0}},
99*4882a593Smuzhiyun {0x3a, 0x3f, {0x130,4260,100, 0,0,0x0a,0xb4,0x20,0xf2,0x14,0x08,0x0}},
100*4882a593Smuzhiyun {0x40, 0x45, {0x131,3625,100, 0,0,0x0a,0xb4,0x20,0xf2,0x14,0x08,0x0}},
101*4882a593Smuzhiyun {0x46, 0x4b, {0x132,3116,100, 0,0,0x04,0xb4,0x20,0xf2,0x14,0x08,0x0}},
102*4882a593Smuzhiyun {0x4c, 0x52, {0x133,2081,100, 0,0,0x03,0xb4,0x20,0xf2,0x14,0x18,0x0}},
103*4882a593Smuzhiyun {0x53, 0x58, {0x134,1444,100, 0,0,0x07,0xb4,0x20,0xf3,0x14,0x18,0x0}},
104*4882a593Smuzhiyun {0x59, 0x6d, {0x135,1915,100, 0,0,0x00,0xb4,0x20,0xf4,0x15,0x08,0x0}},
105*4882a593Smuzhiyun {0x14, 0x27, {0x12c,7486,100, 0,0,0x00,0xb4,0x20,0xf2,0x13,0x08,0x0}},
106*4882a593Smuzhiyun {0x28, 0x2d, {0x12d,6803,100, 0,0,0x00,0xb4,0x20,0xf2,0x14,0x08,0x0}},
107*4882a593Smuzhiyun {0x2e, 0x33, {0x12e,5912,100, 0,0,0x00,0xb4,0x20,0xf2,0x14,0x08,0x0}},
108*4882a593Smuzhiyun {0x34, 0x39, {0x12f,5275,100, 0,0,0x00,0xb4,0x20,0xf2,0x14,0x08,0x0}},
109*4882a593Smuzhiyun {0x3a, 0x3f, {0x130,4274,100, 0,0,0x0a,0xb4,0x20,0xf2,0x14,0x08,0x0}},
110*4882a593Smuzhiyun {0x40, 0x45, {0x131,3611,100, 0,0,0x0a,0xb4,0x20,0xf2,0x14,0x08,0x0}},
111*4882a593Smuzhiyun {0x46, 0x4b, {0x132,3129,100, 0,0,0x04,0xb4,0x20,0xf2,0x14,0x08,0x0}},
112*4882a593Smuzhiyun {0x4c, 0x52, {0x133,2074,100, 0,0,0x07,0xb4,0x20,0xf2,0x14,0x18,0x0}},
113*4882a593Smuzhiyun {0x53, 0x58, {0x134,1457,100, 0,0,0x01,0xb4,0x20,0xf3,0x14,0x18,0x0}},
114*4882a593Smuzhiyun {0x59, 0x6d, {0x135,1903,100, 0,0,0x00,0xb4,0x20,0xf4,0x15,0x08,0x0}}
115*4882a593Smuzhiyun };
116*4882a593Smuzhiyun static const struct opl4_region regions_04[] = { /* Electric Piano 1 */
117*4882a593Smuzhiyun {0x15, 0x6c, {0x00b,6570,100, 0,0,0x00,0x28,0x38,0xf0,0x00,0x0c,0x0}},
118*4882a593Smuzhiyun {0x00, 0x7f, {0x06c,6375,100, 0,2,0x00,0xb0,0x22,0xf4,0x23,0x19,0x0}}
119*4882a593Smuzhiyun };
120*4882a593Smuzhiyun static const struct opl4_region regions_05[] = { /* Electric Piano 2 */
121*4882a593Smuzhiyun {0x14, 0x27, {0x12c,7476,100, 0,3,0x00,0xa2,0x1b,0xf2,0x13,0x08,0x0}},
122*4882a593Smuzhiyun {0x28, 0x2d, {0x12d,6818,100, 0,3,0x00,0xa2,0x1b,0xf2,0x14,0x08,0x0}},
123*4882a593Smuzhiyun {0x2e, 0x33, {0x12e,5901,100, 0,3,0x00,0xa2,0x1b,0xf2,0x14,0x08,0x0}},
124*4882a593Smuzhiyun {0x34, 0x39, {0x12f,5292,100, 0,3,0x00,0xa2,0x1b,0xf2,0x14,0x08,0x0}},
125*4882a593Smuzhiyun {0x3a, 0x3f, {0x130,4262,100, 0,3,0x0a,0xa2,0x1b,0xf2,0x14,0x08,0x0}},
126*4882a593Smuzhiyun {0x40, 0x45, {0x131,3627,100, 0,3,0x0a,0xa2,0x1b,0xf2,0x14,0x08,0x0}},
127*4882a593Smuzhiyun {0x46, 0x4b, {0x132,3118,100, 0,3,0x04,0xa2,0x1b,0xf2,0x14,0x08,0x0}},
128*4882a593Smuzhiyun {0x4c, 0x52, {0x133,2083,100, 0,3,0x03,0xa2,0x1b,0xf2,0x14,0x18,0x0}},
129*4882a593Smuzhiyun {0x53, 0x58, {0x134,1446,100, 0,3,0x07,0xa2,0x1b,0xf3,0x14,0x18,0x0}},
130*4882a593Smuzhiyun {0x59, 0x6d, {0x135,1917,100, 0,3,0x00,0xa2,0x1b,0xf4,0x15,0x08,0x0}},
131*4882a593Smuzhiyun {0x14, 0x2d, {0x12c,7472,100, 0,0,0x00,0xa2,0x18,0xf2,0x13,0x08,0x0}},
132*4882a593Smuzhiyun {0x2e, 0x33, {0x12d,6814,100, 0,0,0x00,0xa2,0x18,0xf2,0x14,0x08,0x0}},
133*4882a593Smuzhiyun {0x34, 0x39, {0x12e,5897,100, 0,0,0x00,0xa2,0x18,0xf2,0x14,0x08,0x0}},
134*4882a593Smuzhiyun {0x3a, 0x3f, {0x12f,5288,100, 0,0,0x00,0xa2,0x18,0xf2,0x14,0x08,0x0}},
135*4882a593Smuzhiyun {0x40, 0x45, {0x130,4258,100, 0,0,0x0a,0xa2,0x18,0xf2,0x14,0x08,0x0}},
136*4882a593Smuzhiyun {0x46, 0x4b, {0x131,3623,100, 0,0,0x0a,0xa2,0x18,0xf2,0x14,0x08,0x0}},
137*4882a593Smuzhiyun {0x4c, 0x52, {0x132,3114,100, 0,0,0x04,0xa2,0x18,0xf2,0x14,0x08,0x0}},
138*4882a593Smuzhiyun {0x53, 0x58, {0x133,2079,100, 0,0,0x07,0xa2,0x18,0xf2,0x14,0x18,0x0}},
139*4882a593Smuzhiyun {0x59, 0x5e, {0x134,1442,100, 0,0,0x0a,0xa2,0x18,0xf3,0x14,0x18,0x0}},
140*4882a593Smuzhiyun {0x5f, 0x6d, {0x135,1913,100, 0,0,0x00,0xa2,0x18,0xf4,0x15,0x08,0x0}}
141*4882a593Smuzhiyun };
142*4882a593Smuzhiyun static const struct opl4_region regions_06[] = { /* Harpsichord */
143*4882a593Smuzhiyun {0x15, 0x39, {0x080,5158,100, 0,0,0x00,0xb2,0x20,0xf5,0x24,0x19,0x0}},
144*4882a593Smuzhiyun {0x3a, 0x3f, {0x081,4408,100, 0,0,0x00,0xb2,0x20,0xf5,0x25,0x09,0x0}},
145*4882a593Smuzhiyun {0x40, 0x45, {0x082,3622,100, 0,0,0x00,0xb2,0x20,0xf5,0x25,0x09,0x0}},
146*4882a593Smuzhiyun {0x46, 0x4d, {0x083,2843,100, 0,0,0x00,0xb2,0x20,0xf5,0x25,0x19,0x0}},
147*4882a593Smuzhiyun {0x4e, 0x6c, {0x084,1307,100, 0,0,0x00,0xb2,0x20,0xf5,0x25,0x29,0x0}}
148*4882a593Smuzhiyun };
149*4882a593Smuzhiyun static const struct opl4_region regions_07[] = { /* Clavinet */
150*4882a593Smuzhiyun {0x15, 0x51, {0x027,5009,100, 0,0,0x00,0xd2,0x28,0xf5,0x13,0x2b,0x0}},
151*4882a593Smuzhiyun {0x52, 0x6c, {0x028,3495,100, 0,0,0x00,0xd2,0x28,0xf5,0x13,0x3b,0x0}}
152*4882a593Smuzhiyun };
153*4882a593Smuzhiyun static const struct opl4_region regions_08[] = { /* Celesta */
154*4882a593Smuzhiyun {0x15, 0x6c, {0x02b,3267,100, 0,0,0x00,0xdc,0x20,0xf4,0x15,0x07,0x3}}
155*4882a593Smuzhiyun };
156*4882a593Smuzhiyun static const struct opl4_region regions_09[] = { /* Glockenspiel */
157*4882a593Smuzhiyun {0x15, 0x78, {0x0f3, 285,100, 0,0,0x00,0xc2,0x28,0xf6,0x25,0x25,0x0}}
158*4882a593Smuzhiyun };
159*4882a593Smuzhiyun static const struct opl4_region regions_0a[] = { /* Music Box */
160*4882a593Smuzhiyun {0x15, 0x6c, {0x0f3,3362,100, 0,0,0x00,0xb6,0x20,0xa6,0x25,0x25,0x0}},
161*4882a593Smuzhiyun {0x15, 0x6c, {0x101,4773,100, 0,0,0x00,0xaa,0x20,0xd4,0x14,0x16,0x0}}
162*4882a593Smuzhiyun };
163*4882a593Smuzhiyun static const struct opl4_region regions_0b[] = { /* Vibraphone */
164*4882a593Smuzhiyun {0x15, 0x6c, {0x101,4778,100, 0,0,0x00,0xc0,0x28,0xf4,0x14,0x16,0x4}}
165*4882a593Smuzhiyun };
166*4882a593Smuzhiyun static const struct opl4_region regions_0c[] = { /* Marimba */
167*4882a593Smuzhiyun {0x15, 0x3f, {0x0f4,4778,100, 0,0,0x00,0xc4,0x38,0xf7,0x47,0x08,0x0}},
168*4882a593Smuzhiyun {0x40, 0x4c, {0x0f5,3217,100, 0,0,0x00,0xc4,0x38,0xf7,0x47,0x08,0x0}},
169*4882a593Smuzhiyun {0x4d, 0x5a, {0x0f5,3217,100, 0,0,0x00,0xc4,0x38,0xf7,0x48,0x08,0x0}},
170*4882a593Smuzhiyun {0x5b, 0x7f, {0x0f5,3218,100, 0,0,0x00,0xc4,0x38,0xf7,0x48,0x18,0x0}}
171*4882a593Smuzhiyun };
172*4882a593Smuzhiyun static const struct opl4_region regions_0d[] = { /* Xylophone */
173*4882a593Smuzhiyun {0x00, 0x7f, {0x136,1729,100, 0,0,0x00,0xd2,0x38,0xf0,0x06,0x36,0x0}}
174*4882a593Smuzhiyun };
175*4882a593Smuzhiyun static const struct opl4_region regions_0e[] = { /* Tubular Bell */
176*4882a593Smuzhiyun {0x01, 0x7f, {0x0ff,3999,100, 0,1,0x00,0x90,0x21,0xf4,0xa3,0x25,0x1}}
177*4882a593Smuzhiyun };
178*4882a593Smuzhiyun static const struct opl4_region regions_0f[] = { /* Dulcimer */
179*4882a593Smuzhiyun {0x00, 0x7f, {0x03f,4236,100, 0,1,0x00,0xbc,0x29,0xf5,0x16,0x07,0x0}},
180*4882a593Smuzhiyun {0x00, 0x7f, {0x040,4236,100, 0,2,0x0e,0x94,0x2a,0xf5,0x16,0x07,0x0}}
181*4882a593Smuzhiyun };
182*4882a593Smuzhiyun static const struct opl4_region regions_10[] = { /* Drawbar Organ */
183*4882a593Smuzhiyun {0x01, 0x7f, {0x08e,4394,100, 0,2,0x14,0xc2,0x3a,0xf0,0x00,0x0a,0x0}}
184*4882a593Smuzhiyun };
185*4882a593Smuzhiyun static const struct opl4_region regions_11[] = { /* Percussive Organ */
186*4882a593Smuzhiyun {0x15, 0x3b, {0x08c,6062,100, 0,3,0x00,0xbe,0x3b,0xf0,0x00,0x09,0x0}},
187*4882a593Smuzhiyun {0x3c, 0x6c, {0x08d,2984,100, 0,3,0x00,0xbe,0x3b,0xf0,0x00,0x09,0x0}}
188*4882a593Smuzhiyun };
189*4882a593Smuzhiyun static const struct opl4_region regions_12[] = { /* Rock Organ */
190*4882a593Smuzhiyun {0x15, 0x30, {0x128,6574,100, 0,1,0x00,0xcc,0x39,0xf0,0x00,0x0a,0x0}},
191*4882a593Smuzhiyun {0x31, 0x3c, {0x129,5040,100, 0,1,0x00,0xcc,0x39,0xf0,0x00,0x0a,0x0}},
192*4882a593Smuzhiyun {0x3d, 0x48, {0x12a,3498,100, 0,1,0x00,0xcc,0x39,0xf0,0x00,0x0a,0x0}},
193*4882a593Smuzhiyun {0x49, 0x54, {0x12b,1957,100, 0,1,0x00,0xcc,0x39,0xf0,0x00,0x0a,0x0}},
194*4882a593Smuzhiyun {0x55, 0x6c, {0x127, 423,100, 0,1,0x00,0xcc,0x39,0xf0,0x00,0x0a,0x0}}
195*4882a593Smuzhiyun };
196*4882a593Smuzhiyun static const struct opl4_region regions_13[] = { /* Church Organ */
197*4882a593Smuzhiyun {0x15, 0x29, {0x087,7466,100, 0,1,0x00,0xc4,0x11,0xf0,0x00,0x09,0x0}},
198*4882a593Smuzhiyun {0x2a, 0x30, {0x088,6456,100, 0,1,0x00,0xc4,0x11,0xf0,0x00,0x09,0x0}},
199*4882a593Smuzhiyun {0x31, 0x38, {0x089,5428,100, 0,1,0x00,0xc4,0x11,0xf0,0x00,0x09,0x0}},
200*4882a593Smuzhiyun {0x39, 0x41, {0x08a,4408,100, 0,1,0x00,0xc4,0x11,0xf0,0x00,0x09,0x0}},
201*4882a593Smuzhiyun {0x42, 0x6c, {0x08b,3406,100, 0,1,0x00,0xc4,0x11,0xf0,0x00,0x09,0x0}}
202*4882a593Smuzhiyun };
203*4882a593Smuzhiyun static const struct opl4_region regions_14[] = { /* Reed Organ */
204*4882a593Smuzhiyun {0x00, 0x53, {0x0ac,5570,100, 0,0,0x06,0xc0,0x38,0xf0,0x00,0x09,0x1}},
205*4882a593Smuzhiyun {0x54, 0x7f, {0x0ad,2497,100, 0,0,0x00,0xc0,0x38,0xf0,0x00,0x09,0x1}}
206*4882a593Smuzhiyun };
207*4882a593Smuzhiyun static const struct opl4_region regions_15[] = { /* Accordion */
208*4882a593Smuzhiyun {0x15, 0x4c, {0x006,4261,100, 0,2,0x00,0xa4,0x22,0x90,0x00,0x09,0x0}},
209*4882a593Smuzhiyun {0x4d, 0x6c, {0x007,1530,100, 0,2,0x00,0xa4,0x22,0x90,0x00,0x09,0x0}},
210*4882a593Smuzhiyun {0x15, 0x6c, {0x070,4391,100, 0,3,0x00,0x8a,0x23,0xa0,0x00,0x09,0x0}}
211*4882a593Smuzhiyun };
212*4882a593Smuzhiyun static const struct opl4_region regions_16[] = { /* Harmonica */
213*4882a593Smuzhiyun {0x15, 0x6c, {0x070,4408,100, 0,0,0x00,0xae,0x30,0xa0,0x00,0x09,0x2}}
214*4882a593Smuzhiyun };
215*4882a593Smuzhiyun static const struct opl4_region regions_17[] = { /* Tango Accordion */
216*4882a593Smuzhiyun {0x00, 0x53, {0x0ac,5573,100, 0,0,0x00,0xae,0x38,0xf0,0x00,0x09,0x0}},
217*4882a593Smuzhiyun {0x54, 0x7f, {0x0ad,2500,100, 0,0,0x00,0xae,0x38,0xf0,0x00,0x09,0x0}},
218*4882a593Smuzhiyun {0x15, 0x6c, {0x041,8479,100, 0,2,0x00,0x6a,0x3a,0x75,0x20,0x0a,0x0}}
219*4882a593Smuzhiyun };
220*4882a593Smuzhiyun static const struct opl4_region regions_18[] = { /* Nylon Guitar */
221*4882a593Smuzhiyun {0x15, 0x2f, {0x0b3,6964,100, 0,0,0x05,0xca,0x28,0xf5,0x34,0x09,0x0}},
222*4882a593Smuzhiyun {0x30, 0x36, {0x0b7,5567,100, 0,0,0x0c,0xca,0x28,0xf5,0x34,0x09,0x0}},
223*4882a593Smuzhiyun {0x37, 0x3c, {0x0b5,4653,100, 0,0,0x00,0xca,0x28,0xf6,0x34,0x09,0x0}},
224*4882a593Smuzhiyun {0x3d, 0x43, {0x0b4,3892,100, 0,0,0x00,0xca,0x28,0xf6,0x35,0x09,0x0}},
225*4882a593Smuzhiyun {0x44, 0x60, {0x0b6,2723,100, 0,0,0x00,0xca,0x28,0xf6,0x35,0x19,0x0}}
226*4882a593Smuzhiyun };
227*4882a593Smuzhiyun static const struct opl4_region regions_19[] = { /* Steel Guitar */
228*4882a593Smuzhiyun {0x15, 0x31, {0x00c,6937,100, 0,0,0x00,0xbc,0x28,0xf0,0x04,0x19,0x0}},
229*4882a593Smuzhiyun {0x32, 0x38, {0x00d,5410,100, 0,0,0x00,0xbc,0x28,0xf0,0x05,0x09,0x0}},
230*4882a593Smuzhiyun {0x39, 0x47, {0x00e,4379,100, 0,0,0x00,0xbc,0x28,0xf5,0x94,0x09,0x0}},
231*4882a593Smuzhiyun {0x48, 0x6c, {0x00f,2843,100, 0,0,0x00,0xbc,0x28,0xf6,0x95,0x09,0x0}}
232*4882a593Smuzhiyun };
233*4882a593Smuzhiyun static const struct opl4_region regions_1a[] = { /* Jazz Guitar */
234*4882a593Smuzhiyun {0x15, 0x31, {0x05a,6832,100, 0,0,0x00,0xca,0x28,0xf6,0x34,0x09,0x0}},
235*4882a593Smuzhiyun {0x32, 0x3f, {0x05b,4897,100, 0,0,0x00,0xca,0x28,0xf6,0x34,0x09,0x0}},
236*4882a593Smuzhiyun {0x40, 0x6c, {0x05c,3218,100, 0,0,0x00,0xca,0x28,0xf6,0x34,0x09,0x0}}
237*4882a593Smuzhiyun };
238*4882a593Smuzhiyun static const struct opl4_region regions_1b[] = { /* Clean Guitar */
239*4882a593Smuzhiyun {0x15, 0x2c, {0x061,7053,100, 0,1,0x00,0xb4,0x29,0xf5,0x54,0x0a,0x0}},
240*4882a593Smuzhiyun {0x2d, 0x31, {0x060,6434,100, 0,1,0x00,0xb4,0x29,0xf5,0x54,0x0a,0x0}},
241*4882a593Smuzhiyun {0x32, 0x38, {0x063,5764,100, 0,1,0x00,0xbe,0x29,0xf5,0x55,0x0a,0x0}},
242*4882a593Smuzhiyun {0x39, 0x3f, {0x062,4627,100, 0,1,0x00,0xb4,0x29,0xf5,0x55,0x0a,0x0}},
243*4882a593Smuzhiyun {0x40, 0x44, {0x065,3963,100, 0,1,0x00,0xb4,0x29,0xf5,0x55,0x1a,0x0}},
244*4882a593Smuzhiyun {0x45, 0x4b, {0x064,3313,100, 0,1,0x00,0xb4,0x29,0xf5,0x55,0x1a,0x0}},
245*4882a593Smuzhiyun {0x4c, 0x54, {0x066,2462,100, 0,1,0x00,0xb4,0x29,0xf5,0x55,0x2a,0x0}},
246*4882a593Smuzhiyun {0x55, 0x6c, {0x067,1307,100, 0,1,0x00,0xb4,0x29,0xf6,0x56,0x0a,0x0}}
247*4882a593Smuzhiyun };
248*4882a593Smuzhiyun static const struct opl4_region regions_1c[] = { /* Muted Guitar */
249*4882a593Smuzhiyun {0x01, 0x7f, {0x068,4408,100, 0,0,0x00,0xcc,0x28,0xf6,0x15,0x09,0x0}}
250*4882a593Smuzhiyun };
251*4882a593Smuzhiyun static const struct opl4_region regions_1d[] = { /* Overdriven Guitar */
252*4882a593Smuzhiyun {0x00, 0x40, {0x0a5,6589,100, 0,1,0x00,0xc0,0x29,0xf2,0x11,0x09,0x0}},
253*4882a593Smuzhiyun {0x41, 0x7f, {0x0a6,5428,100, 0,1,0x00,0xc0,0x29,0xf2,0x11,0x09,0x0}}
254*4882a593Smuzhiyun };
255*4882a593Smuzhiyun static const struct opl4_region regions_1e[] = { /* Distortion Guitar */
256*4882a593Smuzhiyun {0x15, 0x2a, {0x051,6928,100, 0,1,0x00,0xbc,0x21,0xa2,0x12,0x0a,0x0}},
257*4882a593Smuzhiyun {0x2b, 0x2e, {0x052,6433,100, 0,1,0x00,0xbc,0x21,0xa2,0x12,0x0a,0x0}},
258*4882a593Smuzhiyun {0x2f, 0x32, {0x053,5944,100, 0,1,0x00,0xbc,0x21,0xa2,0x12,0x0a,0x0}},
259*4882a593Smuzhiyun {0x33, 0x36, {0x054,5391,100, 0,1,0x00,0xbc,0x21,0xa2,0x12,0x0a,0x0}},
260*4882a593Smuzhiyun {0x37, 0x3a, {0x055,4897,100, 0,1,0x00,0xbc,0x21,0xa2,0x12,0x0a,0x0}},
261*4882a593Smuzhiyun {0x3b, 0x3e, {0x056,4408,100, 0,1,0x00,0xbc,0x21,0xa2,0x12,0x0a,0x0}},
262*4882a593Smuzhiyun {0x3f, 0x42, {0x057,3892,100, 0,1,0x00,0xbc,0x21,0xa2,0x12,0x0a,0x0}},
263*4882a593Smuzhiyun {0x43, 0x46, {0x058,3361,100, 0,1,0x00,0xbc,0x21,0xa2,0x12,0x0a,0x0}},
264*4882a593Smuzhiyun {0x47, 0x6c, {0x059,2784,100, 0,1,0x00,0xbc,0x21,0xa2,0x12,0x0a,0x0}}
265*4882a593Smuzhiyun };
266*4882a593Smuzhiyun static const struct opl4_region regions_1f[] = { /* Guitar Harmonics */
267*4882a593Smuzhiyun {0x15, 0x44, {0x05e,5499,100, 0,0,0x00,0xce,0x28,0xf4,0x24,0x09,0x0}},
268*4882a593Smuzhiyun {0x45, 0x49, {0x05d,4850,100, 0,0,0x00,0xe2,0x28,0xf4,0x24,0x09,0x0}},
269*4882a593Smuzhiyun {0x4a, 0x6c, {0x05f,4259,100, 0,0,0x00,0xce,0x28,0xf4,0x24,0x09,0x0}}
270*4882a593Smuzhiyun };
271*4882a593Smuzhiyun static const struct opl4_region regions_20[] = { /* Acoustic Bass */
272*4882a593Smuzhiyun {0x15, 0x30, {0x004,8053,100, 0,0,0x00,0xe2,0x18,0xf5,0x15,0x09,0x0}},
273*4882a593Smuzhiyun {0x31, 0x6c, {0x005,4754,100, 0,0,0x00,0xe2,0x18,0xf5,0x15,0x09,0x0}}
274*4882a593Smuzhiyun };
275*4882a593Smuzhiyun static const struct opl4_region regions_21[] = { /* Fingered Bass */
276*4882a593Smuzhiyun {0x01, 0x20, {0x04a,8762,100, 0,0,0x00,0xde,0x18,0xf6,0x14,0x09,0x0}},
277*4882a593Smuzhiyun {0x21, 0x25, {0x04b,8114,100, 0,0,0x00,0xde,0x18,0xf6,0x14,0x09,0x0}},
278*4882a593Smuzhiyun {0x26, 0x2a, {0x04c,7475,100, 0,0,0x00,0xde,0x18,0xf6,0x14,0x09,0x0}},
279*4882a593Smuzhiyun {0x2b, 0x7f, {0x04d,6841,100, 0,0,0x00,0xde,0x18,0xf6,0x14,0x09,0x0}}
280*4882a593Smuzhiyun };
281*4882a593Smuzhiyun static const struct opl4_region regions_22[] = { /* Picked Bass */
282*4882a593Smuzhiyun {0x15, 0x23, {0x04f,7954,100, 0,0,0x00,0xcc,0x18,0xf3,0x90,0x0a,0x0}},
283*4882a593Smuzhiyun {0x24, 0x2a, {0x050,7318,100, 0,0,0x05,0xcc,0x18,0xf3,0x90,0x1a,0x0}},
284*4882a593Smuzhiyun {0x2b, 0x2f, {0x06b,6654,100, 0,0,0x00,0xcc,0x18,0xf3,0x90,0x2a,0x0}},
285*4882a593Smuzhiyun {0x30, 0x47, {0x069,6031,100, 0,0,0x00,0xcc,0x18,0xf5,0xb0,0x0a,0x0}},
286*4882a593Smuzhiyun {0x48, 0x6c, {0x06a,5393,100, 0,0,0x00,0xcc,0x18,0xf5,0xb0,0x0a,0x0}}
287*4882a593Smuzhiyun };
288*4882a593Smuzhiyun static const struct opl4_region regions_23[] = { /* Fretless Bass */
289*4882a593Smuzhiyun {0x01, 0x7f, {0x04e,5297,100, 0,0,0x00,0xd2,0x10,0xf3,0x63,0x19,0x0}}
290*4882a593Smuzhiyun };
291*4882a593Smuzhiyun static const struct opl4_region regions_24[] = { /* Slap Bass 1 */
292*4882a593Smuzhiyun {0x15, 0x6c, {0x0a3,7606,100, 0,1,0x00,0xde,0x19,0xf5,0x32,0x1a,0x0}}
293*4882a593Smuzhiyun };
294*4882a593Smuzhiyun static const struct opl4_region regions_25[] = { /* Slap Bass 2 */
295*4882a593Smuzhiyun {0x01, 0x7f, {0x0a2,6694,100, 0,0,0x00,0xda,0x20,0xb0,0x02,0x09,0x0}}
296*4882a593Smuzhiyun };
297*4882a593Smuzhiyun static const struct opl4_region regions_26[] = { /* Synth Bass 1 */
298*4882a593Smuzhiyun {0x15, 0x6c, {0x0be,7466,100, 0,1,0x00,0xb8,0x39,0xf4,0x14,0x09,0x0}}
299*4882a593Smuzhiyun };
300*4882a593Smuzhiyun static const struct opl4_region regions_27[] = { /* Synth Bass 2 */
301*4882a593Smuzhiyun {0x00, 0x7f, {0x117,8103,100, 0,1,0x00,0xca,0x39,0xf3,0x50,0x08,0x0}}
302*4882a593Smuzhiyun };
303*4882a593Smuzhiyun static const struct opl4_region regions_28[] = { /* Violin */
304*4882a593Smuzhiyun {0x15, 0x3a, {0x105,5158,100, 0,3,0x00,0xcc,0x3b,0xf3,0x20,0x09,0x0}},
305*4882a593Smuzhiyun {0x3b, 0x3f, {0x102,4754,100, 0,3,0x00,0xcc,0x3b,0xf3,0x20,0x09,0x0}},
306*4882a593Smuzhiyun {0x40, 0x41, {0x106,4132,100, 0,3,0x00,0xcc,0x3b,0xf3,0x20,0x09,0x0}},
307*4882a593Smuzhiyun {0x42, 0x44, {0x107,4033,100, 0,3,0x00,0xcc,0x3b,0xf3,0x20,0x09,0x0}},
308*4882a593Smuzhiyun {0x45, 0x47, {0x108,3580,100, 0,3,0x00,0xcc,0x3b,0xf3,0x20,0x09,0x0}},
309*4882a593Smuzhiyun {0x48, 0x4a, {0x10a,2957,100, 0,3,0x00,0xcc,0x3b,0xf3,0x20,0x09,0x0}},
310*4882a593Smuzhiyun {0x4b, 0x4c, {0x10b,2724,100, 0,3,0x00,0xcc,0x3b,0xf3,0x20,0x09,0x0}},
311*4882a593Smuzhiyun {0x4d, 0x4e, {0x10c,2530,100, 0,3,0x00,0xcc,0x3b,0xf3,0x20,0x09,0x0}},
312*4882a593Smuzhiyun {0x4f, 0x51, {0x10d,2166,100, 0,3,0x00,0xcc,0x3b,0xf3,0x20,0x09,0x0}},
313*4882a593Smuzhiyun {0x52, 0x6c, {0x109,1825,100, 0,3,0x00,0xcc,0x3b,0xf3,0x20,0x09,0x0}}
314*4882a593Smuzhiyun };
315*4882a593Smuzhiyun static const struct opl4_region regions_29[] = { /* Viola */
316*4882a593Smuzhiyun {0x15, 0x32, {0x103,5780,100, 0,3,0x00,0xc4,0x3b,0xa3,0x20,0x09,0x0}},
317*4882a593Smuzhiyun {0x33, 0x35, {0x104,5534,100, 0,3,0x00,0xc4,0x3b,0xa3,0x20,0x09,0x0}},
318*4882a593Smuzhiyun {0x36, 0x38, {0x105,5158,100, 0,3,0x00,0xc4,0x3b,0xa3,0x20,0x09,0x0}},
319*4882a593Smuzhiyun {0x39, 0x3d, {0x102,4754,100, 0,3,0x00,0xca,0x3b,0xa3,0x20,0x09,0x0}},
320*4882a593Smuzhiyun {0x3e, 0x3f, {0x106,4132,100, 0,3,0x00,0xc4,0x3b,0xa3,0x20,0x09,0x0}},
321*4882a593Smuzhiyun {0x40, 0x42, {0x107,4033,100, 0,3,0x00,0xc4,0x3b,0xa3,0x20,0x09,0x0}},
322*4882a593Smuzhiyun {0x43, 0x45, {0x108,3580,100, 0,3,0x00,0xd0,0x3b,0xa3,0x20,0x09,0x0}},
323*4882a593Smuzhiyun {0x46, 0x48, {0x10a,2957,100, 0,3,0x00,0xca,0x3b,0xa3,0x20,0x09,0x0}},
324*4882a593Smuzhiyun {0x49, 0x4a, {0x10b,2724,100, 0,3,0x00,0xd0,0x3b,0xa3,0x20,0x09,0x0}},
325*4882a593Smuzhiyun {0x4b, 0x4c, {0x10c,2530,100, 0,3,0x00,0xca,0x3b,0xa3,0x20,0x09,0x0}},
326*4882a593Smuzhiyun {0x4d, 0x4f, {0x10d,2166,100, 0,3,0x00,0xd0,0x3b,0xa3,0x20,0x09,0x0}},
327*4882a593Smuzhiyun {0x50, 0x6c, {0x109,1825,100, 0,3,0x00,0xd0,0x3b,0xa3,0x20,0x09,0x0}}
328*4882a593Smuzhiyun };
329*4882a593Smuzhiyun static const struct opl4_region regions_2a[] = { /* Cello */
330*4882a593Smuzhiyun {0x15, 0x2d, {0x112,6545,100, 0,3,0x00,0xc0,0x33,0xa0,0x00,0x08,0x0}},
331*4882a593Smuzhiyun {0x2e, 0x37, {0x113,5764,100, 0,3,0x00,0xc0,0x33,0xa0,0x00,0x08,0x0}},
332*4882a593Smuzhiyun {0x38, 0x3e, {0x115,4378,100, 0,3,0x00,0xc0,0x33,0xa0,0x00,0x18,0x0}},
333*4882a593Smuzhiyun {0x3f, 0x44, {0x116,3998,100, 0,3,0x00,0xc0,0x33,0xa0,0x00,0x18,0x0}},
334*4882a593Smuzhiyun {0x45, 0x6c, {0x114,3218,100, 0,3,0x00,0xc0,0x33,0xa0,0x00,0x18,0x0}}
335*4882a593Smuzhiyun };
336*4882a593Smuzhiyun static const struct opl4_region regions_2b[] = { /* Contrabass */
337*4882a593Smuzhiyun {0x15, 0x29, {0x110,7713,100, 0,1,0x00,0xc2,0x19,0x90,0x00,0x09,0x0}},
338*4882a593Smuzhiyun {0x2a, 0x6c, {0x111,6162,100, 0,1,0x00,0xc2,0x19,0x90,0x00,0x09,0x0}}
339*4882a593Smuzhiyun };
340*4882a593Smuzhiyun static const struct opl4_region regions_2c[] = { /* Tremolo Strings */
341*4882a593Smuzhiyun {0x15, 0x3b, {0x0b0,4810,100, 0,0,0x0a,0xde,0x38,0xf0,0x00,0x07,0x6}},
342*4882a593Smuzhiyun {0x3c, 0x41, {0x035,4035,100, 0,0,0x05,0xde,0x38,0xf0,0x00,0x07,0x6}},
343*4882a593Smuzhiyun {0x42, 0x47, {0x033,3129,100, 0,0,0x05,0xde,0x38,0xf0,0x00,0x07,0x6}},
344*4882a593Smuzhiyun {0x48, 0x52, {0x034,2625,100, 0,0,0x05,0xde,0x38,0xf0,0x00,0x07,0x6}},
345*4882a593Smuzhiyun {0x53, 0x6c, {0x0af, 936,100, 0,0,0x00,0xde,0x38,0xf0,0x00,0x07,0x6}}
346*4882a593Smuzhiyun };
347*4882a593Smuzhiyun static const struct opl4_region regions_2d[] = { /* Pizzicato Strings */
348*4882a593Smuzhiyun {0x15, 0x32, {0x0b8,6186,100, 0,0,0x00,0xbc,0x28,0xf0,0x00,0x05,0x0}},
349*4882a593Smuzhiyun {0x33, 0x3b, {0x0b9,5031,100, 0,0,0x00,0xbc,0x28,0xf0,0x00,0x05,0x0}},
350*4882a593Smuzhiyun {0x3c, 0x42, {0x0bb,4146,100, 0,0,0x00,0xbc,0x28,0xf0,0x00,0x05,0x0}},
351*4882a593Smuzhiyun {0x43, 0x48, {0x0ba,3245,100, 0,0,0x00,0xc2,0x28,0xf0,0x00,0x05,0x0}},
352*4882a593Smuzhiyun {0x49, 0x6c, {0x0bc,2352,100, 0,0,0x00,0xbc,0x28,0xf0,0x00,0x05,0x0}}
353*4882a593Smuzhiyun };
354*4882a593Smuzhiyun static const struct opl4_region regions_2e[] = { /* Harp */
355*4882a593Smuzhiyun {0x15, 0x46, {0x07e,3740,100, 0,1,0x00,0xd2,0x29,0xf5,0x25,0x07,0x0}},
356*4882a593Smuzhiyun {0x47, 0x6c, {0x07f,2319,100, 0,1,0x00,0xd2,0x29,0xf5,0x25,0x07,0x0}}
357*4882a593Smuzhiyun };
358*4882a593Smuzhiyun static const struct opl4_region regions_2f[] = { /* Timpani */
359*4882a593Smuzhiyun {0x15, 0x6c, {0x100,6570,100, 0,0,0x00,0xf8,0x28,0xf0,0x05,0x16,0x0}}
360*4882a593Smuzhiyun };
361*4882a593Smuzhiyun static const struct opl4_region regions_30[] = { /* Strings */
362*4882a593Smuzhiyun {0x15, 0x3b, {0x13c,4806,100, 0,0,0x00,0xc8,0x20,0x80,0x00,0x07,0x0}},
363*4882a593Smuzhiyun {0x3c, 0x41, {0x13e,4035,100, 0,0,0x00,0xc8,0x20,0x80,0x00,0x07,0x0}},
364*4882a593Smuzhiyun {0x42, 0x47, {0x13d,3122,100, 0,0,0x00,0xc8,0x20,0x80,0x00,0x07,0x0}},
365*4882a593Smuzhiyun {0x48, 0x52, {0x13f,2629,100, 0,0,0x00,0xbe,0x20,0x80,0x00,0x07,0x0}},
366*4882a593Smuzhiyun {0x53, 0x6c, {0x140, 950,100, 0,0,0x00,0xbe,0x20,0x80,0x00,0x07,0x0}}
367*4882a593Smuzhiyun };
368*4882a593Smuzhiyun static const struct opl4_region regions_31[] = { /* Slow Strings */
369*4882a593Smuzhiyun {0x15, 0x3b, {0x0b0,4810,100, 0,1,0x0a,0xbe,0x19,0xf0,0x00,0x07,0x0}},
370*4882a593Smuzhiyun {0x3c, 0x41, {0x035,4035,100, 0,1,0x05,0xbe,0x19,0xf0,0x00,0x07,0x0}},
371*4882a593Smuzhiyun {0x42, 0x47, {0x033,3129,100, 0,1,0x05,0xbe,0x19,0xf0,0x00,0x07,0x0}},
372*4882a593Smuzhiyun {0x48, 0x52, {0x034,2625,100, 0,1,0x05,0xbe,0x19,0xf0,0x00,0x07,0x0}},
373*4882a593Smuzhiyun {0x53, 0x6c, {0x0af, 936,100, 0,1,0x00,0xbe,0x19,0xf0,0x00,0x07,0x0}}
374*4882a593Smuzhiyun };
375*4882a593Smuzhiyun static const struct opl4_region regions_32[] = { /* Synth Strings 1 */
376*4882a593Smuzhiyun {0x05, 0x71, {0x002,6045,100,-2,0,0x00,0xa6,0x20,0x93,0x22,0x06,0x0}},
377*4882a593Smuzhiyun {0x15, 0x6c, {0x0ae,3261,100, 2,0,0x00,0xc6,0x20,0x70,0x01,0x06,0x0}}
378*4882a593Smuzhiyun };
379*4882a593Smuzhiyun static const struct opl4_region regions_33[] = { /* Synth Strings 2 */
380*4882a593Smuzhiyun {0x15, 0x6c, {0x002,4513,100, 5,1,0x00,0xb4,0x19,0x70,0x00,0x06,0x0}},
381*4882a593Smuzhiyun {0x15, 0x6c, {0x002,4501,100,-5,1,0x00,0xb4,0x19,0x70,0x00,0x06,0x0}}
382*4882a593Smuzhiyun };
383*4882a593Smuzhiyun static const struct opl4_region regions_34[] = { /* Choir Aahs */
384*4882a593Smuzhiyun {0x15, 0x3a, {0x018,5010,100, 0,2,0x00,0xc2,0x1a,0x70,0x00,0x08,0x0}},
385*4882a593Smuzhiyun {0x3b, 0x40, {0x019,4370,100, 0,2,0x00,0xc2,0x1a,0x70,0x00,0x08,0x0}},
386*4882a593Smuzhiyun {0x41, 0x47, {0x01a,3478,100, 0,2,0x00,0xc2,0x1a,0x70,0x00,0x08,0x0}},
387*4882a593Smuzhiyun {0x48, 0x6c, {0x01b,2197,100, 0,2,0x00,0xc2,0x1a,0x70,0x00,0x08,0x0}}
388*4882a593Smuzhiyun };
389*4882a593Smuzhiyun static const struct opl4_region regions_35[] = { /* Voice Oohs */
390*4882a593Smuzhiyun {0x15, 0x6c, {0x029,3596,100, 0,0,0x00,0xe6,0x20,0xf7,0x20,0x08,0x0}}
391*4882a593Smuzhiyun };
392*4882a593Smuzhiyun static const struct opl4_region regions_36[] = { /* Synth Voice */
393*4882a593Smuzhiyun {0x15, 0x6c, {0x02a,3482,100, 0,1,0x00,0xc2,0x19,0x85,0x21,0x07,0x0}}
394*4882a593Smuzhiyun };
395*4882a593Smuzhiyun static const struct opl4_region regions_37[] = { /* Orchestra Hit */
396*4882a593Smuzhiyun {0x15, 0x6c, {0x049,4394,100, 0,0,0x00,0xfe,0x30,0x80,0x05,0x05,0x0}}
397*4882a593Smuzhiyun };
398*4882a593Smuzhiyun static const struct opl4_region regions_38[] = { /* Trumpet */
399*4882a593Smuzhiyun {0x15, 0x3c, {0x0f6,4706,100, 0,2,0x00,0xd6,0x32,0xf3,0x20,0x0a,0x0}},
400*4882a593Smuzhiyun {0x3d, 0x43, {0x0f8,3894,100, 0,2,0x00,0xd6,0x32,0xf3,0x20,0x0a,0x0}},
401*4882a593Smuzhiyun {0x44, 0x48, {0x0f7,3118,100, 0,2,0x00,0xd6,0x32,0xf3,0x20,0x0a,0x0}},
402*4882a593Smuzhiyun {0x49, 0x4e, {0x0fa,2322,100, 0,2,0x00,0xd6,0x32,0xf3,0x20,0x0a,0x0}},
403*4882a593Smuzhiyun {0x4f, 0x55, {0x0f9,1634,100, 0,2,0x00,0xd6,0x32,0xf3,0x20,0x0a,0x0}},
404*4882a593Smuzhiyun {0x56, 0x6c, {0x0fb, 786,100, 0,2,0x00,0xd6,0x32,0xf3,0x20,0x0a,0x0}}
405*4882a593Smuzhiyun };
406*4882a593Smuzhiyun static const struct opl4_region regions_39[] = { /* Trombone */
407*4882a593Smuzhiyun {0x15, 0x3a, {0x0f0,5053,100, 0,1,0x00,0xd6,0x21,0xf0,0x00,0x09,0x0}},
408*4882a593Smuzhiyun {0x3b, 0x3f, {0x0f1,4290,100, 0,1,0x00,0xd6,0x21,0xf0,0x00,0x09,0x0}},
409*4882a593Smuzhiyun {0x40, 0x6c, {0x0f2,3580,100, 0,1,0x00,0xd6,0x21,0xf0,0x00,0x09,0x0}}
410*4882a593Smuzhiyun };
411*4882a593Smuzhiyun static const struct opl4_region regions_3a[] = { /* Tuba */
412*4882a593Smuzhiyun {0x15, 0x2d, {0x085,7096,100, 0,1,0x00,0xde,0x21,0xf5,0x10,0x09,0x0}},
413*4882a593Smuzhiyun {0x2e, 0x6c, {0x086,6014,100, 0,1,0x00,0xde,0x21,0xf5,0x10,0x09,0x0}}
414*4882a593Smuzhiyun };
415*4882a593Smuzhiyun static const struct opl4_region regions_3b[] = { /* Muted Trumpet */
416*4882a593Smuzhiyun {0x15, 0x45, {0x0b1,4135,100, 0,0,0x00,0xcc,0x28,0xf3,0x10,0x0a,0x1}},
417*4882a593Smuzhiyun {0x46, 0x6c, {0x0b2,2599,100, 0,0,0x00,0xcc,0x28,0x83,0x10,0x0a,0x1}}
418*4882a593Smuzhiyun };
419*4882a593Smuzhiyun static const struct opl4_region regions_3c[] = { /* French Horns */
420*4882a593Smuzhiyun {0x15, 0x49, {0x07c,3624,100, 0,2,0x00,0xd0,0x1a,0xf0,0x00,0x09,0x0}},
421*4882a593Smuzhiyun {0x4a, 0x6c, {0x07d,2664,100, 0,2,0x00,0xd0,0x1a,0xf0,0x00,0x09,0x0}}
422*4882a593Smuzhiyun };
423*4882a593Smuzhiyun static const struct opl4_region regions_3d[] = { /* Brass Section */
424*4882a593Smuzhiyun {0x15, 0x42, {0x0fc,4375,100, 0,0,0x00,0xd6,0x28,0xf0,0x00,0x0a,0x0}},
425*4882a593Smuzhiyun {0x43, 0x6c, {0x0fd,2854,100, 0,0,0x00,0xd6,0x28,0xf0,0x00,0x0a,0x0}}
426*4882a593Smuzhiyun };
427*4882a593Smuzhiyun static const struct opl4_region regions_3e[] = { /* Synth Brass 1 */
428*4882a593Smuzhiyun {0x01, 0x27, {0x0d3,9094,100,-1,0,0x00,0xbe,0x18,0xa5,0x11,0x08,0x0}},
429*4882a593Smuzhiyun {0x28, 0x2d, {0x0da,8335,100,-1,0,0x00,0xbe,0x18,0xa5,0x11,0x08,0x0}},
430*4882a593Smuzhiyun {0x2e, 0x33, {0x0d4,7558,100,-1,0,0x00,0xbe,0x18,0xa5,0x11,0x08,0x0}},
431*4882a593Smuzhiyun {0x34, 0x39, {0x0db,6785,100,-1,0,0x00,0xbe,0x18,0xa5,0x11,0x08,0x0}},
432*4882a593Smuzhiyun {0x3a, 0x3f, {0x0d5,6042,100,-1,0,0x00,0xbe,0x18,0xa5,0x11,0x08,0x0}},
433*4882a593Smuzhiyun {0x40, 0x45, {0x0dc,5257,100,-1,0,0x00,0xbe,0x18,0xa5,0x11,0x08,0x0}},
434*4882a593Smuzhiyun {0x46, 0x4b, {0x0d6,4493,100,-1,0,0x00,0xbe,0x18,0xa5,0x11,0x08,0x0}},
435*4882a593Smuzhiyun {0x4c, 0x51, {0x0dd,3741,100,-1,0,0x00,0xbe,0x18,0xa5,0x11,0x08,0x0}},
436*4882a593Smuzhiyun {0x52, 0x57, {0x0d7,3012,100,-1,0,0x00,0xbe,0x18,0xa5,0x11,0x08,0x0}},
437*4882a593Smuzhiyun {0x58, 0x5d, {0x0de,2167,100,-1,0,0x00,0xbe,0x18,0xa5,0x11,0x08,0x0}},
438*4882a593Smuzhiyun {0x5e, 0x63, {0x0d8,1421,100,-1,0,0x00,0xbe,0x18,0xa5,0x11,0x08,0x0}},
439*4882a593Smuzhiyun {0x64, 0x7f, {0x0d9,-115,100,-1,0,0x00,0xbe,0x18,0xa5,0x11,0x08,0x0}},
440*4882a593Smuzhiyun {0x01, 0x27, {0x118,9103,100, 1,1,0x00,0xbe,0x19,0x85,0x23,0x08,0x0}},
441*4882a593Smuzhiyun {0x28, 0x2d, {0x119,8340,100, 1,1,0x00,0xbe,0x19,0x85,0x23,0x08,0x0}},
442*4882a593Smuzhiyun {0x2e, 0x33, {0x11a,7565,100, 1,1,0x00,0xbe,0x19,0x85,0x23,0x08,0x0}},
443*4882a593Smuzhiyun {0x34, 0x39, {0x11b,6804,100, 1,1,0x00,0xbe,0x19,0x85,0x23,0x08,0x0}},
444*4882a593Smuzhiyun {0x3a, 0x3f, {0x11c,6042,100, 1,1,0x00,0xbe,0x19,0x85,0x23,0x08,0x0}},
445*4882a593Smuzhiyun {0x40, 0x45, {0x11d,5277,100, 1,1,0x00,0xbe,0x19,0x85,0x23,0x08,0x0}},
446*4882a593Smuzhiyun {0x46, 0x4b, {0x11e,4520,100, 1,1,0x00,0xbe,0x19,0x85,0x23,0x08,0x0}},
447*4882a593Smuzhiyun {0x4c, 0x51, {0x11f,3741,100, 1,1,0x00,0xbe,0x19,0x85,0x23,0x08,0x0}},
448*4882a593Smuzhiyun {0x52, 0x57, {0x120,3012,100, 1,1,0x00,0xbe,0x19,0x85,0x23,0x08,0x0}},
449*4882a593Smuzhiyun {0x58, 0x5d, {0x121,2166,100, 1,1,0x00,0xbe,0x19,0x85,0x23,0x08,0x0}},
450*4882a593Smuzhiyun {0x5e, 0x64, {0x122,1421,100, 1,1,0x00,0xbe,0x19,0x85,0x23,0x08,0x0}},
451*4882a593Smuzhiyun {0x65, 0x7f, {0x123,-115,100, 1,1,0x00,0xbe,0x19,0x85,0x23,0x08,0x0}}
452*4882a593Smuzhiyun };
453*4882a593Smuzhiyun static const struct opl4_region regions_3f[] = { /* Synth Brass 2 */
454*4882a593Smuzhiyun {0x01, 0x27, {0x118,9113,100, 3,6,0x00,0xae,0x26,0x85,0x23,0x08,0x0}},
455*4882a593Smuzhiyun {0x28, 0x2d, {0x119,8350,100, 3,6,0x00,0xae,0x26,0x85,0x23,0x08,0x0}},
456*4882a593Smuzhiyun {0x2e, 0x33, {0x11a,7575,100, 3,6,0x00,0xae,0x26,0x85,0x23,0x08,0x0}},
457*4882a593Smuzhiyun {0x34, 0x39, {0x11b,6814,100, 3,6,0x00,0xae,0x26,0x85,0x23,0x08,0x0}},
458*4882a593Smuzhiyun {0x3a, 0x3f, {0x11c,6052,100, 3,6,0x00,0xae,0x26,0x85,0x23,0x08,0x0}},
459*4882a593Smuzhiyun {0x40, 0x45, {0x11d,5287,100, 3,6,0x00,0xae,0x26,0x85,0x23,0x08,0x0}},
460*4882a593Smuzhiyun {0x46, 0x4b, {0x11e,4530,100, 3,6,0x00,0xae,0x26,0x85,0x23,0x08,0x0}},
461*4882a593Smuzhiyun {0x4c, 0x51, {0x11f,3751,100, 3,6,0x00,0xae,0x26,0x85,0x23,0x08,0x0}},
462*4882a593Smuzhiyun {0x52, 0x57, {0x120,3022,100, 3,6,0x00,0xae,0x26,0x85,0x23,0x08,0x0}},
463*4882a593Smuzhiyun {0x58, 0x5d, {0x121,2176,100, 3,6,0x00,0xae,0x26,0x85,0x23,0x08,0x0}},
464*4882a593Smuzhiyun {0x5e, 0x64, {0x122,1431,100, 3,6,0x00,0xae,0x26,0x85,0x23,0x08,0x0}},
465*4882a593Smuzhiyun {0x65, 0x7f, {0x123,-105,100, 3,6,0x00,0xae,0x26,0x85,0x23,0x08,0x0}},
466*4882a593Smuzhiyun {0x00, 0x7f, {0x124,4034,100,-3,2,0x00,0xea,0x22,0x85,0x23,0x08,0x0}}
467*4882a593Smuzhiyun };
468*4882a593Smuzhiyun static const struct opl4_region regions_40[] = { /* Soprano Sax */
469*4882a593Smuzhiyun {0x15, 0x3f, {0x0e3,4228,100, 0,1,0x00,0xc8,0x21,0xf5,0x20,0x0a,0x0}},
470*4882a593Smuzhiyun {0x40, 0x45, {0x0e4,3495,100, 0,1,0x00,0xc8,0x21,0xf5,0x20,0x0a,0x0}},
471*4882a593Smuzhiyun {0x46, 0x4b, {0x0e5,2660,100, 0,1,0x00,0xd6,0x21,0xf5,0x20,0x0a,0x0}},
472*4882a593Smuzhiyun {0x4c, 0x51, {0x0e6,2002,100, 0,1,0x00,0xd6,0x21,0xf5,0x20,0x0a,0x0}},
473*4882a593Smuzhiyun {0x52, 0x59, {0x0e7,1186,100, 0,1,0x00,0xd6,0x21,0xf5,0x20,0x0a,0x0}},
474*4882a593Smuzhiyun {0x59, 0x6c, {0x0e8,1730,100, 0,1,0x00,0xc8,0x21,0xf5,0x20,0x0a,0x0}}
475*4882a593Smuzhiyun };
476*4882a593Smuzhiyun static const struct opl4_region regions_41[] = { /* Alto Sax */
477*4882a593Smuzhiyun {0x15, 0x32, {0x092,6204,100, 0,1,0x00,0xbe,0x19,0xf5,0x20,0x0b,0x0}},
478*4882a593Smuzhiyun {0x33, 0x35, {0x096,5812,100, 0,1,0x00,0xbe,0x19,0xf5,0x20,0x0b,0x0}},
479*4882a593Smuzhiyun {0x36, 0x3a, {0x099,5318,100, 0,1,0x00,0xbe,0x19,0xf5,0x20,0x0b,0x0}},
480*4882a593Smuzhiyun {0x3b, 0x3b, {0x08f,5076,100, 0,1,0x00,0xbe,0x19,0xf5,0x20,0x0b,0x0}},
481*4882a593Smuzhiyun {0x3c, 0x3e, {0x093,4706,100, 0,1,0x00,0xbe,0x19,0xf5,0x20,0x0b,0x0}},
482*4882a593Smuzhiyun {0x3f, 0x41, {0x097,4321,100, 0,1,0x00,0xbe,0x19,0xf5,0x20,0x0b,0x0}},
483*4882a593Smuzhiyun {0x42, 0x44, {0x09a,3893,100, 0,1,0x00,0xbe,0x19,0xf5,0x20,0x0b,0x0}},
484*4882a593Smuzhiyun {0x45, 0x47, {0x090,3497,100, 0,1,0x00,0xbe,0x19,0xf5,0x20,0x0b,0x0}},
485*4882a593Smuzhiyun {0x48, 0x4a, {0x094,3119,100, 0,1,0x00,0xbe,0x19,0xf5,0x20,0x0b,0x0}},
486*4882a593Smuzhiyun {0x4b, 0x4d, {0x098,2726,100, 0,1,0x00,0xbe,0x19,0xf5,0x20,0x0b,0x0}},
487*4882a593Smuzhiyun {0x4e, 0x50, {0x09b,2393,100, 0,1,0x00,0xbe,0x19,0xf5,0x20,0x0b,0x0}},
488*4882a593Smuzhiyun {0x51, 0x53, {0x091,2088,100, 0,1,0x00,0xbe,0x19,0xf5,0x20,0x0b,0x0}},
489*4882a593Smuzhiyun {0x54, 0x6c, {0x095,1732,100, 0,1,0x00,0xbe,0x19,0xf5,0x20,0x0b,0x0}}
490*4882a593Smuzhiyun };
491*4882a593Smuzhiyun static const struct opl4_region regions_42[] = { /* Tenor Sax */
492*4882a593Smuzhiyun {0x24, 0x30, {0x0e9,6301,100, 0,1,0x00,0xbc,0x19,0xf4,0x10,0x0b,0x0}},
493*4882a593Smuzhiyun {0x31, 0x34, {0x0ea,5781,100, 0,1,0x00,0xbc,0x19,0xf4,0x10,0x0b,0x0}},
494*4882a593Smuzhiyun {0x35, 0x3a, {0x0eb,5053,100, 0,1,0x00,0xbc,0x19,0xf4,0x10,0x0b,0x0}},
495*4882a593Smuzhiyun {0x3b, 0x41, {0x0ed,4165,100, 0,1,0x00,0xbc,0x19,0xf4,0x10,0x0b,0x0}},
496*4882a593Smuzhiyun {0x42, 0x47, {0x0ec,3218,100, 0,1,0x00,0xbc,0x19,0xf4,0x10,0x0b,0x0}},
497*4882a593Smuzhiyun {0x48, 0x51, {0x0ee,2462,100, 0,1,0x00,0xbc,0x19,0xf4,0x10,0x0b,0x0}},
498*4882a593Smuzhiyun {0x52, 0x6c, {0x0ef,1421,100, 0,1,0x00,0xbc,0x19,0xf4,0x10,0x0b,0x0}}
499*4882a593Smuzhiyun };
500*4882a593Smuzhiyun static const struct opl4_region regions_43[] = { /* Baritone Sax */
501*4882a593Smuzhiyun {0x15, 0x2d, {0x0df,6714,100, 0,1,0x00,0xce,0x19,0xf0,0x00,0x0a,0x0}},
502*4882a593Smuzhiyun {0x2e, 0x34, {0x0e1,5552,100, 0,1,0x00,0xce,0x19,0xf0,0x00,0x0a,0x0}},
503*4882a593Smuzhiyun {0x35, 0x39, {0x0e2,5178,100, 0,1,0x00,0xce,0x19,0xf0,0x00,0x0a,0x0}},
504*4882a593Smuzhiyun {0x3a, 0x6c, {0x0e0,4437,100, 0,1,0x00,0xce,0x19,0xf0,0x00,0x0a,0x0}}
505*4882a593Smuzhiyun };
506*4882a593Smuzhiyun static const struct opl4_region regions_44[] = { /* Oboe */
507*4882a593Smuzhiyun {0x15, 0x3c, {0x042,4493,100, 0,1,0x00,0xe6,0x39,0xf4,0x10,0x0a,0x0}},
508*4882a593Smuzhiyun {0x3d, 0x43, {0x044,3702,100, 0,1,0x00,0xdc,0x39,0xf4,0x10,0x0a,0x0}},
509*4882a593Smuzhiyun {0x44, 0x49, {0x043,2956,100, 0,1,0x00,0xdc,0x39,0xf4,0x10,0x0a,0x0}},
510*4882a593Smuzhiyun {0x4a, 0x4f, {0x046,2166,100, 0,1,0x00,0xdc,0x39,0xf4,0x10,0x0a,0x0}},
511*4882a593Smuzhiyun {0x50, 0x55, {0x045,1420,100, 0,1,0x00,0xdc,0x39,0xf4,0x10,0x0a,0x0}},
512*4882a593Smuzhiyun {0x56, 0x6c, {0x047, 630,100, 0,1,0x00,0xe6,0x39,0xf4,0x10,0x0a,0x0}}
513*4882a593Smuzhiyun };
514*4882a593Smuzhiyun static const struct opl4_region regions_45[] = { /* English Horn */
515*4882a593Smuzhiyun {0x15, 0x38, {0x03c,5098,100, 0,1,0x00,0xc4,0x31,0xf0,0x00,0x09,0x0}},
516*4882a593Smuzhiyun {0x39, 0x3e, {0x03b,4291,100, 0,1,0x00,0xc4,0x31,0xf0,0x00,0x09,0x0}},
517*4882a593Smuzhiyun {0x3f, 0x6c, {0x03d,3540,100, 0,1,0x00,0xc4,0x31,0xf0,0x00,0x09,0x0}}
518*4882a593Smuzhiyun };
519*4882a593Smuzhiyun static const struct opl4_region regions_46[] = { /* Bassoon */
520*4882a593Smuzhiyun {0x15, 0x22, {0x038,7833,100, 0,1,0x00,0xc6,0x31,0xf0,0x00,0x0b,0x0}},
521*4882a593Smuzhiyun {0x23, 0x2e, {0x03a,7070,100, 0,1,0x00,0xc6,0x31,0xf0,0x00,0x0b,0x0}},
522*4882a593Smuzhiyun {0x2f, 0x6c, {0x039,6302,100, 0,1,0x00,0xc6,0x31,0xf0,0x00,0x0b,0x0}}
523*4882a593Smuzhiyun };
524*4882a593Smuzhiyun static const struct opl4_region regions_47[] = { /* Clarinet */
525*4882a593Smuzhiyun {0x15, 0x3b, {0x09e,5900,100, 0,1,0x00,0xc8,0x29,0xf3,0x20,0x0a,0x0}},
526*4882a593Smuzhiyun {0x3c, 0x41, {0x0a0,5158,100, 0,1,0x00,0xc8,0x29,0xf3,0x20,0x0a,0x0}},
527*4882a593Smuzhiyun {0x42, 0x4a, {0x09f,4260,100, 0,1,0x00,0xc8,0x29,0xf3,0x20,0x0a,0x0}},
528*4882a593Smuzhiyun {0x4b, 0x6c, {0x0a1,2957,100, 0,1,0x00,0xc8,0x29,0xf3,0x20,0x0a,0x0}}
529*4882a593Smuzhiyun };
530*4882a593Smuzhiyun static const struct opl4_region regions_48[] = { /* Piccolo */
531*4882a593Smuzhiyun {0x15, 0x40, {0x071,4803,100, 0,0,0x00,0xe6,0x38,0xf0,0x00,0x0a,0x2}},
532*4882a593Smuzhiyun {0x41, 0x4d, {0x072,3314,100, 0,0,0x00,0xe6,0x38,0xf0,0x00,0x0a,0x2}},
533*4882a593Smuzhiyun {0x4e, 0x53, {0x073,1731,100, 0,0,0x00,0xe6,0x38,0xf0,0x00,0x0a,0x2}},
534*4882a593Smuzhiyun {0x54, 0x5f, {0x074,2085,100, 0,0,0x00,0xe6,0x38,0xf0,0x00,0x0a,0x2}},
535*4882a593Smuzhiyun {0x60, 0x6c, {0x075,1421,100, 0,0,0x00,0xe6,0x38,0xf0,0x00,0x0a,0x2}}
536*4882a593Smuzhiyun };
537*4882a593Smuzhiyun static const struct opl4_region regions_49[] = { /* Flute */
538*4882a593Smuzhiyun {0x15, 0x40, {0x071,4803,100, 0,0,0x00,0xdc,0x38,0xf0,0x00,0x0a,0x2}},
539*4882a593Smuzhiyun {0x41, 0x4d, {0x072,3314,100, 0,0,0x00,0xdc,0x38,0xf0,0x00,0x0a,0x2}},
540*4882a593Smuzhiyun {0x4e, 0x6c, {0x073,1731,100, 0,0,0x00,0xe6,0x38,0xf0,0x00,0x0a,0x2}}
541*4882a593Smuzhiyun };
542*4882a593Smuzhiyun static const struct opl4_region regions_4a[] = { /* Recorder */
543*4882a593Smuzhiyun {0x15, 0x6f, {0x0bd,4897,100, 0,0,0x00,0xec,0x30,0x70,0x00,0x09,0x1}}
544*4882a593Smuzhiyun };
545*4882a593Smuzhiyun static const struct opl4_region regions_4b[] = { /* Pan Flute */
546*4882a593Smuzhiyun {0x15, 0x6c, {0x077,2359,100, 0,0,0x00,0xde,0x38,0xf0,0x00,0x09,0x3}}
547*4882a593Smuzhiyun };
548*4882a593Smuzhiyun static const struct opl4_region regions_4c[] = { /* Bottle Blow */
549*4882a593Smuzhiyun {0x15, 0x6c, {0x077,2359,100, 0,0,0x00,0xc8,0x38,0xf0,0x00,0x09,0x1}},
550*4882a593Smuzhiyun {0x01, 0x7f, {0x125,7372,100, 0,0,0x1e,0x80,0x00,0xf0,0x00,0x09,0x0}}
551*4882a593Smuzhiyun };
552*4882a593Smuzhiyun static const struct opl4_region regions_4d[] = { /* Shakuhachi */
553*4882a593Smuzhiyun {0x00, 0x7f, {0x0ab,4548,100, 0,0,0x00,0xd6,0x30,0xf0,0x00,0x0a,0x3}},
554*4882a593Smuzhiyun {0x15, 0x6c, {0x076,3716,100, 0,0,0x00,0xa2,0x28,0x70,0x00,0x09,0x2}}
555*4882a593Smuzhiyun };
556*4882a593Smuzhiyun static const struct opl4_region regions_4e[] = { /* Whistle */
557*4882a593Smuzhiyun {0x00, 0x7f, {0x0aa,1731,100, 0,4,0x00,0xd2,0x2c,0x70,0x00,0x0a,0x0}}
558*4882a593Smuzhiyun };
559*4882a593Smuzhiyun static const struct opl4_region regions_4f[] = { /* Ocarina */
560*4882a593Smuzhiyun {0x00, 0x7f, {0x0aa,1731,100, 0,1,0x00,0xce,0x29,0x90,0x00,0x0a,0x1}}
561*4882a593Smuzhiyun };
562*4882a593Smuzhiyun static const struct opl4_region regions_50[] = { /* Square Lead */
563*4882a593Smuzhiyun {0x01, 0x2a, {0x0cc,9853,100, 3,0,0x00,0xac,0x38,0xc6,0x21,0x09,0x0}},
564*4882a593Smuzhiyun {0x2b, 0x36, {0x0cd,6785,100, 3,0,0x00,0xac,0x38,0xc6,0x21,0x09,0x0}},
565*4882a593Smuzhiyun {0x37, 0x42, {0x0ca,5248,100, 3,0,0x00,0xac,0x38,0xc6,0x21,0x09,0x0}},
566*4882a593Smuzhiyun {0x43, 0x4e, {0x0cf,3713,100, 3,0,0x00,0xac,0x38,0xc6,0x21,0x09,0x0}},
567*4882a593Smuzhiyun {0x4f, 0x5a, {0x0ce,2176,100, 3,0,0x00,0xac,0x38,0xc6,0x21,0x09,0x0}},
568*4882a593Smuzhiyun {0x5b, 0x7f, {0x0cb, 640,100, 3,0,0x00,0xac,0x38,0xc6,0x21,0x09,0x0}},
569*4882a593Smuzhiyun {0x01, 0x2a, {0x0cc,9844,100,-3,0,0x00,0xac,0x08,0xc6,0x21,0x09,0x0}},
570*4882a593Smuzhiyun {0x2b, 0x36, {0x0cd,6776,100,-3,0,0x00,0xac,0x08,0xc6,0x21,0x09,0x0}},
571*4882a593Smuzhiyun {0x37, 0x42, {0x0ca,5239,100,-3,0,0x00,0xac,0x08,0xc6,0x21,0x09,0x0}},
572*4882a593Smuzhiyun {0x43, 0x4e, {0x0cf,3704,100,-3,0,0x00,0xac,0x08,0xc6,0x21,0x09,0x0}},
573*4882a593Smuzhiyun {0x4f, 0x5a, {0x0ce,2167,100,-3,0,0x00,0xac,0x08,0xc6,0x21,0x09,0x0}},
574*4882a593Smuzhiyun {0x5b, 0x7f, {0x0cb, 631,100,-3,0,0x00,0xac,0x08,0xc6,0x21,0x09,0x0}}
575*4882a593Smuzhiyun };
576*4882a593Smuzhiyun static const struct opl4_region regions_51[] = { /* Sawtooth Lead */
577*4882a593Smuzhiyun {0x01, 0x27, {0x118,9108,100, 0,0,0x00,0xc8,0x30,0xf2,0x22,0x0a,0x0}},
578*4882a593Smuzhiyun {0x28, 0x2d, {0x119,8345,100, 0,0,0x00,0xc8,0x30,0xf2,0x22,0x0a,0x0}},
579*4882a593Smuzhiyun {0x2e, 0x33, {0x11a,7570,100, 0,0,0x00,0xc8,0x30,0xf2,0x22,0x0a,0x0}},
580*4882a593Smuzhiyun {0x34, 0x39, {0x11b,6809,100, 0,0,0x00,0xc8,0x30,0xf2,0x22,0x0a,0x0}},
581*4882a593Smuzhiyun {0x3a, 0x3f, {0x11c,6047,100, 0,0,0x00,0xc8,0x30,0xf2,0x22,0x0a,0x0}},
582*4882a593Smuzhiyun {0x40, 0x45, {0x11d,5282,100, 0,0,0x00,0xc8,0x30,0xf2,0x22,0x0a,0x0}},
583*4882a593Smuzhiyun {0x46, 0x4b, {0x11e,4525,100, 0,0,0x00,0xc8,0x30,0xf2,0x22,0x0a,0x0}},
584*4882a593Smuzhiyun {0x4c, 0x51, {0x11f,3746,100, 0,0,0x00,0xc8,0x30,0xf2,0x22,0x0a,0x0}},
585*4882a593Smuzhiyun {0x52, 0x57, {0x120,3017,100, 0,0,0x00,0xc8,0x30,0xf2,0x22,0x0a,0x0}},
586*4882a593Smuzhiyun {0x58, 0x5d, {0x121,2171,100, 0,0,0x00,0xc8,0x30,0xf2,0x22,0x0a,0x0}},
587*4882a593Smuzhiyun {0x5e, 0x66, {0x122,1426,100, 0,0,0x00,0xc8,0x30,0xf2,0x22,0x0a,0x0}},
588*4882a593Smuzhiyun {0x67, 0x7f, {0x123,-110,100, 0,0,0x00,0xc8,0x30,0xf2,0x22,0x0a,0x0}},
589*4882a593Smuzhiyun {0x01, 0x27, {0x118,9098,100, 0,0,0x00,0xc8,0x30,0xf2,0x22,0x0a,0x0}},
590*4882a593Smuzhiyun {0x28, 0x2d, {0x119,8335,100, 0,0,0x00,0xc8,0x30,0xf2,0x22,0x0a,0x0}},
591*4882a593Smuzhiyun {0x2e, 0x33, {0x11a,7560,100, 0,0,0x00,0xc8,0x30,0xf2,0x22,0x0a,0x0}},
592*4882a593Smuzhiyun {0x34, 0x39, {0x11b,6799,100, 0,0,0x00,0xc8,0x30,0xf2,0x22,0x0a,0x0}},
593*4882a593Smuzhiyun {0x3a, 0x3f, {0x11c,6037,100, 0,0,0x00,0xc8,0x30,0xf2,0x22,0x0a,0x0}},
594*4882a593Smuzhiyun {0x40, 0x45, {0x11d,5272,100, 0,0,0x00,0xc8,0x30,0xf2,0x22,0x0a,0x0}},
595*4882a593Smuzhiyun {0x46, 0x4b, {0x11e,4515,100, 0,0,0x00,0xc8,0x30,0xf2,0x22,0x0a,0x0}},
596*4882a593Smuzhiyun {0x4c, 0x51, {0x11f,3736,100, 0,0,0x00,0xc8,0x30,0xf2,0x22,0x0a,0x0}},
597*4882a593Smuzhiyun {0x52, 0x57, {0x120,3007,100, 0,0,0x00,0xc8,0x30,0xf2,0x22,0x0a,0x0}},
598*4882a593Smuzhiyun {0x58, 0x5d, {0x121,2161,100, 0,0,0x00,0xc8,0x30,0xf2,0x22,0x0a,0x0}},
599*4882a593Smuzhiyun {0x5e, 0x66, {0x122,1416,100, 0,0,0x00,0xc8,0x30,0xf2,0x22,0x0a,0x0}},
600*4882a593Smuzhiyun {0x67, 0x7f, {0x123,-120,100, 0,0,0x00,0xc8,0x30,0xf2,0x22,0x0a,0x0}}
601*4882a593Smuzhiyun };
602*4882a593Smuzhiyun static const struct opl4_region regions_52[] = { /* Calliope Lead */
603*4882a593Smuzhiyun {0x00, 0x7f, {0x0aa,1731,100, 0,0,0x00,0xc2,0x28,0x90,0x00,0x0a,0x2}},
604*4882a593Smuzhiyun {0x15, 0x6c, {0x076,3716,100, 0,0,0x00,0xb6,0x28,0xb0,0x00,0x09,0x2}}
605*4882a593Smuzhiyun };
606*4882a593Smuzhiyun static const struct opl4_region regions_53[] = { /* Chiffer Lead */
607*4882a593Smuzhiyun {0x00, 0x7f, {0x13a,3665,100, 0,2,0x00,0xcc,0x2a,0xf0,0x10,0x09,0x1}},
608*4882a593Smuzhiyun {0x01, 0x7f, {0x0fe,3660,100, 0,0,0x00,0xbe,0x28,0xf3,0x10,0x17,0x0}}
609*4882a593Smuzhiyun };
610*4882a593Smuzhiyun static const struct opl4_region regions_54[] = { /* Charang Lead */
611*4882a593Smuzhiyun {0x00, 0x40, {0x0a5,6594,100, 0,3,0x00,0xba,0x33,0xf2,0x11,0x09,0x0}},
612*4882a593Smuzhiyun {0x41, 0x7f, {0x0a6,5433,100, 0,3,0x00,0xba,0x33,0xf2,0x11,0x09,0x0}},
613*4882a593Smuzhiyun {0x01, 0x27, {0x118,9098,100, 0,2,0x00,0xa4,0x2a,0xf2,0x22,0x0e,0x0}},
614*4882a593Smuzhiyun {0x28, 0x2d, {0x119,8335,100, 0,2,0x00,0xa4,0x2a,0xf2,0x22,0x0e,0x0}},
615*4882a593Smuzhiyun {0x2e, 0x33, {0x11a,7560,100, 0,2,0x00,0xa4,0x2a,0xf2,0x22,0x0e,0x0}},
616*4882a593Smuzhiyun {0x34, 0x39, {0x11b,6799,100, 0,2,0x00,0xa4,0x2a,0xf2,0x22,0x0e,0x0}},
617*4882a593Smuzhiyun {0x3a, 0x3f, {0x11c,6037,100, 0,2,0x00,0xa4,0x2a,0xf2,0x22,0x0e,0x0}},
618*4882a593Smuzhiyun {0x40, 0x45, {0x11d,5272,100, 0,2,0x00,0xa4,0x2a,0xf2,0x22,0x0e,0x0}},
619*4882a593Smuzhiyun {0x46, 0x4b, {0x11e,4515,100, 0,2,0x00,0xa4,0x2a,0xf2,0x22,0x0e,0x0}},
620*4882a593Smuzhiyun {0x4c, 0x51, {0x11f,3736,100, 0,2,0x00,0xa4,0x2a,0xf2,0x22,0x0e,0x0}},
621*4882a593Smuzhiyun {0x52, 0x57, {0x120,3007,100, 0,2,0x00,0xa4,0x2a,0xf2,0x22,0x0e,0x0}},
622*4882a593Smuzhiyun {0x58, 0x5d, {0x121,2161,100, 0,2,0x00,0xa4,0x2a,0xf2,0x22,0x0e,0x0}},
623*4882a593Smuzhiyun {0x5e, 0x66, {0x122,1416,100, 0,2,0x00,0xa4,0x2a,0xf2,0x22,0x0e,0x0}},
624*4882a593Smuzhiyun {0x67, 0x7f, {0x123,-120,100, 0,2,0x00,0xa4,0x2a,0xf2,0x22,0x0e,0x0}}
625*4882a593Smuzhiyun };
626*4882a593Smuzhiyun static const struct opl4_region regions_55[] = { /* Voice Lead */
627*4882a593Smuzhiyun {0x00, 0x7f, {0x0aa,1739,100, 0,6,0x00,0x8c,0x2e,0x90,0x00,0x0a,0x0}},
628*4882a593Smuzhiyun {0x15, 0x6c, {0x02a,3474,100, 0,1,0x00,0xd8,0x29,0xf0,0x05,0x0a,0x0}}
629*4882a593Smuzhiyun };
630*4882a593Smuzhiyun static const struct opl4_region regions_56[] = { /* 5ths Lead */
631*4882a593Smuzhiyun {0x01, 0x27, {0x118,8468,100, 0,2,0x00,0xd0,0x32,0xf5,0x20,0x08,0x0}},
632*4882a593Smuzhiyun {0x28, 0x2d, {0x119,7705,100, 0,2,0x00,0xd0,0x32,0xf5,0x20,0x08,0x0}},
633*4882a593Smuzhiyun {0x2e, 0x33, {0x11a,6930,100, 0,2,0x00,0xd0,0x32,0xf5,0x20,0x08,0x0}},
634*4882a593Smuzhiyun {0x34, 0x39, {0x11b,6169,100, 0,2,0x00,0xd0,0x32,0xf5,0x20,0x08,0x0}},
635*4882a593Smuzhiyun {0x3a, 0x3f, {0x11c,5407,100, 0,2,0x00,0xd0,0x32,0xf5,0x20,0x08,0x0}},
636*4882a593Smuzhiyun {0x40, 0x45, {0x11d,4642,100, 0,2,0x00,0xd0,0x32,0xf5,0x20,0x08,0x0}},
637*4882a593Smuzhiyun {0x46, 0x4b, {0x11e,3885,100, 0,2,0x00,0xd0,0x32,0xf5,0x20,0x08,0x0}},
638*4882a593Smuzhiyun {0x4c, 0x51, {0x11f,3106,100, 0,2,0x00,0xd0,0x32,0xf5,0x20,0x08,0x0}},
639*4882a593Smuzhiyun {0x52, 0x57, {0x120,2377,100, 0,2,0x00,0xd0,0x32,0xf5,0x20,0x08,0x0}},
640*4882a593Smuzhiyun {0x58, 0x5d, {0x121,1531,100, 0,2,0x00,0xd0,0x32,0xf5,0x20,0x08,0x0}},
641*4882a593Smuzhiyun {0x5e, 0x64, {0x122, 786,100, 0,2,0x00,0xd0,0x32,0xf5,0x20,0x08,0x0}},
642*4882a593Smuzhiyun {0x65, 0x7f, {0x123,-750,100, 0,2,0x00,0xd0,0x32,0xf5,0x20,0x08,0x0}},
643*4882a593Smuzhiyun {0x05, 0x71, {0x002,4503,100, 0,1,0x00,0xb8,0x31,0xb3,0x20,0x0b,0x0}}
644*4882a593Smuzhiyun };
645*4882a593Smuzhiyun static const struct opl4_region regions_57[] = { /* Bass & Lead */
646*4882a593Smuzhiyun {0x00, 0x7f, {0x117,8109,100, 0,1,0x00,0xbc,0x29,0xf3,0x50,0x08,0x0}},
647*4882a593Smuzhiyun {0x01, 0x27, {0x118,9097,100, 0,2,0x00,0xbc,0x2a,0xf2,0x20,0x0a,0x0}},
648*4882a593Smuzhiyun {0x28, 0x2d, {0x119,8334,100, 0,2,0x00,0xbc,0x2a,0xf2,0x20,0x0a,0x0}},
649*4882a593Smuzhiyun {0x2e, 0x33, {0x11a,7559,100, 0,2,0x00,0xbc,0x2a,0xf2,0x20,0x0a,0x0}},
650*4882a593Smuzhiyun {0x34, 0x39, {0x11b,6798,100, 0,2,0x00,0xbc,0x2a,0xf2,0x20,0x0a,0x0}},
651*4882a593Smuzhiyun {0x3a, 0x3f, {0x11c,6036,100, 0,2,0x00,0xbc,0x2a,0xf2,0x20,0x0a,0x0}},
652*4882a593Smuzhiyun {0x40, 0x45, {0x11d,5271,100, 0,2,0x00,0xbc,0x2a,0xf2,0x20,0x0a,0x0}},
653*4882a593Smuzhiyun {0x46, 0x4b, {0x11e,4514,100, 0,2,0x00,0xbc,0x2a,0xf2,0x20,0x0a,0x0}},
654*4882a593Smuzhiyun {0x4c, 0x51, {0x11f,3735,100, 0,2,0x00,0xbc,0x2a,0xf2,0x20,0x0a,0x0}},
655*4882a593Smuzhiyun {0x52, 0x57, {0x120,3006,100, 0,2,0x00,0xbc,0x2a,0xf2,0x20,0x0a,0x0}},
656*4882a593Smuzhiyun {0x58, 0x5d, {0x121,2160,100, 0,2,0x00,0xbc,0x2a,0xf2,0x20,0x0a,0x0}},
657*4882a593Smuzhiyun {0x5e, 0x66, {0x122,1415,100, 0,2,0x00,0xbc,0x2a,0xf2,0x20,0x0a,0x0}},
658*4882a593Smuzhiyun {0x67, 0x7f, {0x123,-121,100, 0,2,0x00,0xbc,0x2a,0xf2,0x20,0x0a,0x0}}
659*4882a593Smuzhiyun };
660*4882a593Smuzhiyun static const struct opl4_region regions_58[] = { /* New Age Pad */
661*4882a593Smuzhiyun {0x15, 0x6c, {0x002,4501,100, 0,4,0x00,0xa4,0x24,0x80,0x01,0x05,0x0}},
662*4882a593Smuzhiyun {0x15, 0x6c, {0x0f3,4253,100, 0,3,0x00,0x8c,0x23,0xa2,0x14,0x06,0x1}}
663*4882a593Smuzhiyun };
664*4882a593Smuzhiyun static const struct opl4_region regions_59[] = { /* Warm Pad */
665*4882a593Smuzhiyun {0x15, 0x6c, {0x04e,5306,100, 2,2,0x00,0x92,0x2a,0x34,0x23,0x05,0x2}},
666*4882a593Smuzhiyun {0x15, 0x6c, {0x029,3575,100,-2,2,0x00,0xbe,0x22,0x31,0x23,0x06,0x0}}
667*4882a593Smuzhiyun };
668*4882a593Smuzhiyun static const struct opl4_region regions_5a[] = { /* Polysynth Pad */
669*4882a593Smuzhiyun {0x01, 0x27, {0x118,9111,100, 0,3,0x00,0xae,0x23,0xf2,0x20,0x07,0x1}},
670*4882a593Smuzhiyun {0x28, 0x2d, {0x119,8348,100, 0,3,0x00,0xae,0x23,0xf2,0x20,0x07,0x1}},
671*4882a593Smuzhiyun {0x2e, 0x33, {0x11a,7573,100, 0,3,0x00,0xae,0x23,0xf2,0x20,0x07,0x1}},
672*4882a593Smuzhiyun {0x34, 0x39, {0x11b,6812,100, 0,3,0x00,0xae,0x23,0xf2,0x20,0x07,0x1}},
673*4882a593Smuzhiyun {0x3a, 0x3f, {0x11c,6050,100, 0,3,0x00,0xae,0x23,0xf2,0x20,0x07,0x1}},
674*4882a593Smuzhiyun {0x40, 0x45, {0x11d,5285,100, 0,3,0x00,0xae,0x23,0xf2,0x20,0x07,0x1}},
675*4882a593Smuzhiyun {0x46, 0x4b, {0x11e,4528,100, 0,3,0x00,0xae,0x23,0xf2,0x20,0x07,0x1}},
676*4882a593Smuzhiyun {0x4c, 0x51, {0x11f,3749,100, 0,3,0x00,0xae,0x23,0xf2,0x20,0x07,0x1}},
677*4882a593Smuzhiyun {0x52, 0x57, {0x120,3020,100, 0,3,0x00,0xae,0x23,0xf2,0x20,0x07,0x1}},
678*4882a593Smuzhiyun {0x58, 0x5d, {0x121,2174,100, 0,3,0x00,0xae,0x23,0xf2,0x20,0x07,0x1}},
679*4882a593Smuzhiyun {0x5e, 0x66, {0x122,1429,100, 0,3,0x00,0xae,0x23,0xf2,0x20,0x07,0x1}},
680*4882a593Smuzhiyun {0x67, 0x7f, {0x123,-107,100, 0,3,0x00,0xae,0x23,0xf2,0x20,0x07,0x1}},
681*4882a593Smuzhiyun {0x00, 0x7f, {0x124,4024,100, 0,2,0x00,0xae,0x22,0xe5,0x20,0x08,0x0}}
682*4882a593Smuzhiyun };
683*4882a593Smuzhiyun static const struct opl4_region regions_5b[] = { /* Choir Pad */
684*4882a593Smuzhiyun {0x15, 0x3a, {0x018,5010,100, 0,5,0x00,0xb0,0x25,0x70,0x00,0x06,0x0}},
685*4882a593Smuzhiyun {0x3b, 0x40, {0x019,4370,100, 0,5,0x00,0xb0,0x25,0x70,0x00,0x06,0x0}},
686*4882a593Smuzhiyun {0x41, 0x47, {0x01a,3478,100, 0,5,0x00,0xb0,0x25,0x70,0x00,0x06,0x0}},
687*4882a593Smuzhiyun {0x48, 0x6c, {0x01b,2197,100, 0,5,0x00,0xb0,0x25,0x70,0x00,0x06,0x0}},
688*4882a593Smuzhiyun {0x15, 0x6c, {0x02a,3482,100, 0,4,0x00,0x98,0x24,0x65,0x21,0x06,0x0}}
689*4882a593Smuzhiyun };
690*4882a593Smuzhiyun static const struct opl4_region regions_5c[] = { /* Bowed Pad */
691*4882a593Smuzhiyun {0x15, 0x6c, {0x101,4790,100,-1,1,0x00,0xbe,0x19,0x44,0x14,0x16,0x0}},
692*4882a593Smuzhiyun {0x00, 0x7f, {0x0aa,1720,100, 1,1,0x00,0x94,0x19,0x40,0x00,0x06,0x0}}
693*4882a593Smuzhiyun };
694*4882a593Smuzhiyun static const struct opl4_region regions_5d[] = { /* Metallic Pad */
695*4882a593Smuzhiyun {0x15, 0x31, {0x00c,6943,100, 0,2,0x00,0xa0,0x0a,0x60,0x03,0x06,0x0}},
696*4882a593Smuzhiyun {0x32, 0x38, {0x00d,5416,100, 0,2,0x00,0xa0,0x0a,0x60,0x03,0x06,0x0}},
697*4882a593Smuzhiyun {0x39, 0x47, {0x00e,4385,100, 0,2,0x00,0xa0,0x0a,0x60,0x03,0x06,0x0}},
698*4882a593Smuzhiyun {0x48, 0x6c, {0x00f,2849,100, 0,2,0x00,0xa0,0x0a,0x60,0x03,0x06,0x0}},
699*4882a593Smuzhiyun {0x00, 0x7f, {0x03f,4224,100, 0,1,0x00,0x9c,0x31,0x65,0x16,0x07,0x0}}
700*4882a593Smuzhiyun };
701*4882a593Smuzhiyun static const struct opl4_region regions_5e[] = { /* Halo Pad */
702*4882a593Smuzhiyun {0x00, 0x7f, {0x124,4038,100, 0,2,0x00,0xa6,0x1a,0x85,0x23,0x08,0x0}},
703*4882a593Smuzhiyun {0x15, 0x6c, {0x02a,3471,100, 0,3,0x00,0xc0,0x1b,0xc0,0x05,0x06,0x0}}
704*4882a593Smuzhiyun };
705*4882a593Smuzhiyun static const struct opl4_region regions_5f[] = { /* Sweep Pad */
706*4882a593Smuzhiyun {0x01, 0x27, {0x0d3,9100,100, 0,1,0x00,0xce,0x19,0x13,0x11,0x06,0x0}},
707*4882a593Smuzhiyun {0x28, 0x2d, {0x0da,8341,100, 0,1,0x00,0xce,0x19,0x13,0x11,0x06,0x0}},
708*4882a593Smuzhiyun {0x2e, 0x33, {0x0d4,7564,100, 0,1,0x00,0xce,0x19,0x13,0x11,0x06,0x0}},
709*4882a593Smuzhiyun {0x34, 0x39, {0x0db,6791,100, 0,1,0x00,0xce,0x19,0x13,0x11,0x06,0x0}},
710*4882a593Smuzhiyun {0x3a, 0x3f, {0x0d5,6048,100, 0,1,0x00,0xce,0x19,0x13,0x11,0x06,0x0}},
711*4882a593Smuzhiyun {0x40, 0x45, {0x0dc,5263,100, 0,1,0x00,0xce,0x19,0x13,0x11,0x06,0x0}},
712*4882a593Smuzhiyun {0x46, 0x4b, {0x0d6,4499,100, 0,1,0x00,0xce,0x19,0x13,0x11,0x06,0x0}},
713*4882a593Smuzhiyun {0x4c, 0x51, {0x0dd,3747,100, 0,1,0x00,0xce,0x19,0x13,0x11,0x06,0x0}},
714*4882a593Smuzhiyun {0x52, 0x57, {0x0d7,3018,100, 0,1,0x00,0xce,0x19,0x13,0x11,0x06,0x0}},
715*4882a593Smuzhiyun {0x58, 0x5d, {0x0de,2173,100, 0,1,0x00,0xce,0x19,0x13,0x11,0x06,0x0}},
716*4882a593Smuzhiyun {0x5e, 0x63, {0x0d8,1427,100, 0,1,0x00,0xce,0x19,0x13,0x11,0x06,0x0}},
717*4882a593Smuzhiyun {0x64, 0x7f, {0x0d9,-109,100, 0,1,0x00,0xce,0x19,0x13,0x11,0x06,0x0}},
718*4882a593Smuzhiyun {0x01, 0x27, {0x0d3,9088,100, 0,0,0x00,0xce,0x18,0x13,0x11,0x06,0x0}},
719*4882a593Smuzhiyun {0x28, 0x2d, {0x0da,8329,100, 0,0,0x00,0xce,0x18,0x13,0x11,0x06,0x0}},
720*4882a593Smuzhiyun {0x2e, 0x33, {0x0d4,7552,100, 0,0,0x00,0xce,0x18,0x13,0x11,0x06,0x0}},
721*4882a593Smuzhiyun {0x34, 0x39, {0x0db,6779,100, 0,0,0x00,0xce,0x18,0x13,0x11,0x06,0x0}},
722*4882a593Smuzhiyun {0x3a, 0x3f, {0x0d5,6036,100, 0,0,0x00,0xce,0x18,0x13,0x11,0x06,0x0}},
723*4882a593Smuzhiyun {0x40, 0x45, {0x0dc,5251,100, 0,0,0x00,0xce,0x18,0x13,0x11,0x06,0x0}},
724*4882a593Smuzhiyun {0x46, 0x4b, {0x0d6,4487,100, 0,0,0x00,0xce,0x18,0x13,0x11,0x06,0x0}},
725*4882a593Smuzhiyun {0x4c, 0x51, {0x0dd,3735,100, 0,0,0x00,0xce,0x18,0x13,0x11,0x06,0x0}},
726*4882a593Smuzhiyun {0x52, 0x57, {0x0d7,3006,100, 0,0,0x00,0xce,0x18,0x13,0x11,0x06,0x0}},
727*4882a593Smuzhiyun {0x58, 0x5d, {0x0de,2161,100, 0,0,0x00,0xce,0x18,0x13,0x11,0x06,0x0}},
728*4882a593Smuzhiyun {0x5e, 0x63, {0x0d8,1415,100, 0,0,0x00,0xce,0x18,0x13,0x11,0x06,0x0}},
729*4882a593Smuzhiyun {0x64, 0x7f, {0x0d9,-121,100, 0,0,0x00,0xce,0x18,0x13,0x11,0x06,0x0}}
730*4882a593Smuzhiyun };
731*4882a593Smuzhiyun static const struct opl4_region regions_60[] = { /* Ice Rain */
732*4882a593Smuzhiyun {0x01, 0x7f, {0x04e,9345,100, 0,2,0x00,0xcc,0x22,0xa3,0x63,0x17,0x0}},
733*4882a593Smuzhiyun {0x00, 0x7f, {0x143,5586, 20, 0,2,0x00,0x6e,0x2a,0xf0,0x05,0x05,0x0}}
734*4882a593Smuzhiyun };
735*4882a593Smuzhiyun static const struct opl4_region regions_61[] = { /* Soundtrack */
736*4882a593Smuzhiyun {0x15, 0x6c, {0x002,4501,100, 0,2,0x00,0xb6,0x2a,0x60,0x01,0x05,0x0}},
737*4882a593Smuzhiyun {0x15, 0x6c, {0x0f3,1160,100, 0,5,0x00,0xa8,0x2d,0x52,0x14,0x06,0x2}}
738*4882a593Smuzhiyun };
739*4882a593Smuzhiyun static const struct opl4_region regions_62[] = { /* Crystal */
740*4882a593Smuzhiyun {0x15, 0x6c, {0x0f3,1826,100, 0,3,0x00,0xb8,0x33,0xf6,0x25,0x25,0x0}},
741*4882a593Smuzhiyun {0x15, 0x2c, {0x06d,7454,100, 0,3,0x00,0xac,0x3b,0x85,0x24,0x06,0x0}},
742*4882a593Smuzhiyun {0x2d, 0x36, {0x06e,5925,100, 0,3,0x00,0xac,0x3b,0x85,0x24,0x06,0x0}},
743*4882a593Smuzhiyun {0x37, 0x6c, {0x06f,4403,100, 0,3,0x09,0xac,0x3b,0x85,0x24,0x06,0x0}}
744*4882a593Smuzhiyun };
745*4882a593Smuzhiyun static const struct opl4_region regions_63[] = { /* Atmosphere */
746*4882a593Smuzhiyun {0x05, 0x71, {0x002,4509,100, 0,2,0x00,0xc8,0x32,0x73,0x22,0x06,0x1}},
747*4882a593Smuzhiyun {0x15, 0x2f, {0x0b3,6964,100, 0,2,0x05,0xc2,0x32,0xf5,0x34,0x07,0x2}},
748*4882a593Smuzhiyun {0x30, 0x36, {0x0b7,5567,100, 0,2,0x0c,0xc2,0x32,0xf5,0x34,0x07,0x2}},
749*4882a593Smuzhiyun {0x37, 0x3c, {0x0b5,4653,100, 0,2,0x00,0xc2,0x32,0xf6,0x34,0x07,0x2}},
750*4882a593Smuzhiyun {0x3d, 0x43, {0x0b4,3892,100, 0,2,0x00,0xc2,0x32,0xf6,0x35,0x07,0x2}},
751*4882a593Smuzhiyun {0x44, 0x60, {0x0b6,2723,100, 0,2,0x00,0xc2,0x32,0xf6,0x35,0x17,0x2}}
752*4882a593Smuzhiyun };
753*4882a593Smuzhiyun static const struct opl4_region regions_64[] = { /* Brightness */
754*4882a593Smuzhiyun {0x00, 0x7f, {0x137,5285,100, 0,2,0x00,0xbe,0x2a,0xa5,0x18,0x08,0x0}},
755*4882a593Smuzhiyun {0x15, 0x6c, {0x02a,3481,100, 0,1,0x00,0xc8,0x29,0x80,0x05,0x05,0x0}}
756*4882a593Smuzhiyun };
757*4882a593Smuzhiyun static const struct opl4_region regions_65[] = { /* Goblins */
758*4882a593Smuzhiyun {0x15, 0x6c, {0x002,4501,100,-1,2,0x00,0xca,0x2a,0x40,0x01,0x05,0x0}},
759*4882a593Smuzhiyun {0x15, 0x6c, {0x009,9679, 20, 1,4,0x00,0x3c,0x0c,0x22,0x11,0x06,0x0}}
760*4882a593Smuzhiyun };
761*4882a593Smuzhiyun static const struct opl4_region regions_66[] = { /* Echoes */
762*4882a593Smuzhiyun {0x15, 0x6c, {0x02a,3487,100, 0,3,0x00,0xae,0x2b,0xf5,0x21,0x06,0x0}},
763*4882a593Smuzhiyun {0x00, 0x7f, {0x124,4027,100, 0,3,0x00,0xae,0x2b,0x85,0x23,0x07,0x0}}
764*4882a593Smuzhiyun };
765*4882a593Smuzhiyun static const struct opl4_region regions_67[] = { /* Sci-Fi */
766*4882a593Smuzhiyun {0x15, 0x31, {0x00c,6940,100, 0,3,0x00,0xc8,0x2b,0x90,0x05,0x06,0x3}},
767*4882a593Smuzhiyun {0x32, 0x38, {0x00d,5413,100, 0,3,0x00,0xc8,0x2b,0x90,0x05,0x06,0x3}},
768*4882a593Smuzhiyun {0x39, 0x47, {0x00e,4382,100, 0,3,0x00,0xc8,0x2b,0x90,0x05,0x06,0x3}},
769*4882a593Smuzhiyun {0x48, 0x6c, {0x00f,2846,100, 0,3,0x00,0xc8,0x2b,0x90,0x05,0x06,0x3}},
770*4882a593Smuzhiyun {0x15, 0x6c, {0x002,4498,100, 0,2,0x00,0xd4,0x22,0x80,0x01,0x05,0x0}}
771*4882a593Smuzhiyun };
772*4882a593Smuzhiyun static const struct opl4_region regions_68[] = { /* Sitar */
773*4882a593Smuzhiyun {0x00, 0x7f, {0x10f,4408,100, 0,2,0x00,0xc4,0x32,0xf4,0x15,0x16,0x1}}
774*4882a593Smuzhiyun };
775*4882a593Smuzhiyun static const struct opl4_region regions_69[] = { /* Banjo */
776*4882a593Smuzhiyun {0x15, 0x34, {0x013,5685,100, 0,0,0x00,0xdc,0x38,0xf6,0x15,0x09,0x0}},
777*4882a593Smuzhiyun {0x35, 0x38, {0x014,5009,100, 0,0,0x00,0xdc,0x38,0xf6,0x15,0x09,0x0}},
778*4882a593Smuzhiyun {0x39, 0x3c, {0x012,4520,100, 0,0,0x00,0xdc,0x38,0xf6,0x15,0x09,0x0}},
779*4882a593Smuzhiyun {0x3d, 0x44, {0x015,3622,100, 0,0,0x00,0xdc,0x38,0xf6,0x15,0x09,0x0}},
780*4882a593Smuzhiyun {0x45, 0x4c, {0x017,2661,100, 0,0,0x00,0xdc,0x38,0xf6,0x15,0x09,0x0}},
781*4882a593Smuzhiyun {0x4d, 0x6d, {0x016,1632,100, 0,0,0x00,0xdc,0x38,0xf6,0x15,0x09,0x0}}
782*4882a593Smuzhiyun };
783*4882a593Smuzhiyun static const struct opl4_region regions_6a[] = { /* Shamisen */
784*4882a593Smuzhiyun {0x15, 0x6c, {0x10e,3273,100, 0,0,0x00,0xc0,0x28,0xf7,0x76,0x08,0x0}}
785*4882a593Smuzhiyun };
786*4882a593Smuzhiyun static const struct opl4_region regions_6b[] = { /* Koto */
787*4882a593Smuzhiyun {0x00, 0x7f, {0x0a9,4033,100, 0,0,0x00,0xc6,0x20,0xf0,0x06,0x07,0x0}}
788*4882a593Smuzhiyun };
789*4882a593Smuzhiyun static const struct opl4_region regions_6c[] = { /* Kalimba */
790*4882a593Smuzhiyun {0x00, 0x7f, {0x137,3749,100, 0,0,0x00,0xce,0x38,0xf5,0x18,0x08,0x0}}
791*4882a593Smuzhiyun };
792*4882a593Smuzhiyun static const struct opl4_region regions_6d[] = { /* Bagpipe */
793*4882a593Smuzhiyun {0x15, 0x39, {0x0a4,7683,100, 0,4,0x00,0xc0,0x1c,0xf0,0x00,0x09,0x0}},
794*4882a593Smuzhiyun {0x15, 0x39, {0x0a7,7680,100, 0,1,0x00,0xaa,0x19,0xf0,0x00,0x09,0x0}},
795*4882a593Smuzhiyun {0x3a, 0x6c, {0x0a8,3697,100, 0,1,0x00,0xaa,0x19,0xf0,0x00,0x09,0x0}}
796*4882a593Smuzhiyun };
797*4882a593Smuzhiyun static const struct opl4_region regions_6e[] = { /* Fiddle */
798*4882a593Smuzhiyun {0x15, 0x3a, {0x105,5158,100, 0,1,0x00,0xca,0x31,0xf3,0x20,0x09,0x0}},
799*4882a593Smuzhiyun {0x3b, 0x3f, {0x102,4754,100, 0,1,0x00,0xca,0x31,0xf3,0x20,0x09,0x0}},
800*4882a593Smuzhiyun {0x40, 0x41, {0x106,4132,100, 0,1,0x00,0xca,0x31,0xf3,0x20,0x09,0x0}},
801*4882a593Smuzhiyun {0x42, 0x44, {0x107,4033,100, 0,1,0x00,0xca,0x31,0xf3,0x20,0x09,0x0}},
802*4882a593Smuzhiyun {0x45, 0x47, {0x108,3580,100, 0,1,0x00,0xca,0x31,0xf3,0x20,0x09,0x0}},
803*4882a593Smuzhiyun {0x48, 0x4a, {0x10a,2957,100, 0,1,0x00,0xca,0x31,0xf3,0x20,0x09,0x0}},
804*4882a593Smuzhiyun {0x4b, 0x4c, {0x10b,2724,100, 0,1,0x00,0xca,0x31,0xf3,0x20,0x09,0x0}},
805*4882a593Smuzhiyun {0x4d, 0x4e, {0x10c,2530,100, 0,1,0x00,0xca,0x31,0xf3,0x20,0x09,0x0}},
806*4882a593Smuzhiyun {0x4f, 0x51, {0x10d,2166,100, 0,1,0x00,0xca,0x31,0xf3,0x20,0x09,0x0}},
807*4882a593Smuzhiyun {0x52, 0x6c, {0x109,1825,100, 0,1,0x00,0xca,0x31,0xf3,0x20,0x09,0x0}}
808*4882a593Smuzhiyun };
809*4882a593Smuzhiyun static const struct opl4_region regions_6f[] = { /* Shanai */
810*4882a593Smuzhiyun {0x15, 0x6c, {0x041,6946,100, 0,1,0x00,0xc4,0x31,0x95,0x20,0x09,0x0}}
811*4882a593Smuzhiyun };
812*4882a593Smuzhiyun static const struct opl4_region regions_70[] = { /* Tinkle Bell */
813*4882a593Smuzhiyun {0x15, 0x73, {0x0f3,1821,100, 0,3,0x00,0xc8,0x3b,0xd6,0x25,0x25,0x0}},
814*4882a593Smuzhiyun {0x00, 0x7f, {0x137,5669,100, 0,3,0x00,0x66,0x3b,0xf5,0x18,0x08,0x0}}
815*4882a593Smuzhiyun };
816*4882a593Smuzhiyun static const struct opl4_region regions_71[] = { /* Agogo */
817*4882a593Smuzhiyun {0x15, 0x74, {0x00b,2474,100, 0,0,0x00,0xd2,0x38,0xf0,0x00,0x09,0x0}}
818*4882a593Smuzhiyun };
819*4882a593Smuzhiyun static const struct opl4_region regions_72[] = { /* Steel Drums */
820*4882a593Smuzhiyun {0x01, 0x7f, {0x0fe,3670,100, 0,0,0x00,0xca,0x38,0xf3,0x06,0x17,0x1}},
821*4882a593Smuzhiyun {0x15, 0x6c, {0x100,9602,100, 0,0,0x00,0x54,0x38,0xb0,0x05,0x16,0x1}}
822*4882a593Smuzhiyun };
823*4882a593Smuzhiyun static const struct opl4_region regions_73[] = { /* Woodblock */
824*4882a593Smuzhiyun {0x15, 0x6c, {0x02c,2963, 50, 0,0,0x07,0xd4,0x00,0xf0,0x00,0x09,0x0}}
825*4882a593Smuzhiyun };
826*4882a593Smuzhiyun static const struct opl4_region regions_74[] = { /* Taiko Drum */
827*4882a593Smuzhiyun {0x13, 0x6c, {0x03e,1194, 50, 0,0,0x00,0xaa,0x38,0xf0,0x04,0x04,0x0}}
828*4882a593Smuzhiyun };
829*4882a593Smuzhiyun static const struct opl4_region regions_75[] = { /* Melodic Tom */
830*4882a593Smuzhiyun {0x15, 0x6c, {0x0c7,6418, 50, 0,0,0x00,0xe4,0x38,0xf0,0x05,0x01,0x0}}
831*4882a593Smuzhiyun };
832*4882a593Smuzhiyun static const struct opl4_region regions_76[] = { /* Synth Drum */
833*4882a593Smuzhiyun {0x15, 0x6c, {0x026,3898, 50, 0,0,0x00,0xd0,0x38,0xf0,0x04,0x04,0x0}}
834*4882a593Smuzhiyun };
835*4882a593Smuzhiyun static const struct opl4_region regions_77[] = { /* Reverse Cymbal */
836*4882a593Smuzhiyun {0x15, 0x6c, {0x031,4138, 50, 0,0,0x00,0xfe,0x38,0x3a,0xf0,0x09,0x0}}
837*4882a593Smuzhiyun };
838*4882a593Smuzhiyun static const struct opl4_region regions_78[] = { /* Guitar Fret Noise */
839*4882a593Smuzhiyun {0x15, 0x6c, {0x138,5266,100, 0,0,0x00,0xa0,0x38,0xf0,0x00,0x09,0x0}}
840*4882a593Smuzhiyun };
841*4882a593Smuzhiyun static const struct opl4_region regions_79[] = { /* Breath Noise */
842*4882a593Smuzhiyun {0x01, 0x7f, {0x125,4269,100, 0,0,0x1e,0xd0,0x38,0xf0,0x00,0x09,0x0}}
843*4882a593Smuzhiyun };
844*4882a593Smuzhiyun static const struct opl4_region regions_7a[] = { /* Seashore */
845*4882a593Smuzhiyun {0x15, 0x6c, {0x008,2965, 20,-2,0,0x00,0xfe,0x00,0x20,0x03,0x04,0x0}},
846*4882a593Smuzhiyun {0x01, 0x7f, {0x037,4394, 20, 2,0,0x14,0xfe,0x00,0x20,0x04,0x05,0x0}}
847*4882a593Smuzhiyun };
848*4882a593Smuzhiyun static const struct opl4_region regions_7b[] = { /* Bird Tweet */
849*4882a593Smuzhiyun {0x15, 0x6c, {0x009,8078, 5,-4,7,0x00,0xc2,0x0f,0x22,0x12,0x07,0x0}},
850*4882a593Smuzhiyun {0x15, 0x6c, {0x009,3583, 5, 4,5,0x00,0xae,0x15,0x72,0x12,0x07,0x0}}
851*4882a593Smuzhiyun };
852*4882a593Smuzhiyun static const struct opl4_region regions_7c[] = { /* Telephone Ring */
853*4882a593Smuzhiyun {0x15, 0x6c, {0x003,3602, 10, 0,0,0x00,0xce,0x00,0xf0,0x00,0x0f,0x0}}
854*4882a593Smuzhiyun };
855*4882a593Smuzhiyun static const struct opl4_region regions_7d[] = { /* Helicopter */
856*4882a593Smuzhiyun {0x0c, 0x7f, {0x001,2965, 10,-2,0,0x00,0xe0,0x08,0x30,0x01,0x07,0x0}},
857*4882a593Smuzhiyun {0x01, 0x7f, {0x037,4394, 10, 2,0,0x44,0x76,0x00,0x30,0x01,0x07,0x0}}
858*4882a593Smuzhiyun };
859*4882a593Smuzhiyun static const struct opl4_region regions_7e[] = { /* Applause */
860*4882a593Smuzhiyun {0x15, 0x6c, {0x036,8273, 20,-6,7,0x00,0xc4,0x0f,0x70,0x01,0x05,0x0}},
861*4882a593Smuzhiyun {0x15, 0x6c, {0x036,8115, 5, 6,7,0x00,0xc6,0x07,0x70,0x01,0x05,0x0}}
862*4882a593Smuzhiyun };
863*4882a593Smuzhiyun static const struct opl4_region regions_7f[] = { /* Gun Shot */
864*4882a593Smuzhiyun {0x15, 0x6c, {0x139,2858, 20, 0,0,0x00,0xbe,0x38,0xf0,0x03,0x00,0x0}}
865*4882a593Smuzhiyun };
866*4882a593Smuzhiyun static const struct opl4_region regions_drums[] = {
867*4882a593Smuzhiyun {0x18, 0x18, {0x0cb,6397,100, 3,0,0x00,0xf4,0x38,0xc9,0x1c,0x0c,0x0}},
868*4882a593Smuzhiyun {0x19, 0x19, {0x0c4,3714,100, 0,0,0x00,0xe0,0x00,0x97,0x19,0x09,0x0}},
869*4882a593Smuzhiyun {0x1a, 0x1a, {0x0c4,3519,100, 0,0,0x00,0xea,0x00,0x61,0x01,0x07,0x0}},
870*4882a593Smuzhiyun {0x1b, 0x1b, {0x0c4,3586,100, 0,0,0x00,0xea,0x00,0xf7,0x19,0x09,0x0}},
871*4882a593Smuzhiyun {0x1c, 0x1c, {0x0c4,3586,100, 0,0,0x00,0xea,0x00,0x81,0x01,0x07,0x0}},
872*4882a593Smuzhiyun {0x1e, 0x1e, {0x0c3,4783,100, 0,0,0x00,0xea,0x00,0xf0,0x00,0x09,0x0}},
873*4882a593Smuzhiyun {0x1f, 0x1f, {0x0d1,4042,100, 0,0,0x00,0xd6,0x00,0xf0,0x05,0x05,0x0}},
874*4882a593Smuzhiyun {0x20, 0x20, {0x0d2,5943,100, 0,0,0x00,0xcc,0x00,0xf0,0x00,0x09,0x0}},
875*4882a593Smuzhiyun {0x21, 0x21, {0x011,3842,100, 0,0,0x00,0xea,0x00,0xf0,0x16,0x06,0x0}},
876*4882a593Smuzhiyun {0x23, 0x23, {0x011,4098,100, 0,0,0x00,0xea,0x00,0xf0,0x16,0x06,0x0}},
877*4882a593Smuzhiyun {0x24, 0x24, {0x011,4370,100, 0,0,0x00,0xea,0x00,0xf0,0x00,0x06,0x0}},
878*4882a593Smuzhiyun {0x25, 0x25, {0x0d2,4404,100, 0,0,0x00,0xd6,0x00,0xf0,0x00,0x06,0x0}},
879*4882a593Smuzhiyun {0x26, 0x26, {0x0d1,4298,100, 0,0,0x00,0xd6,0x00,0xf0,0x05,0x05,0x0}},
880*4882a593Smuzhiyun {0x27, 0x27, {0x00a,4403,100,-1,0,0x00,0xd6,0x00,0xf0,0x00,0x09,0x0}},
881*4882a593Smuzhiyun {0x28, 0x28, {0x0d1,4554,100, 0,0,0x00,0xdc,0x00,0xf0,0x07,0x07,0x0}},
882*4882a593Smuzhiyun {0x29, 0x29, {0x0c8,4242,100,-4,0,0x00,0xd6,0x00,0xf6,0x16,0x06,0x0}},
883*4882a593Smuzhiyun {0x2a, 0x2a, {0x079,6160,100, 2,0,0x00,0xe0,0x00,0xf5,0x19,0x09,0x0}},
884*4882a593Smuzhiyun {0x2b, 0x2b, {0x0c8,4626,100,-3,0,0x00,0xd6,0x00,0xf6,0x16,0x06,0x0}},
885*4882a593Smuzhiyun {0x2c, 0x2c, {0x07b,6039,100, 2,0,0x00,0xd6,0x00,0xf0,0x00,0x09,0x0}},
886*4882a593Smuzhiyun {0x2d, 0x2d, {0x0c8,5394,100,-2,0,0x00,0xd6,0x00,0xf6,0x16,0x06,0x0}},
887*4882a593Smuzhiyun {0x2e, 0x2e, {0x07a,5690,100, 2,0,0x00,0xd6,0x00,0xf0,0x00,0x05,0x0}},
888*4882a593Smuzhiyun {0x2f, 0x2f, {0x0c7,5185,100, 2,0,0x00,0xe0,0x00,0xf6,0x17,0x07,0x0}},
889*4882a593Smuzhiyun {0x30, 0x30, {0x0c7,5650,100, 3,0,0x00,0xe0,0x00,0xf6,0x17,0x07,0x0}},
890*4882a593Smuzhiyun {0x31, 0x31, {0x031,4395,100, 2,0,0x00,0xea,0x00,0xf0,0x05,0x05,0x0}},
891*4882a593Smuzhiyun {0x32, 0x32, {0x0c7,6162,100, 4,0,0x00,0xe0,0x00,0xf6,0x17,0x07,0x0}},
892*4882a593Smuzhiyun {0x33, 0x33, {0x02e,4391,100,-2,0,0x00,0xea,0x00,0xf0,0x05,0x05,0x0}},
893*4882a593Smuzhiyun {0x34, 0x34, {0x07a,3009,100,-2,0,0x00,0xea,0x00,0xf2,0x15,0x05,0x0}},
894*4882a593Smuzhiyun {0x35, 0x35, {0x021,4522,100,-3,0,0x00,0xd6,0x00,0xf0,0x05,0x05,0x0}},
895*4882a593Smuzhiyun {0x36, 0x36, {0x025,5163,100, 1,0,0x00,0xe0,0x00,0xf0,0x00,0x09,0x0}},
896*4882a593Smuzhiyun {0x37, 0x37, {0x031,5287,100,-1,0,0x00,0xea,0x00,0xf5,0x16,0x06,0x0}},
897*4882a593Smuzhiyun {0x38, 0x38, {0x01d,4395,100, 2,0,0x00,0xe0,0x00,0xf0,0x00,0x09,0x0}},
898*4882a593Smuzhiyun {0x39, 0x39, {0x031,4647,100,-2,0,0x00,0xea,0x00,0xf4,0x16,0x06,0x0}},
899*4882a593Smuzhiyun {0x3a, 0x3a, {0x09d,4426,100,-4,0,0x00,0xe0,0x00,0xf4,0x17,0x07,0x0}},
900*4882a593Smuzhiyun {0x3b, 0x3b, {0x02e,4659,100,-2,0,0x00,0xea,0x00,0xf0,0x06,0x06,0x0}},
901*4882a593Smuzhiyun {0x3c, 0x3c, {0x01c,4769,100, 4,0,0x00,0xea,0x00,0xf0,0x00,0x09,0x0}},
902*4882a593Smuzhiyun {0x3d, 0x3d, {0x01c,4611,100, 4,0,0x00,0xea,0x00,0xf0,0x00,0x09,0x0}},
903*4882a593Smuzhiyun {0x3e, 0x3e, {0x01e,4402,100,-3,0,0x00,0xea,0x00,0xf0,0x00,0x09,0x0}},
904*4882a593Smuzhiyun {0x3f, 0x3f, {0x01f,4387,100,-3,0,0x00,0xea,0x00,0xf0,0x00,0x09,0x0}},
905*4882a593Smuzhiyun {0x40, 0x40, {0x01f,3983,100,-2,0,0x00,0xea,0x00,0xf0,0x00,0x09,0x0}},
906*4882a593Smuzhiyun {0x41, 0x41, {0x09c,4526,100, 2,0,0x00,0xea,0x00,0xf0,0x00,0x09,0x0}},
907*4882a593Smuzhiyun {0x42, 0x42, {0x09c,4016,100, 2,0,0x00,0xea,0x00,0xf0,0x00,0x09,0x0}},
908*4882a593Smuzhiyun {0x43, 0x43, {0x00b,4739,100,-4,0,0x00,0xea,0x00,0xf0,0x00,0x09,0x0}},
909*4882a593Smuzhiyun {0x44, 0x44, {0x00b,4179,100,-4,0,0x00,0xea,0x00,0xf0,0x00,0x09,0x0}},
910*4882a593Smuzhiyun {0x45, 0x45, {0x02f,4787,100,-4,0,0x00,0xd6,0x00,0xf0,0x00,0x09,0x0}},
911*4882a593Smuzhiyun {0x46, 0x46, {0x030,4665,100,-4,0,0x00,0xd6,0x00,0xf0,0x00,0x09,0x0}},
912*4882a593Smuzhiyun {0x47, 0x47, {0x144,4519,100, 4,0,0x00,0xea,0x00,0xf0,0x00,0x0b,0x0}},
913*4882a593Smuzhiyun {0x48, 0x48, {0x144,4111,100, 4,0,0x00,0xea,0x00,0xf0,0x00,0x0b,0x0}},
914*4882a593Smuzhiyun {0x49, 0x49, {0x024,6408,100, 3,0,0x00,0xe0,0x00,0xf0,0x00,0x09,0x0}},
915*4882a593Smuzhiyun {0x4a, 0x4a, {0x024,4144,100, 3,0,0x00,0xcc,0x00,0xf0,0x00,0x09,0x0}},
916*4882a593Smuzhiyun {0x4b, 0x4b, {0x020,4001,100, 2,0,0x00,0xe0,0x00,0xf0,0x00,0x09,0x0}},
917*4882a593Smuzhiyun {0x4c, 0x4c, {0x02c,4402,100, 4,0,0x00,0xea,0x00,0xf0,0x00,0x09,0x0}},
918*4882a593Smuzhiyun {0x4d, 0x4d, {0x02c,3612,100, 4,0,0x00,0xea,0x00,0xf0,0x00,0x09,0x0}},
919*4882a593Smuzhiyun {0x4e, 0x4e, {0x022,4129,100,-2,0,0x00,0xea,0x00,0xf0,0x00,0x09,0x0}},
920*4882a593Smuzhiyun {0x4f, 0x4f, {0x023,4147,100,-2,0,0x00,0xea,0x00,0xf0,0x00,0x09,0x0}},
921*4882a593Smuzhiyun {0x50, 0x50, {0x032,4412,100,-4,0,0x00,0xd6,0x00,0xf0,0x08,0x09,0x0}},
922*4882a593Smuzhiyun {0x51, 0x51, {0x032,4385,100,-4,0,0x00,0xd6,0x00,0xf0,0x00,0x09,0x0}},
923*4882a593Smuzhiyun {0x52, 0x52, {0x02f,5935,100,-1,0,0x00,0xd6,0x00,0xf0,0x00,0x09,0x0}}
924*4882a593Smuzhiyun };
925*4882a593Smuzhiyun
926*4882a593Smuzhiyun #define REGION(num) { ARRAY_SIZE(regions ## num), regions ## num }
927*4882a593Smuzhiyun const struct opl4_region_ptr snd_yrw801_regions[0x81] = {
928*4882a593Smuzhiyun REGION(_00), REGION(_01), REGION(_02), REGION(_03),
929*4882a593Smuzhiyun REGION(_04), REGION(_05), REGION(_06), REGION(_07),
930*4882a593Smuzhiyun REGION(_08), REGION(_09), REGION(_0a), REGION(_0b),
931*4882a593Smuzhiyun REGION(_0c), REGION(_0d), REGION(_0e), REGION(_0f),
932*4882a593Smuzhiyun REGION(_10), REGION(_11), REGION(_12), REGION(_13),
933*4882a593Smuzhiyun REGION(_14), REGION(_15), REGION(_16), REGION(_17),
934*4882a593Smuzhiyun REGION(_18), REGION(_19), REGION(_1a), REGION(_1b),
935*4882a593Smuzhiyun REGION(_1c), REGION(_1d), REGION(_1e), REGION(_1f),
936*4882a593Smuzhiyun REGION(_20), REGION(_21), REGION(_22), REGION(_23),
937*4882a593Smuzhiyun REGION(_24), REGION(_25), REGION(_26), REGION(_27),
938*4882a593Smuzhiyun REGION(_28), REGION(_29), REGION(_2a), REGION(_2b),
939*4882a593Smuzhiyun REGION(_2c), REGION(_2d), REGION(_2e), REGION(_2f),
940*4882a593Smuzhiyun REGION(_30), REGION(_31), REGION(_32), REGION(_33),
941*4882a593Smuzhiyun REGION(_34), REGION(_35), REGION(_36), REGION(_37),
942*4882a593Smuzhiyun REGION(_38), REGION(_39), REGION(_3a), REGION(_3b),
943*4882a593Smuzhiyun REGION(_3c), REGION(_3d), REGION(_3e), REGION(_3f),
944*4882a593Smuzhiyun REGION(_40), REGION(_41), REGION(_42), REGION(_43),
945*4882a593Smuzhiyun REGION(_44), REGION(_45), REGION(_46), REGION(_47),
946*4882a593Smuzhiyun REGION(_48), REGION(_49), REGION(_4a), REGION(_4b),
947*4882a593Smuzhiyun REGION(_4c), REGION(_4d), REGION(_4e), REGION(_4f),
948*4882a593Smuzhiyun REGION(_50), REGION(_51), REGION(_52), REGION(_53),
949*4882a593Smuzhiyun REGION(_54), REGION(_55), REGION(_56), REGION(_57),
950*4882a593Smuzhiyun REGION(_58), REGION(_59), REGION(_5a), REGION(_5b),
951*4882a593Smuzhiyun REGION(_5c), REGION(_5d), REGION(_5e), REGION(_5f),
952*4882a593Smuzhiyun REGION(_60), REGION(_61), REGION(_62), REGION(_63),
953*4882a593Smuzhiyun REGION(_64), REGION(_65), REGION(_66), REGION(_67),
954*4882a593Smuzhiyun REGION(_68), REGION(_69), REGION(_6a), REGION(_6b),
955*4882a593Smuzhiyun REGION(_6c), REGION(_6d), REGION(_6e), REGION(_6f),
956*4882a593Smuzhiyun REGION(_70), REGION(_71), REGION(_72), REGION(_73),
957*4882a593Smuzhiyun REGION(_74), REGION(_75), REGION(_76), REGION(_77),
958*4882a593Smuzhiyun REGION(_78), REGION(_79), REGION(_7a), REGION(_7b),
959*4882a593Smuzhiyun REGION(_7c), REGION(_7d), REGION(_7e), REGION(_7f),
960*4882a593Smuzhiyun REGION(_drums)
961*4882a593Smuzhiyun };
962