Prevent the selection of certain sound cards on machines without ISA or ISA16

This commit is contained in:
Ompronce
2021-10-25 16:19:31 -04:00
committed by GitHub
parent 666becd27a
commit ce4814c2a0
3 changed files with 3 additions and 3 deletions

View File

@@ -207,7 +207,7 @@ static const device_config_t cms_config[] =
const device_t cms_device =
{
"Creative Music System / Game Blaster",
0, 0,
DEVICE_ISA, 0,
cms_init, cms_close, NULL,
{ NULL }, NULL, NULL,
cms_config