|
|
| version 1.4, 2004/07/01 11:42:54 | version 1.6, 2004/07/04 08:30:16 |
|---|---|
| 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; | BYTE mode; |
| BYTE padding[3]; | BYTE padding[3]; |
| 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); |