Forgot the single-channel VLB controller.

This commit is contained in:
OBattler
2025-02-17 19:50:53 +01:00
parent 464253a8cd
commit 45dc381251

View File

@@ -3324,7 +3324,7 @@ const device_t ide_isa_2ch_device = {
const device_t ide_vlb_device = {
.name = "VLB IDE Controller",
.internal_name = "ide_vlb",
.flags = DEVICE_VLB | DEVICE_ISA16,
.flags = DEVICE_VLB,
.local = 2,
.init = ide_init,
.close = ide_close,