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

@@ -1380,7 +1380,7 @@ ps1_hdc_close(void *priv)
const device_t ps1_hdc_device = {
.name = "PS/1 2011 Fixed Disk Controller",
.internal_name = "ps1_hdc",
.flags = DEVICE_ISA | DEVICE_PS2,
.flags = DEVICE_ISA,
.local = 0,
.init = ps1_hdc_init,
.close = ps1_hdc_close,