Minor Aztech changes (#6343)

* Switch CD audio and OPL3 filters on AZT2316 mode switch, fixes FM and CD volume control on Windows

* Add support for I/O port 630h (as used on PB Forte16 cards) to the MKE/Panasonic interface
This commit is contained in:
win2kgamer
2025-10-13 23:54:00 -05:00
committed by GitHub
parent e56eeaa9b4
commit 7ad56f0179
2 changed files with 13 additions and 2 deletions

View File

@@ -1041,6 +1041,7 @@ static const device_config_t mke_config[] = {
{ .description = "320H", .value = 0x320 },
{ .description = "330H", .value = 0x330 },
{ .description = "340H", .value = 0x340 },
{ .description = "630H", .value = 0x630 },
{ NULL }
},
.bios = { { 0 } }