comparison sound.c @ 35:3b92a4b17049 default tip

fix for macosx Yosemite
author Nozomi
date Thu, 19 May 2016 18:18:34 +0900
parents 6a8cb917e0ad
children
comparison
equal deleted inserted replaced
34:b65f6fc9c84f 35:3b92a4b17049
21 long vh_addr[10] = 21 long vh_addr[10] =
22 { (long) buf0, (long) buf0, (long) buf0, (long) buf0, (long) buf0, 22 { (long) buf0, (long) buf0, (long) buf0, (long) buf0, (long) buf0,
23 (long) buf0 }; 23 (long) buf0 };
24 #endif 24 #endif
25 25
26 int vb_addr[10] = 26 long vb_addr[10] =
27 { 0x80140d00, 0x80142700, 0x80143d00, 0x80145100, 0x80148f00, 27 { 0x80140d00, 0x80142700, 0x80143d00, 0x80145100, 0x80148f00,
28 0x8014a100, 0x80150000, 0x80140000, 0x80140000, 0x80140000 28 0x8014a100, 0x80150000, 0x80140000, 0x80140000, 0x80140000
29 }; 29 };
30 30
31 int vab[10]; /* SE 用 VAB */ 31 long vab[10]; /* SE 用 VAB */
32 unsigned char *buf; 32 unsigned char *buf;
33 int cnt; 33 long cnt;
34 int seqno = -1; 34 long seqno = -1;
35 35
36 int seq[4]; /* SEQ data id */ 36 long seq[4]; /* SEQ data id */
37 int sdvab; /* 常駐 SE.VAB */ 37 long sdvab; /* 常駐 SE.VAB */
38 38
39 //CdlFILE vhfile, vbfile; 39 //CdlFILE vhfile, vbfile;
40 40
41 int SQ[10] = { 0x80155000, 0x8015f000, 0x80168000, 0x8016e000, 0x80175000, 41 long SQ[10] = { 0x80155000, 0x8015f000, 0x80168000, 0x8016e000, 0x80175000,
42 0x80177000, 0xa00d0000, 0xa00e0000, 0x801e0000 42 0x80177000, 0xa00d0000, 0xa00e0000, 0x801e0000
43 }; 43 };
44 44
45 void Soundss() 45 void Soundss()
46 { 46 {