Move the Tandy PSG ISA clones to the Dev branch

This commit is contained in:
Alexander Babikov
2022-02-14 05:10:50 +05:00
parent c1b071bee5
commit 4a752c05a5
7 changed files with 33 additions and 2 deletions

View File

@@ -103,9 +103,11 @@ extern const device_t pas16_device;
extern const device_t ps1snd_device;
/* Tandy PSSJ */
extern const device_t tndy_device;
extern const device_t pssj_device;
#if defined(DEV_BRANCH) && defined(USE_TANDY_ISA)
extern const device_t pssj_isa_device;
extern const device_t tndy_device;
#endif
/* Creative Labs Sound Blaster */
extern const device_t sb_1_device;