Mercurial > audlegacy-plugins
diff src/adplug/core/player.h @ 952:87666f9bf6d0 trunk
[svn] Upstream commit "Vastly enhanced generic Protracker player and modified loaders accordingly.
Copl now supports a getchip() method. A2M loader enhanced for OPL3 features." manually applied by decoding the actual changes from an ocean of whitespace damage. It compiles, but do test it.
| author | chainsaw |
|---|---|
| date | Fri, 13 Apr 2007 09:09:50 -0700 |
| parents | cae46214b8bf |
| children | 368f8ee0a95f |
line wrap: on
line diff
--- a/src/adplug/core/player.h Fri Apr 13 08:07:32 2007 -0700 +++ b/src/adplug/core/player.h Fri Apr 13 09:09:50 2007 -0700 @@ -1,6 +1,6 @@ /* * Adplug - Replayer for many OPL2/OPL3 audio file formats. - * Copyright (C) 1999 - 2004 Simon Peter, <dn.tlp@gmx.net>, et al. + * Copyright (C) 1999 - 2007 Simon Peter, <dn.tlp@gmx.net>, et al. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public @@ -77,7 +77,7 @@ CAdPlugDatabase *db; // AdPlug Database static const unsigned short note_table[12]; // standard adlib note table - static const unsigned char op_table[9]; // the 9 operators as expected by the OPL2 + static const unsigned char op_table[9]; // the 9 operators as expected by the OPL }; #endif
