check if libserial exists for unsupported libserial OS

This commit is contained in:
Jose Phillips
2024-12-08 18:10:05 -05:00
parent 267d4b2e02
commit 803c19b4c2
5 changed files with 30 additions and 17 deletions

View File

@@ -60,8 +60,10 @@ extern const device_t ymf289b_ymfm_device;
extern const device_t ymf278b_ymfm_device;
extern const device_t esfm_esfmu_device;
#ifdef USE_LIBSERIALPORT
extern const device_t ym_opl2board_device;
#endif
#endif
#endif /*SOUND_OPL_H*/

View File

@@ -209,8 +209,10 @@ extern const device_t tndy_device;
extern const device_t wss_device;
extern const device_t ncr_business_audio_device;
#ifdef USE_LIBSERIALPORT
/* External Audio device OPL2Board (Host Connected hardware)*/
extern const device_t opl2board_device;
#endif
#endif