Removed the legacy #defines in device.h.
This commit is contained in:
@@ -279,7 +279,7 @@ static const device_config_t wss_config[] = {
|
||||
const device_t wss_device = {
|
||||
.name = "Windows Sound System",
|
||||
.internal_name = "wss",
|
||||
.flags = DEVICE_ISA | DEVICE_AT,
|
||||
.flags = DEVICE_ISA16,
|
||||
.local = 0,
|
||||
.init = wss_init,
|
||||
.close = wss_close,
|
||||
|
||||
Reference in New Issue
Block a user