Merge pull request #2029 from jriwanek-forks/ps1-audio

PS/1 Audio & Tandy Nano
This commit is contained in:
Miran Grča
2022-01-30 16:50:01 +01:00
committed by GitHub
7 changed files with 436 additions and 360 deletions

View File

@@ -99,8 +99,12 @@ extern const device_t gus_device;
extern const device_t pas16_device;
#endif
/* IBM PS/1 Audio Card */
extern const device_t ps1snd_device;
/* Tandy PSSJ */
extern const device_t pssj_device;
extern const device_t pssj_isa_device;
/* Creative Labs Sound Blaster */
extern const device_t sb_1_device;