Add Ensoniq ES1370
Co-Authored-By: Cacodemon345 <38420290+Cacodemon345@users.noreply.github.com>
This commit is contained in:
22
src/include/86box/snd_akm4531.h
Normal file
22
src/include/86box/snd_akm4531.h
Normal file
@@ -0,0 +1,22 @@
|
||||
/*
|
||||
* 86Box A hypervisor and IBM PC system emulator that specializes in
|
||||
* running old operating systems and software designed for IBM
|
||||
* PC systems and compatibles from 1981 through fairly recent
|
||||
* system designs based on the PCI bus.
|
||||
*
|
||||
* This file is part of the 86Box distribution.
|
||||
*
|
||||
* Ensoniq AudioPCI family emulation.
|
||||
*
|
||||
* Authors: Cacodemon345
|
||||
*
|
||||
* Copyright 2024-2025 Cacodemon345.
|
||||
*/
|
||||
struct akm4531_t
|
||||
{
|
||||
unsigned char registers[256];
|
||||
};
|
||||
|
||||
typedef struct akm4531_t akm4531_t;
|
||||
|
||||
double akm4531_apply_master_vol(unsigned short sample);
|
||||
@@ -185,6 +185,7 @@ extern const device_t ess_soundpiper_32_mca_device;
|
||||
extern const device_t ess_chipchat_16_mca_device;
|
||||
|
||||
/* Ensoniq AudioPCI */
|
||||
extern const device_t es1370_device;
|
||||
extern const device_t es1371_device;
|
||||
extern const device_t es1371_onboard_device;
|
||||
extern const device_t es1373_device;
|
||||
|
||||
Reference in New Issue
Block a user