Skip to content

Commit

Permalink
refactor: convert gfxboard encoding to UTF-8
Browse files Browse the repository at this point in the history
  • Loading branch information
midwan committed Jan 3, 2025
1 parent 4761c19 commit 742f42b
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions src/gfxboard.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -163,28 +163,28 @@ static const struct gfxboard boards[] =
},
{
GFXBOARD_ID_PICCOLO_Z2,
_T("Piccolo [Zorro II]"), _T("Ingenieurbüro Helfrich"), _T("Piccolo_Z2"),
_T("Piccolo [Zorro II]"), _T("Ingenieurbüro Helfrich"), _T("Piccolo_Z2"),
BOARD_MANUFACTURER_PICCOLO, BOARD_MODEL_MEMORY_PICCOLO, BOARD_MODEL_REGISTERS_PICCOLO, 0,
0x00000000, 0x00100000, 0x00200000, 0x00200000, CIRRUS_ID_CLGD5426, 2, 6, true, true,
0, 0, NULL, &gd5426_swapped_device
},
{
GFXBOARD_ID_PICCOLO_Z3,
_T("Piccolo [Zorro III]"), _T("Ingenieurbüro Helfrich"), _T("Piccolo_Z3"),
_T("Piccolo [Zorro III]"), _T("Ingenieurbüro Helfrich"), _T("Piccolo_Z3"),
BOARD_MANUFACTURER_PICCOLO, BOARD_MODEL_MEMORY_PICCOLO, BOARD_MODEL_REGISTERS_PICCOLO, 0,
0x00000000, 0x00100000, 0x00200000, 0x00200000, CIRRUS_ID_CLGD5426, 3, 6, true, true,
0, 0, NULL, &gd5426_swapped_device
},
{
GFXBOARD_ID_SD64_Z2,
_T("Piccolo SD64 [Zorro II]"), _T("Ingenieurbüro Helfrich"), _T("PiccoloSD64_Z2"),
_T("Piccolo SD64 [Zorro II]"), _T("Ingenieurbüro Helfrich"), _T("PiccoloSD64_Z2"),
BOARD_MANUFACTURER_PICCOLO, BOARD_MODEL_MEMORY_PICCOLO64, BOARD_MODEL_REGISTERS_PICCOLO64, 0,
0x00000000, 0x00200000, 0x00400000, 0x00400000, CIRRUS_ID_CLGD5434, 2, 6, true, true,
0, 0, NULL, &gd5434_vlb_swapped_device
},
{
GFXBOARD_ID_SD64_Z3,
_T("Piccolo SD64 [Zorro III]"), _T("Ingenieurbüro Helfrich"), _T("PiccoloSD64_Z3"),
_T("Piccolo SD64 [Zorro III]"), _T("Ingenieurbüro Helfrich"), _T("PiccoloSD64_Z3"),
BOARD_MANUFACTURER_PICCOLO, BOARD_MODEL_MEMORY_PICCOLO64, BOARD_MODEL_REGISTERS_PICCOLO64, 0,
0x00000000, 0x00200000, 0x00400000, 0x00400000, CIRRUS_ID_CLGD5434, 3, 6, true, true,
0, 0, NULL, &gd5434_vlb_swapped_device
Expand Down Expand Up @@ -286,14 +286,14 @@ static const struct gfxboard boards[] =
},
{
GFXBOARD_ID_GRAFFITY_Z2,
_T("Graffity [Zorro II]"), _T("Atéo Concepts"), _T("GraffityZ2"),
_T("Graffity [Zorro II]"), _T("Atéo Concepts"), _T("GraffityZ2"),
2092, 34, 33, 0,
0x00000000, 0x00100000, 0x00200000, 0x00200000, CIRRUS_ID_CLGD5428, 2, 2, false, true,
0, 0, NULL, &gd5428_device
},
{
GFXBOARD_ID_GRAFFITY_Z3,
_T("Graffity [Zorro III]"), _T("Atéo Concepts"), _T("GraffityZ3"),
_T("Graffity [Zorro III]"), _T("Atéo Concepts"), _T("GraffityZ3"),
2092, 33, 0, 0,
0x00000000, 0x00100000, 0x00200000, 0x01000000, CIRRUS_ID_CLGD5428, 3, 2, false, true,
0, 0, NULL, &gd5428_device
Expand All @@ -314,7 +314,7 @@ static const struct gfxboard boards[] =
},
{
GFXBOARD_ID_RAINBOWIII,
_T("Rainbow III [Zorro III]"), _T("Ingenieurbüro Helfrich"), _T("RainbowIII"),
_T("Rainbow III [Zorro III]"), _T("Ingenieurbüro Helfrich"), _T("RainbowIII"),
2145, 33, 0, 0,
0x00000000, 0x00400000, 0x00400000, 0x02000000, 0, 3, 6, false, false,
0, 0, NULL, &inmos_rainbow3_z3_device
Expand All @@ -328,7 +328,7 @@ static const struct gfxboard boards[] =
},
{
GFXBOARD_ID_PIXEL64,
_T("Pixel64 [AteoBus]"), _T("Atéo Concepts"), _T("Pixel64"),
_T("Pixel64 [AteoBus]"), _T("Atéo Concepts"), _T("Pixel64"),
2026, 255, 254, 0, // 255: type=$c7 flags=$40, 254: type=$c2 flags=$40 128k, 252: type=$c2 flags=$40, 128k
0x00000000, 0x00200000, 0x00200000, 0x00400000, CIRRUS_ID_CLGD5434, 2, 0, false, false,
0, 0, NULL, &gd5434_vlb_device
Expand Down Expand Up @@ -356,7 +356,7 @@ static const struct gfxboard boards[] =
},
{
GFXBOARD_ID_RAINBOWII,
_T("Rainbow II [Zorro II]"), _T("Ingenieurbüro Helfrich"), _T("RainbowII"),
_T("Rainbow II [Zorro II]"), _T("Ingenieurbüro Helfrich"), _T("RainbowII"),
2145, 32, 0, 0,
0x00000000, 0x00200000, 0x00200000, 0x00200000, 0, 0, 0, false, false,
ROMTYPE_RAINBOWII, 0xc6, &rainbowii_func
Expand Down

0 comments on commit 742f42b

Please sign in to comment.