Mercurial > hg > Members > koba > t_dandy
comparison sound.c @ 19:00c3272a801f
fix.
author | koba <koba@cr.ie.u-ryukyu.ac.jp> |
---|---|
date | Sun, 26 Dec 2010 18:57:08 +0900 |
parents | 435ac1cdb64e |
children |
comparison
equal
deleted
inserted
replaced
18:c330ded6d728 | 19:00c3272a801f |
---|---|
13 //_________________________________________________________ | 13 //_________________________________________________________ |
14 Mix_Chunk *chunk[8]; // 音楽ファイルの読み込み変数 | 14 Mix_Chunk *chunk[8]; // 音楽ファイルの読み込み変数 |
15 int channel[8]; | 15 int channel[8]; |
16 //_________________________________________________________ | 16 //_________________________________________________________ |
17 | 17 |
18 #if 0 | |
18 static char buf0[] = "pBAV"; | 19 static char buf0[] = "pBAV"; |
19 | 20 |
20 int vh_addr[10] = | 21 long vh_addr[10] = |
21 { (int) buf0, (int) buf0, (int) buf0, (int) buf0, (int) buf0, | 22 { (long) buf0, (long) buf0, (long) buf0, (long) buf0, (long) buf0, |
22 (int) buf0 }; | 23 (long) buf0 }; |
24 #endif | |
23 | 25 |
24 int vb_addr[10] = | 26 int vb_addr[10] = |
25 { 0x80140d00, 0x80142700, 0x80143d00, 0x80145100, 0x80148f00, | 27 { 0x80140d00, 0x80142700, 0x80143d00, 0x80145100, 0x80148f00, |
26 0x8014a100, 0x80150000, 0x80140000, 0x80140000, 0x80140000 | 28 0x8014a100, 0x80150000, 0x80140000, 0x80140000, 0x80140000 |
27 }; | 29 }; |