Initial Support for OPL2Board Arduino

This commit is contained in:
Jose Phillips
2024-12-01 18:07:35 -05:00
parent 7664ca1b62
commit d15342f46c
7 changed files with 758 additions and 3 deletions

View File

@@ -209,6 +209,9 @@ extern const device_t tndy_device;
extern const device_t wss_device;
extern const device_t ncr_business_audio_device;
/* External Audio device OPL2Board (Host Connected hardware)*/
extern const device_t opl2board_device;
#endif
#endif /*EMU_SOUND_H*/