[Scummvm-cvs-logs] CVS: scummvm/scumm player_v2a.cpp,2.3,2.4

Max Horn fingolfin at users.sourceforge.net
Sat Sep 27 12:44:04 CEST 2003


Update of /cvsroot/scummvm/scummvm/scumm
In directory sc8-pr-cvs1:/tmp/cvs-serv7243/scumm

Modified Files:
	player_v2a.cpp 
Log Message:
some cleanup / removed some code duplication (more should be done, but I don't have the time right now). Since I lack data files to test this, I'd be grateful if somebody could check whether I broke something

Index: player_v2a.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/player_v2a.cpp,v
retrieving revision 2.3
retrieving revision 2.4
diff -u -d -r2.3 -r2.4
--- player_v2a.cpp	27 Sep 2003 06:33:22 -0000	2.3
+++ player_v2a.cpp	27 Sep 2003 19:43:06 -0000	2.4
@@ -25,6 +25,8 @@
 #include "player_v2a.h"
 #include "scumm.h"
 
+#define BASE_FREQUENCY 3579545
+
 ////////////////////////////////////////
 //
 // V2 Amiga sound/music driver
@@ -57,14 +59,42 @@
 class V2A_Sound {
 public:
[...971 lines suppressed...]
-	{0x41045447,new V2A_Sound()},	// Zak 98
-	{0xC8EEBD34,new V2A_Sound()},	// Zak 82
+	{0xB0F77006,new V2A_Sound_Unsupported()},	// Zak 52
+	{0x5AE9D6A7,new V2A_Sound_Unsupported()},	// Zak 109
+	{0xABE0D3B0,new V2A_Sound_Unsupported()},	// Zak 105
+	{0x788CC749,new V2A_Sound_Unsupported()},	// Zak 71
+	{0x2E2AB1FA,new V2A_Sound_Unsupported()},	// Zak 99
+	{0x1304CF20,new V2A_Sound_Unsupported()},	// Zak 79
+	{0xAE68ED91,new V2A_Sound_Unsupported()},	// Zak 54
+	{0xA4F40F97,new V2A_Sound_Unsupported()},	// Zak 61
+	{0x348F85CE,new V2A_Sound_Unsupported()},	// Zak 62
+	{0xD473AB86,new V2A_Sound_Unsupported()},	// Zak 46
+	{0x84A0BA90,new V2A_Sound_Unsupported()},	// Zak 110
+	{0x92680D9F,new V2A_Sound_Unsupported()},	// Zak 32
+	{0xABFFDB02,new V2A_Sound_Unsupported()},	// Zak 86
+	{0x41045447,new V2A_Sound_Unsupported()},	// Zak 98
+	{0xC8EEBD34,new V2A_Sound_Unsupported()},	// Zak 82
 	{0x42F9469F,new V2A_Sound_Music(0x05F6,0x0636,0x0456,0x0516,0x05D6,0x05E6,0x0A36,true)},	// Zak 96
 	{0x038BBD78,new V2A_Sound_Music(0x054E,0x05CE,0x044E,0x04BE,0x052E,0x053E,0x0BCE,true)},	// Zak 85
 	{0x06FFADC5,new V2A_Sound_Music(0x0626,0x0686,0x0446,0x04F6,0x0606,0x0616,0x0C86,true)},	// Zak 87





More information about the Scummvm-git-logs mailing list