[Scummvm-cvs-logs] CVS: scummvm/sound fmopl.h,1.8,1.9

Max Horn fingolfin at users.sourceforge.net
Thu Jul 31 05:34:08 CEST 2003


Update of /cvsroot/scummvm/scummvm/sound
In directory sc8-pr-cvs1:/tmp/cvs-serv5146/sound

Modified Files:
	fmopl.h 
Log Message:
added new header file backends/intern.h; removed some stuff from common/system.h which is either only of interest to backends or code instantiating a backend (->backends/intern.h); also removed fmopl specific enums (->sound/fmopl.h)

Index: fmopl.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sound/fmopl.h,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- fmopl.h	11 Jul 2003 07:13:54 -0000	1.8
+++ fmopl.h	31 Jul 2003 12:33:33 -0000	1.9
@@ -23,9 +23,18 @@
  */
 
 
-#ifndef __FMOPL_H_
-#define __FMOPL_H_
+#ifndef FMOPL_H_
+#define FMOPL_H_
+
 #include "scummsys.h"
+
+enum {
+	FMOPL_ENV_BITS_HQ = 16,
+	FMOPL_ENV_BITS_LQ = 8,
+	FMOPL_EG_ENT_HQ = 4096,
+	FMOPL_EG_ENT_LQ = 128
+};
+
 
 typedef void (*OPL_TIMERHANDLER)(int channel,double interval_Sec);
 typedef void (*OPL_IRQHANDLER)(int param,int irq);





More information about the Scummvm-git-logs mailing list