Fix the wdxt-gen's ID

This commit is contained in:
Jasmine Iwanek
2023-02-21 18:50:09 -05:00
committed by GitHub
parent fc68c48775
commit 29c7e10cb3

View File

@@ -2141,7 +2141,7 @@ const device_t st506_xt_xebec_device = {
const device_t st506_xt_wdxt_gen_device = {
.name = "Western Digital WDXT-GEN (MFM)",
.internal_name = "st506_xt",
.internal_name = "st506_xt_gen",
.flags = DEVICE_ISA,
.local = (HDD_BUS_MFM << 8) | ST506_XT_TYPE_WDXT_GEN,
.init = st506_init,