Removed the legacy #defines in device.h.
This commit is contained in:
@@ -1500,7 +1500,7 @@ static const device_config_t gus_config[] = {
|
||||
const device_t gus_device = {
|
||||
.name = "Gravis UltraSound",
|
||||
.internal_name = "gus",
|
||||
.flags = DEVICE_ISA | DEVICE_AT,
|
||||
.flags = DEVICE_ISA16,
|
||||
.local = 0,
|
||||
.init = gus_init,
|
||||
.close = gus_close,
|
||||
|
||||
Reference in New Issue
Block a user