diff options
author | Johannes Schickel | 2010-03-08 00:34:53 +0000 |
---|---|---|
committer | Johannes Schickel | 2010-03-08 00:34:53 +0000 |
commit | b8901a47419b0e8c98820fb8cad54d4e7dabc5b9 (patch) | |
tree | 50a6f39c3c0852c680331c2a92fad995ab3805a9 /sound/softsynth/opl | |
parent | e941780d39c6f12f7bb2622d39b46b8c3350aded (diff) | |
download | scummvm-rg350-b8901a47419b0e8c98820fb8cad54d4e7dabc5b9.tar.gz scummvm-rg350-b8901a47419b0e8c98820fb8cad54d4e7dabc5b9.tar.bz2 scummvm-rg350-b8901a47419b0e8c98820fb8cad54d4e7dabc5b9.zip |
Add a slight comment when the DBOPL sources where synched with DOSBox.
svn-id: r48182
Diffstat (limited to 'sound/softsynth/opl')
-rw-r--r-- | sound/softsynth/opl/dbopl.cpp | 3 | ||||
-rw-r--r-- | sound/softsynth/opl/dbopl.h | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/sound/softsynth/opl/dbopl.cpp b/sound/softsynth/opl/dbopl.cpp index 785f2105e5..38789ffc41 100644 --- a/sound/softsynth/opl/dbopl.cpp +++ b/sound/softsynth/opl/dbopl.cpp @@ -32,8 +32,7 @@ //DUNNO Keyon in 4op, switch to 2op without keyoff. */ -/* $Id: dbopl.cpp,v 1.10 2009-06-10 19:54:51 harekiet Exp $ */ - +// Last synch with DOSBox SVN trunk r3556 #include "dbopl.h" diff --git a/sound/softsynth/opl/dbopl.h b/sound/softsynth/opl/dbopl.h index b595f3edf9..a9534a1de7 100644 --- a/sound/softsynth/opl/dbopl.h +++ b/sound/softsynth/opl/dbopl.h @@ -16,6 +16,8 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ +// Last synch with DOSBox SVN trunk r3556 + #ifndef SOUND_SOFTSYNTH_OPL_DBOPL_H #define SOUND_SOFTSYNTH_OPL_DBOPL_H |