Crystal CS4237, part 1
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
#define AD1848_TYPE_DEFAULT 0
|
||||
#define AD1848_TYPE_CS4248 1
|
||||
#define AD1848_TYPE_CS4231 2
|
||||
#define AD1848_TYPE_CS4236 3
|
||||
|
||||
typedef struct ad1848_t
|
||||
{
|
||||
|
||||
@@ -134,6 +134,9 @@ extern void sb_ct1345_mixer_write(uint16_t addr, uint8_t val, void *p);
|
||||
extern uint8_t sb_ct1345_mixer_read(uint16_t addr, void *p);
|
||||
extern void sb_ct1345_mixer_reset(sb_t* sb);
|
||||
|
||||
extern uint8_t sb_pro_v1_opl_read(uint16_t port, void *priv);
|
||||
extern void sb_pro_v1_opl_write(uint16_t port, uint8_t val, void *priv);
|
||||
|
||||
extern void sb_get_buffer_sbpro(int32_t *buffer, int len, void *p);
|
||||
extern void sbpro_filter_cd_audio(int channel, double *buffer, void *p);
|
||||
extern void sb_close(void *p);
|
||||
|
||||
@@ -99,7 +99,7 @@ extern const device_t gus_device;
|
||||
extern const device_t pas16_device;
|
||||
#endif
|
||||
|
||||
/* PSSJ - What is this device? */
|
||||
/* Tandy PSSJ */
|
||||
extern const device_t pssj_device;
|
||||
|
||||
/* Creative Labs Sound Blaster */
|
||||
@@ -110,6 +110,7 @@ extern const device_t sb_2_device;
|
||||
extern const device_t sb_pro_v1_device;
|
||||
extern const device_t sb_pro_v2_device;
|
||||
extern const device_t sb_pro_mcv_device;
|
||||
extern const device_t sb_pro_cs423x_device;
|
||||
extern const device_t sb_16_device;
|
||||
extern const device_t sb_16_pnp_device;
|
||||
extern const device_t sb_32_pnp_device;
|
||||
@@ -122,6 +123,9 @@ extern const device_t ssi2001_device;
|
||||
/* Windows Sound System */
|
||||
extern const device_t wss_device;
|
||||
extern const device_t ncr_business_audio_device;
|
||||
|
||||
/* Crystal CS423x */
|
||||
extern const device_t cs4237b_device;
|
||||
#endif
|
||||
|
||||
#endif /*EMU_SOUND_H*/
|
||||
|
||||
Reference in New Issue
Block a user