pcem/src/lpt_dac.h
SarahW d3232adef5 Add LPT device emulation framework.
Move long-broken DAC and Sound Source emulation to new framework.
Add stereo DAC emulation.
2017-09-01 11:34:20 +01:00

2 lines
81 B
C

extern lpt_device_t lpt_dac_device;
extern lpt_device_t lpt_dac_stereo_device;