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

@@ -1872,7 +1872,7 @@ static const device_config_t BT958D_Config[] = {
const device_t buslogic_542b_device = {
.name = "BusLogic BT-542B ISA",
.internal_name = "bt542b",
.flags = DEVICE_ISA | DEVICE_AT,
.flags = DEVICE_ISA16,
.local = CHIP_BUSLOGIC_ISA_542B_1991_12_14,
.init = buslogic_init,
.close = x54x_close,
@@ -1886,7 +1886,7 @@ const device_t buslogic_542b_device = {
const device_t buslogic_545s_device = {
.name = "BusLogic BT-545S ISA",
.internal_name = "bt545s",
.flags = DEVICE_ISA | DEVICE_AT,
.flags = DEVICE_ISA16,
.local = CHIP_BUSLOGIC_ISA_545S_1992_10_05,
.init = buslogic_init,
.close = x54x_close,
@@ -1900,7 +1900,7 @@ const device_t buslogic_545s_device = {
const device_t buslogic_542bh_device = {
.name = "BusLogic BT-542BH ISA",
.internal_name = "bt542bh",
.flags = DEVICE_ISA | DEVICE_AT,
.flags = DEVICE_ISA16,
.local = CHIP_BUSLOGIC_ISA_542BH_1993_05_23,
.init = buslogic_init,
.close = x54x_close,
@@ -1914,7 +1914,7 @@ const device_t buslogic_542bh_device = {
const device_t buslogic_545c_device = {
.name = "BusLogic BT-545C ISA",
.internal_name = "bt545c",
.flags = DEVICE_ISA | DEVICE_AT,
.flags = DEVICE_ISA16,
.local = CHIP_BUSLOGIC_ISA_545C_1994_12_01,
.init = buslogic_init,
.close = x54x_close,