Removed the legacy #defines in device.h.
This commit is contained in:
@@ -484,7 +484,7 @@ static const device_config_t optimc_config[] = {
|
||||
const device_t acermagic_s20_device = {
|
||||
.name = "AcerMagic S20",
|
||||
.internal_name = "acermagic_s20",
|
||||
.flags = DEVICE_ISA | DEVICE_AT,
|
||||
.flags = DEVICE_ISA16,
|
||||
.local = 0xE3 | OPTIMC_CS4231,
|
||||
.init = optimc_init,
|
||||
.close = optimc_close,
|
||||
@@ -498,7 +498,7 @@ const device_t acermagic_s20_device = {
|
||||
const device_t mirosound_pcm10_device = {
|
||||
.name = "miroSOUND PCM10",
|
||||
.internal_name = "mirosound_pcm10",
|
||||
.flags = DEVICE_ISA | DEVICE_AT,
|
||||
.flags = DEVICE_ISA16,
|
||||
.local = 0xE3 | OPTIMC_OPL4,
|
||||
.init = optimc_init,
|
||||
.close = optimc_close,
|
||||
|
||||
Reference in New Issue
Block a user