Fixed the device configuration structures for the Hercules and the MDA.

This commit is contained in:
OBattler
2017-02-19 17:21:05 +01:00
parent f3c4d044d6
commit 7aa2b9c50e
2 changed files with 6 additions and 0 deletions

View File

@@ -398,6 +398,9 @@ static device_config_t hercules_config[] =
}
},
.default_int = 0
},
{
.type = -1
}
};
#endif

View File

@@ -354,6 +354,9 @@ static device_config_t mda_config[] =
}
},
.default_int = 0
},
{
.type = -1
}
};
#endif