6
6
7
7
#include " GfxBoardSpec.hpp"
8
8
9
+ // data info resources:
10
+ // https://amiga.resource.cx
11
+ // https://bigbookofamigahardware.com
12
+
9
13
namespace DataInfo
10
14
{
11
15
const std::map<AOS::Cybergraphics::BoardID, GfxBoardSpec> gfxBoard2spec {
12
- { AOS::Cybergraphics::BoardID::CVision64 ,
13
- { " CyberVision 64" , " Phase 5 Digital Products, Germany" , " S3 86C764 Trio64" , " 2/4 MB VRAM " , 1995 , " Zorro III" } },
16
+ { AOS::Cybergraphics::BoardID::CyberVision64 ,
17
+ { " CyberVision 64" , " Phase 5 Digital Products, Germany" , " S3 86C764 Trio64" , " 2/4 MB RAM " , 1995 , " Zorro III" } },
14
18
{ AOS::Cybergraphics::BoardID::Piccolo,
15
- { " Piccolo" , " Ingenieurburo Helfrich, Germany" , " Cirrus Logic GD5426" , " 1/2 MB VRAM " , 1993 , " Zorro II/III" } },
19
+ { " Piccolo" , " Ingenieurburo Helfrich, Germany" , " Cirrus Logic GD5426" , " 1/2 MB RAM " , 1993 , " Zorro II/III" } },
16
20
{ AOS::Cybergraphics::BoardID::PicassoII,
17
- { " Picasso II" , " Village Tronic, Germany" , " Cirrus Logic GD5426/GD5428" , " 1/2 MB VRAM " , 1993 , " Zorro II" } },
21
+ { " Picasso II" , " Village Tronic, Germany" , " Cirrus Logic GD5426/GD5428" , " 1/2 MB RAM " , 1993 , " Zorro II" } },
18
22
{ AOS::Cybergraphics::BoardID::Spectrum,
19
- { " EGS 28/24 Spectrum" , " Great Valley Products, USA" , " Cirrus Logic GD5426 or GD 5428" , " 1/2 MB VRAM " , 1993 , " Zorro II/III" } },
23
+ { " EGS 28/24 Spectrum" , " Great Valley Products, USA" , " Cirrus Logic GD5426 or GD 5428" , " 1/2 MB RAM " , 1993 , " Zorro II/III" } },
20
24
{ AOS::Cybergraphics::BoardID::Domino,
21
- { " Domino" , " X-Pert Computer Services / Village Tronic, Germany" , " Tseng Labs ET4000" , " 1 MB VRAM" , 1992 , " Zorro II" } },
22
- { AOS::Cybergraphics::BoardID::RetinaZ3_DraCoAltais,
23
- { " Retina BLT Z3" , " MacroSystem, Germany" , " NCR 77C32BLT" , " 4 MB VRAM" , 1994 , " Zorro III" } },
25
+ { " Domino" , " X-Pert Computer Services / Village Tronic, Germany" , " Tseng Labs ET4000" , " 1 MB RAM" , 1992 , " Zorro II" } },
26
+ { AOS::Cybergraphics::BoardID::RetinaZ3,
27
+ { " Retina BLT Z3" , " MacroSystem, Germany" , " NCR 77C32BLT" , " 4 MB RAM" , 1994 , " Zorro III" } },
28
+ { AOS::Cybergraphics::BoardID::DraCoAltais,
29
+ { " DraCoAltais" , " MacroSystem, Germany" , " NCR 77C32BLT" , " 4 MB RAM" , 1994 , " Zorro III" } },
24
30
{ AOS::Cybergraphics::BoardID::PiccoSD64,
25
- { " Picco SD64" , " Ingenieurburo Helfrich, Germany" , " Cirrus Logic GD5434" , " 2/4 MB VRAM " , 1995 , " Zorro II/III" } },
26
- { AOS::Cybergraphics::BoardID::A2410, { " A2410" , " Commodore, USA" , " Texas Instruments TMS34010" , " 2 MB VRAM " , 1991 , " Zorro II" } },
27
- { AOS::Cybergraphics::BoardID::CVision3D ,
28
- { " CyberVision 64/3D" , " Phase 5 Digital Products, Germany" , " S3 ViRGE" , " 4 MB VRAM " , 1996 , " Zorro II/III" } },
31
+ { " Picco SD64" , " Ingenieurburo Helfrich, Germany" , " Cirrus Logic GD5434" , " 2/4 MB RAM " , 1995 , " Zorro II/III" } },
32
+ { AOS::Cybergraphics::BoardID::A2410, { " A2410" , " Commodore, USA" , " Texas Instruments TMS34010" , " 2 MB RAM " , 1991 , " Zorro II" } },
33
+ { AOS::Cybergraphics::BoardID::CyberVision3D ,
34
+ { " CyberVision 64/3D" , " Phase 5 Digital Products, Germany" , " S3 ViRGE" , " 4 MB RAM " , 1996 , " Zorro II/III" } },
29
35
{ AOS::Cybergraphics::BoardID::Inferno,
30
- { " Inferno" , " DKB, USA" , " Cirrus Logic GD5446" , " 4 MB VRAM " , 1997 , " local PCI expansion bus" } },
36
+ { " Inferno" , " DKB, USA" , " Cirrus Logic GD5446" , " 4 MB RAM " , 1997 , " local PCI expansion bus" } },
31
37
{ AOS::Cybergraphics::BoardID::PicassoIV,
32
- { " Picasso IV" , " Village Tronic, Germany" , " Cirrus Logic GD5446" , " 4 MB VRAM" , 1996 , " Zorro II/III" } },
38
+ { " Picasso IV" , " Village Tronic, Germany" , " Cirrus Logic GD5446" , " 4 MB RAM" , 1996 , " Zorro II/III" } },
39
+ { AOS::Cybergraphics::BoardID::Pixel64,
40
+ { " Pixel 64" , " Ateo Concepts, France" , " Cirrus Logic GD5434" , " 2 MB RAM" , 1997 , " AteoBus" } },
41
+ { AOS::Cybergraphics::BoardID::RainbowIII,
42
+ { " Rainbow III" , " Ingenieurburo Helfrich, Germany" , " Inmos G360/G364/G365" , " 4 MB RAM" , 1994 , " Zorro III" } },
33
43
{ AOS::Cybergraphics::BoardID::CyberVisonPPC,
34
- { " CyberVison PPC" , " Phase 5 Digital Products, Germany" , " 3D Labs & Texas Instruments: Permedia 2" , " 8 MB VRAM " , 1998 ,
44
+ { " CyberVison PPC" , " Phase 5 Digital Products, Germany" , " 3D Labs & Texas Instruments: Permedia 2" , " 8 MB RAM " , 1998 ,
35
45
" local PCI expansion bus" } },
36
- { AOS::Cybergraphics::BoardID::BVisonPPC ,
37
- { " BlizzardVision PPC" , " Phase 5 Digital Products, Germany" , " 3D Labs & Texas Instruments: Permedia 2" , " 8 MB VRAM " , 1998 ,
46
+ { AOS::Cybergraphics::BoardID::BlizzardVisionPPC ,
47
+ { " BlizzardVision PPC" , " Phase 5 Digital Products, Germany" , " 3D Labs & Texas Instruments: Permedia 2" , " 8 MB RAM " , 1998 ,
38
48
" local PCI expansion bus" } },
39
49
};
40
50
}
0 commit comments