-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathRolandRA30STYLEROM.bt
62 lines (45 loc) · 1.12 KB
/
RolandRA30STYLEROM.bt
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
//------------------------------------------------
//--- 010 Editor v12.0 Binary Template
//
// File: RolandRA30STYLEROM.bt
// Authors: Daniel Stien <[email protected]>
// Version:
// Purpose: Roland RA-30 style ROM.
// Category: Misc
// File Mask:
// ID Bytes:
// History:
//------------------------------------------------
#include "RolandArrangerTypes.bt"
FSeek(0x00000);
ChunkCollection Chunks01(55);
FSeek(0x08000);
ChunkCollection Chunks02(100);
FSeek(0x10000);
ChunkCollection Chunks03(131);
FSeek(0x18000);
ChunkCollection Chunks04(170);
FSeek(0x20000);
ChunkCollection Chunks05(234);
FSeek(0x28000);
ChunkCollection Chunks06(316);
FSeek(0x30000);
ChunkCollection Chunks07(512);
FSeek(0x38000);
ChunkCollection Chunks08(790);
FSeek(0x40000);
ChunkCollection Chunks09(68);
FSeek(0x48000);
ChunkCollection Chunks0A(109);
FSeek(0x50000);
ChunkCollection Chunks0B(141);
FSeek(0x58000);
ChunkCollection Chunks0C(182);
FSeek(0x60000);
ChunkCollection Chunks0D(237);
FSeek(0x68000);
ChunkCollection Chunks0E(326);
FSeek(0x70000);
ChunkCollection Chunks0F(496);
FSeek(0x78000);
ChunkCollection Chunks10(975);