|
|
| version 1.4, 2004/07/01 11:42:54 | version 1.7, 2005/02/07 14:46:12 |
|---|---|
| Line 15 typedef struct { | Line 15 typedef struct { |
| UINT16 cnt; | UINT16 cnt; |
| UINT16 hz; | UINT16 hz; |
| int buz; | int buz; |
| int puchi; | int __puchi; |
| BYTE mode; | UINT8 mode; |
| BYTE padding[3]; | UINT8 padding[3]; |
| int low; | int low; |
| int enable; | int enable; |
| Line 30 typedef struct { | Line 30 typedef struct { |
| typedef struct { | typedef struct { |
| UINT rate; | UINT rate; |
| UINT vol; | UINT vol; |
| UINT puchibase; | UINT __puchibase; |
| UINT samplebase; | UINT samplebase; |
| } BEEPCFG; | } BEEPCFG; |
| Line 42 extern "C" { | Line 42 extern "C" { |
| extern _BEEP beep; | extern _BEEP beep; |
| void beep_initialize(UINT rate); | void beep_initialize(UINT rate); |
| void beep_deinitialize(void); | |
| void beep_setvol(UINT vol); | void beep_setvol(UINT vol); |
| void beep_changeclock(void); | void beep_changeclock(void); |