代码搜索结果
找到约 10,000 项符合
Sound 的代码
sound.cpp
#include
#include
#include
#include
#include
#include
#include
#include
#include
#include
sound.h
#ifndef SOUND_H
#define SOUND_H
#include
#include
#include
#include
#include
#ifdef HAVE_SYS_SOUNDCARD_H
# include "oss.h"
#end
sound.bas
'-------------------------------------------------------------
' SOUND.BAS
' Copyright 1997-1999 MCS Electronics
'------------------------------------------------------
sound.h
#ifndef __SOUND_h__
#define __SOUND_h__
// write your header here
void PlaySnd(int SndIndex, int DAC_Channel);
#endif
sound.c
#include "s480.h"
#include "bit.h"
#define P_UART_Command2 (volatile unsigned int *)0x7022
void PlaySnd(int SndIndex, int DAC_Channel)
{
extern unsigned long RES_Table;
unsigned long Addr,E
sound.h
#ifndef __SOUND_h__
#define __SOUND_h__
// write your header here
void PlaySnd(int SndIndex, int DAC_Channel);
#endif