Removed the legacy #defines in device.h.

This commit is contained in:
OBattler
2025-02-14 07:39:21 +01:00
parent a72b3884b5
commit 2c197000ea
39 changed files with 160 additions and 161 deletions

View File

@@ -117,7 +117,7 @@ ioapic_init(UNUSED(const device_t *info))
const device_t ioapic_device = {
.name = "I/O Advanced Programmable Interrupt Controller",
.internal_name = "ioapic",
.flags = DEVICE_AT,
.flags = DEVICE_ISA16,
.local = 0,
.init = ioapic_init,
.close = ioapic_close,