Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 80 → Rev 64

/shark/trunk/drivers/oldsnd/sbio.h
1,7 → 1,3
#include "ll/sys/cdefs.h"
 
__BEGIN_DECLS
 
/* DSP Registers */
#define RESET 0x06
#define READDATA 0x0A
60,5 → 56,3
BYTE inpb(WORD addr);
void outpb(WORD addr, BYTE val);
 
__END_DECLS
 
/shark/trunk/drivers/oldsnd/blaster.h
1,9 → 1,6
#include "semaphore.h"
#include "ll/sys/cdefs.h"
 
__BEGIN_DECLS
 
 
typedef struct sb_device {
DWORD BaseAddress;
BYTE IntLine;
46,5 → 43,3
void sb_dma16buffop(BYTE i_o);
void sb_stopdsp(BYTE b);
void sb_show(void);
 
__END_DECLS