Merge remote-tracking branch 'origin/master' into feature/machine_and_kb

This commit is contained in:
OBattler
2021-10-26 01:59:08 +02:00
13 changed files with 560 additions and 323 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

View File

@@ -1315,7 +1315,7 @@ static const device_config_t gus_config[] = {
const device_t gus_device =
{
"Gravis UltraSound",
DEVICE_ISA,
DEVICE_ISA | DEVICE_AT,
0,
gus_init, gus_close, NULL,
{ NULL },

View File

@@ -118,7 +118,7 @@ static const device_config_t ssi2001_config[] =
const device_t ssi2001_device =
{
"Innovation SSI-2001",
0, 0,
DEVICE_ISA, 0,
ssi2001_init, ssi2001_close, NULL,
{ NULL }, NULL, NULL,
ssi2001_config