Removed the legacy #defines in device.h.
This commit is contained in:
@@ -346,7 +346,7 @@ bug_close(UNUSED(void *priv))
|
||||
const device_t bugger_device = {
|
||||
.name = "ISA/PCI Bus Bugger",
|
||||
.internal_name = "bugger",
|
||||
.flags = DEVICE_ISA | DEVICE_AT,
|
||||
.flags = DEVICE_ISA16,
|
||||
.local = 0,
|
||||
.init = bug_init,
|
||||
.close = bug_close,
|
||||
|
||||
Reference in New Issue
Block a user