mirror of
https://github.com/86Box/86Box.git
synced 2026-03-04 03:38:22 -07:00
Removed standalone UM8673F
It's not working
This commit is contained in:
@@ -102,7 +102,6 @@ static const struct {
|
||||
{ &ide_cmd649_ter_qua_device },
|
||||
{ &ide_pci_device },
|
||||
{ &ide_pci_2ch_device },
|
||||
{ &ide_um8673f_device },
|
||||
{ NULL }
|
||||
// clang-format on
|
||||
};
|
||||
|
||||
@@ -200,7 +200,7 @@ const device_t ide_um8886af_device = {
|
||||
const device_t ide_um8673f_device = {
|
||||
.name = "UMC UM8673F",
|
||||
.internal_name = "um8673f",
|
||||
.flags = DEVICE_PCI,
|
||||
.flags = 0,
|
||||
.local = 0,
|
||||
.init = um8673f_init,
|
||||
.close = um8673f_close,
|
||||
|
||||
Reference in New Issue
Block a user