mirror of
https://github.com/86Box/86Box.git
synced 2026-02-25 04:45:31 -07:00
Removed the legacy #defines in device.h.
This commit is contained in:
@@ -4072,7 +4072,7 @@ static const device_config_t mca_ext8514_config[] = {
|
||||
const device_t gen8514_isa_device = {
|
||||
.name = "IBM 8514/A clone (ISA)",
|
||||
.internal_name = "8514_isa",
|
||||
.flags = DEVICE_AT | DEVICE_ISA,
|
||||
.flags = DEVICE_ISA16,
|
||||
.local = 0,
|
||||
.init = ibm8514_init,
|
||||
.close = ibm8514_close,
|
||||
|
||||
@@ -4752,7 +4752,7 @@ static const device_config_t mach64vt2_config[] = {
|
||||
const device_t mach64gx_isa_device = {
|
||||
.name = "ATI Mach64GX ISA",
|
||||
.internal_name = "mach64gx_isa",
|
||||
.flags = DEVICE_AT | DEVICE_ISA,
|
||||
.flags = DEVICE_ISA16,
|
||||
.local = 0,
|
||||
.init = mach64gx_init,
|
||||
.close = mach64_close,
|
||||
|
||||
@@ -4887,7 +4887,7 @@ const device_t gd5402_isa_device = {
|
||||
const device_t gd5402_onboard_device = {
|
||||
.name = "Cirrus Logic GD5402 (ISA) (ACUMOS AVGA2) (On-Board)",
|
||||
.internal_name = "cl_gd5402_onboard",
|
||||
.flags = DEVICE_AT | DEVICE_ISA,
|
||||
.flags = DEVICE_ISA16,
|
||||
.local = CIRRUS_ID_CLGD5402 | 0x200,
|
||||
.init = gd54xx_init,
|
||||
.close = gd54xx_close,
|
||||
@@ -4901,7 +4901,7 @@ const device_t gd5402_onboard_device = {
|
||||
const device_t gd5420_isa_device = {
|
||||
.name = "Cirrus Logic GD5420 (ISA)",
|
||||
.internal_name = "cl_gd5420_isa",
|
||||
.flags = DEVICE_AT | DEVICE_ISA,
|
||||
.flags = DEVICE_ISA16,
|
||||
.local = CIRRUS_ID_CLGD5420,
|
||||
.init = gd54xx_init,
|
||||
.close = gd54xx_close,
|
||||
@@ -4915,7 +4915,7 @@ const device_t gd5420_isa_device = {
|
||||
const device_t gd5422_isa_device = {
|
||||
.name = "Cirrus Logic GD5422 (ISA)",
|
||||
.internal_name = "cl_gd5422_isa",
|
||||
.flags = DEVICE_AT | DEVICE_ISA,
|
||||
.flags = DEVICE_ISA16,
|
||||
.local = CIRRUS_ID_CLGD5422,
|
||||
.init = gd54xx_init,
|
||||
.close = gd54xx_close,
|
||||
@@ -4943,7 +4943,7 @@ const device_t gd5424_vlb_device = {
|
||||
const device_t gd5426_isa_device = {
|
||||
.name = "Cirrus Logic GD5426 (ISA)",
|
||||
.internal_name = "cl_gd5426_isa",
|
||||
.flags = DEVICE_AT | DEVICE_ISA,
|
||||
.flags = DEVICE_ISA16,
|
||||
.local = CIRRUS_ID_CLGD5426,
|
||||
.init = gd54xx_init,
|
||||
.close = gd54xx_close,
|
||||
@@ -4958,7 +4958,7 @@ const device_t gd5426_isa_device = {
|
||||
const device_t gd5426_diamond_speedstar_pro_a1_isa_device = {
|
||||
.name = "Cirrus Logic GD5426 (ISA) (Diamond SpeedStar Pro Rev. A1)",
|
||||
.internal_name = "cl_gd5426_diamond_a1_isa",
|
||||
.flags = DEVICE_AT | DEVICE_ISA,
|
||||
.flags = DEVICE_ISA16,
|
||||
.local = CIRRUS_ID_CLGD5426 | 0x100,
|
||||
.init = gd54xx_init,
|
||||
.close = gd54xx_close,
|
||||
@@ -5000,7 +5000,7 @@ const device_t gd5426_onboard_device = {
|
||||
const device_t gd5428_isa_device = {
|
||||
.name = "Cirrus Logic GD5428 (ISA)",
|
||||
.internal_name = "cl_gd5428_isa",
|
||||
.flags = DEVICE_AT | DEVICE_ISA,
|
||||
.flags = DEVICE_ISA16,
|
||||
.local = CIRRUS_ID_CLGD5428,
|
||||
.init = gd54xx_init,
|
||||
.close = gd54xx_close,
|
||||
@@ -5043,7 +5043,7 @@ const device_t gd5428_diamond_speedstar_pro_b1_vlb_device = {
|
||||
const device_t gd5428_boca_isa_device = {
|
||||
.name = "Cirrus Logic GD5428 (ISA) (BOCA Research 4610)",
|
||||
.internal_name = "cl_gd5428_boca_isa",
|
||||
.flags = DEVICE_AT | DEVICE_ISA,
|
||||
.flags = DEVICE_ISA16,
|
||||
.local = CIRRUS_ID_CLGD5428 | 0x100,
|
||||
.init = gd54xx_init,
|
||||
.close = gd54xx_close,
|
||||
@@ -5085,7 +5085,7 @@ const device_t gd5426_mca_device = {
|
||||
const device_t gd5428_onboard_device = {
|
||||
.name = "Cirrus Logic GD5428 (ISA) (On-Board)",
|
||||
.internal_name = "cl_gd5428_onboard",
|
||||
.flags = DEVICE_AT | DEVICE_ISA,
|
||||
.flags = DEVICE_ISA16,
|
||||
.local = CIRRUS_ID_CLGD5428,
|
||||
.init = gd54xx_init,
|
||||
.close = gd54xx_close,
|
||||
@@ -5113,7 +5113,7 @@ const device_t gd5428_vlb_onboard_device = {
|
||||
const device_t gd5429_isa_device = {
|
||||
.name = "Cirrus Logic GD5429 (ISA)",
|
||||
.internal_name = "cl_gd5429_isa",
|
||||
.flags = DEVICE_AT | DEVICE_ISA,
|
||||
.flags = DEVICE_ISA16,
|
||||
.local = CIRRUS_ID_CLGD5429,
|
||||
.init = gd54xx_init,
|
||||
.close = gd54xx_close,
|
||||
@@ -5212,7 +5212,7 @@ const device_t gd5430_onboard_pci_device = {
|
||||
const device_t gd5434_isa_device = {
|
||||
.name = "Cirrus Logic GD5434 (ISA)",
|
||||
.internal_name = "cl_gd5434_isa",
|
||||
.flags = DEVICE_AT | DEVICE_ISA,
|
||||
.flags = DEVICE_ISA16,
|
||||
.local = CIRRUS_ID_CLGD5434,
|
||||
.init = gd54xx_init,
|
||||
.close = gd54xx_close,
|
||||
@@ -5227,7 +5227,7 @@ const device_t gd5434_isa_device = {
|
||||
const device_t gd5434_diamond_speedstar_64_a3_isa_device = {
|
||||
.name = "Cirrus Logic GD5434 (ISA) (Diamond SpeedStar 64 Rev. A3)",
|
||||
.internal_name = "cl_gd5434_diamond_a3_isa",
|
||||
.flags = DEVICE_AT | DEVICE_ISA,
|
||||
.flags = DEVICE_ISA16,
|
||||
.local = CIRRUS_ID_CLGD5434 | 0x100,
|
||||
.init = gd54xx_init,
|
||||
.close = gd54xx_close,
|
||||
|
||||
@@ -2964,7 +2964,7 @@ static const device_config_t et4000w32p_config[] = {
|
||||
const device_t et4000w32_device = {
|
||||
.name = "Tseng Labs ET4000/w32 ISA",
|
||||
.internal_name = "et4000w32",
|
||||
.flags = DEVICE_ISA | DEVICE_AT,
|
||||
.flags = DEVICE_ISA16,
|
||||
.local = ET4000W32,
|
||||
.init = et4000w32p_init,
|
||||
.close = et4000w32p_close,
|
||||
@@ -2978,7 +2978,7 @@ const device_t et4000w32_device = {
|
||||
const device_t et4000w32_onboard_device = {
|
||||
.name = "Tseng Labs ET4000/w32 (ISA) (On-Board)",
|
||||
.internal_name = "et4000w32_onboard",
|
||||
.flags = DEVICE_ISA | DEVICE_AT,
|
||||
.flags = DEVICE_ISA16,
|
||||
.local = ET4000W32,
|
||||
.init = et4000w32p_init,
|
||||
.close = et4000w32p_close,
|
||||
@@ -2992,7 +2992,7 @@ const device_t et4000w32_onboard_device = {
|
||||
const device_t et4000w32i_isa_device = {
|
||||
.name = "Tseng Labs ET4000/w32i Rev. B ISA",
|
||||
.internal_name = "et4000w32i",
|
||||
.flags = DEVICE_ISA | DEVICE_AT,
|
||||
.flags = DEVICE_ISA16,
|
||||
.local = ET4000W32I,
|
||||
.init = et4000w32p_init,
|
||||
.close = et4000w32p_close,
|
||||
|
||||
@@ -1819,7 +1819,7 @@ const device_t ht216_32_standalone_device = {
|
||||
const device_t radius_svga_multiview_isa_device = {
|
||||
.name = "Radius SVGA Multiview ISA (HT209)",
|
||||
.internal_name = "radius_isa",
|
||||
.flags = DEVICE_ISA | DEVICE_AT,
|
||||
.flags = DEVICE_ISA16,
|
||||
.local = 0x7152, /*HT209*/
|
||||
.init = radius_svga_multiview_init,
|
||||
.close = ht216_close,
|
||||
|
||||
@@ -10667,7 +10667,7 @@ static const device_config_t s3_standard_config2[] = {
|
||||
const device_t s3_orchid_86c911_isa_device = {
|
||||
.name = "S3 86c911 ISA (Orchid Fahrenheit 1280)",
|
||||
.internal_name = "orchid_s3_911",
|
||||
.flags = DEVICE_AT | DEVICE_ISA,
|
||||
.flags = DEVICE_ISA16,
|
||||
.local = S3_ORCHID_86C911,
|
||||
.init = s3_init,
|
||||
.close = s3_close,
|
||||
@@ -10681,7 +10681,7 @@ const device_t s3_orchid_86c911_isa_device = {
|
||||
const device_t s3_diamond_stealth_vram_isa_device = {
|
||||
.name = "S3 86c911 ISA (Diamond Stealth VRAM)",
|
||||
.internal_name = "stealthvram_isa",
|
||||
.flags = DEVICE_AT | DEVICE_ISA,
|
||||
.flags = DEVICE_ISA16,
|
||||
.local = S3_DIAMOND_STEALTH_VRAM,
|
||||
.init = s3_init,
|
||||
.close = s3_close,
|
||||
@@ -10695,7 +10695,7 @@ const device_t s3_diamond_stealth_vram_isa_device = {
|
||||
const device_t s3_ami_86c924_isa_device = {
|
||||
.name = "S3 86c924 ISA (AMI)",
|
||||
.internal_name = "ami_s3_924",
|
||||
.flags = DEVICE_AT | DEVICE_ISA,
|
||||
.flags = DEVICE_ISA16,
|
||||
.local = S3_AMI_86C924,
|
||||
.init = s3_init,
|
||||
.close = s3_close,
|
||||
@@ -10709,7 +10709,7 @@ const device_t s3_ami_86c924_isa_device = {
|
||||
const device_t s3_spea_mirage_86c801_isa_device = {
|
||||
.name = "S3 86c801 ISA (SPEA Mirage ISA)",
|
||||
.internal_name = "px_s3_v7_801_isa",
|
||||
.flags = DEVICE_AT | DEVICE_ISA,
|
||||
.flags = DEVICE_ISA16,
|
||||
.local = S3_SPEA_MIRAGE_86C801,
|
||||
.init = s3_init,
|
||||
.close = s3_close,
|
||||
@@ -10779,7 +10779,7 @@ const device_t s3_mirocrystal_10sd_805_vlb_device = {
|
||||
const device_t s3_phoenix_86c801_isa_device = {
|
||||
.name = "S3 86c801 ISA (Phoenix)",
|
||||
.internal_name = "px_86c801_isa",
|
||||
.flags = DEVICE_AT | DEVICE_ISA,
|
||||
.flags = DEVICE_ISA16,
|
||||
.local = S3_PHOENIX_86C801,
|
||||
.init = s3_init,
|
||||
.close = s3_close,
|
||||
@@ -10807,7 +10807,7 @@ const device_t s3_phoenix_86c805_vlb_device = {
|
||||
const device_t s3_metheus_86c928_isa_device = {
|
||||
.name = "S3 86c928 ISA (Metheus Premier 928)",
|
||||
.internal_name = "metheus928_isa",
|
||||
.flags = DEVICE_AT | DEVICE_ISA,
|
||||
.flags = DEVICE_ISA16,
|
||||
.local = S3_METHEUS_86C928,
|
||||
.init = s3_init,
|
||||
.close = s3_close,
|
||||
|
||||
@@ -3815,7 +3815,7 @@ const device_t xga_device = {
|
||||
const device_t xga_isa_device = {
|
||||
.name = "XGA (ISA)",
|
||||
.internal_name = "xga_isa",
|
||||
.flags = DEVICE_ISA | DEVICE_AT,
|
||||
.flags = DEVICE_ISA16,
|
||||
.local = 0,
|
||||
.init = xga_init,
|
||||
.close = xga_close,
|
||||
@@ -3829,7 +3829,7 @@ const device_t xga_isa_device = {
|
||||
const device_t inmos_isa_device = {
|
||||
.name = "INMOS XGA (ISA)",
|
||||
.internal_name = "inmos_xga_isa",
|
||||
.flags = DEVICE_ISA | DEVICE_AT,
|
||||
.flags = DEVICE_ISA16,
|
||||
.local = 0,
|
||||
.init = svga_xga_init,
|
||||
.close = xga_close,
|
||||
|
||||
Reference in New Issue
Block a user