Enable YM2164

This commit is contained in:
Jasmine Iwanek
2024-12-19 03:08:22 -05:00
parent c36510a9f2
commit 7b9d025a26
3 changed files with 0 additions and 10 deletions

View File

@@ -37,9 +37,7 @@ enum fm_type {
FM_YM2612 = 16, /* OPN2 */
FM_YM3438 = 17, /* OPN2C */
FM_YMF276 = 18, /* OPN2L */
#if 0
FM_YM2164 = 19, /* OPP */
#endif
FM_ESFM = 20, /* ESFM */
FM_OPL2BOARD = 21, /* OPL2Board (External Device) */
FM_MAX = 22
@@ -97,10 +95,8 @@ extern const device_t ym2612_ymfm_device;
extern const device_t ym3438_ymfm_device;
extern const device_t ymf276_ymfm_device;
#if 0
/* OPP Series */
extern const device_t ym2164_ymfm_device;
#endif
extern const device_t esfm_esfmu_device;