Mercurial > audlegacy-plugins
comparison src/sap/sapfile.h @ 142:c0b31cf2c7cd trunk
[svn] Atari XL SAP. This compiles anything but cleanly, but somehow still
works. No one will notice anyway, though. What percentage of the
population listens to Atari XL music? I don't have an answer to that,
but I'd guess that Audacious' SAP plugin will be used by approximately 2
people.
author | asheldon |
---|---|
date | Sun, 29 Oct 2006 01:08:30 -0700 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
141:6d1f65117180 | 142:c0b31cf2c7cd |
---|---|
1 /* | |
2 * SAP xmms plug-in. | |
3 * Copyright 2002/2003 by Michal 'Mikey' Szwaczko <mikey@scene.pl> | |
4 * | |
5 * SAP Library ver. 1.56 by Adam Bienias | |
6 * | |
7 * This is free software. You can modify it and distribute it under the terms | |
8 * of the GNU General Public License. The verbatim text of the license can | |
9 * be found in file named COPYING in the source directory. | |
10 * | |
11 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS | |
12 * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF | |
13 * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. | |
14 * IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR | |
15 * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, | |
16 * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR | |
17 * OTHER DEALINGS IN THE SOFTWARE. | |
18 * | |
19 */ | |
20 | |
21 char buffer[0x10000]; | |
22 | |
23 char author[2048]; | |
24 char name[2048]; | |
25 char date[2048]; | |
26 char type[20]; /* type in ascii */ | |
27 char type_h; /* type as seen in SAP header; */ | |
28 | |
29 long filesize; | |
30 | |
31 int headersize; | |
32 int is_stereo; | |
33 int fastplay; | |
34 int plr_address; | |
35 int msx_address; | |
36 int ini_address; | |
37 int songs; | |
38 int defsong; | |
39 int times_per_frame; /* times per frame */ |