Merge pull request #192 from anabate123/patch-1

Added more Mac models to the ModelID string
This commit is contained in:
asvitkine 2020-03-15 19:04:08 -04:00 committed by GitHub
commit 1918557e78
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 29 additions and 1 deletions

View File

@ -203,7 +203,36 @@ user_string_def common_strings[] = {
{STR_RAMSIZE_FMT, "%ld MB"},
{STR_MODELID_CTRL, "Mac Model ID"},
{STR_MODELID_5_LAB, "Mac IIci (MacOS 7.x)"},
{STR_MODELID_7_LAB, "Mac IIfx (MacOS 7.x)"},
{STR_MODELID_12_LAB, "Mac IIsi (MacOS 7.x"},
{STR_MODELID_13_LAB, "Mac LC (MacOS 7.x"},
{STR_MODELID_14_LAB, "Quadra 900 (MacOS 8.x)"},
{STR_MODELID_15_LAB, "PowerBook 170 (MacOS 7.x)"},
{STR_MODELID_16_LAB, "Quadra 700 (MacOS 8.x)"},
{STR_MODELID_19_LAB, "PowerBook 140 (MacOS 7.x)"},
{STR_MODELID_20_LAB, "Quadra 950 (MacOS 8.x)"},
{STR_MODELID_21_LAB, "Mac LC III-Performa 450 (MacOS 7.x)"},
{STR_MODELID_24_LAB, "Centris 650 (MacOS 8.x)"},
{STR_MODELID_29_LAB, "Quadra 800 (MacOS 8.x)"},
{STR_MODELID_30_LAB, "Quadra 650 (MacOS 8.x)"},
{STR_MODELID_31_LAB, "Mac LC II (MacOS 7.x)"},
{STR_MODELID_38_LAB, "Mac IIvi (MacOS 7.x)"},
{STR_MODELID_39_LAB, "Performa 600 (MacOS 7.x)"},
{STR_MODELID_42_LAB, "Mac IIvx (MacOS 7.x)"},
{STR_MODELID_43_LAB, "Color Classic (MacOS 7.x)"},
{STR_MODELID_46_LAB, "Centris 610 (MacOS 8.x)"},
{STR_MODELID_47_LAB, "Quadra 610 (MacOS 8.x)"},
{STR_MODELID_50_LAB, "Mac LC 520 (MacOS 7.x)"},
{STR_MODELID_54_LAB, "Centris-Quadra 660AV (MacOS 8.x)"},
{STR_MODELID_56_LAB, "Performa 46x (MacOS 7.x)"},
{STR_MODELID_72_LAB, "Quadra 840AV (MacOS 8.x)"},
{STR_MODELID_74_LAB, "Mac LC-Performa 550 (MacOS 7.x)"},
{STR_MODELID_82_LAB, "Mac TV (MacOS 7.x)"},
{STR_MODELID_83_LAB, "Mac LC 475-Performa 47x (MacOS 8.x)"},
{STR_MODELID_86_LAB, "Mac LC 575-Performa 57x (MacOS 8.x)"},
{STR_MODELID_87_LAB, "Quadra 605 (MacOS 8.x)"},
{STR_MODELID_92_LAB, "Mac LC-Performa-Quadra 630 (MacOS 8.x)"},
{STR_MODELID_93_LAB, "Mac LC 580 (MacOS 8.x)"},
{STR_CPU_CTRL, "CPU Type"},
{STR_CPU_68020_LAB, "68020"},
{STR_CPU_68020_FPU_LAB, "68020 with FPU"},
@ -212,7 +241,6 @@ user_string_def common_strings[] = {
{STR_CPU_68040_LAB, "68040"},
{STR_ROM_FILE_CTRL, "ROM File"},
{STR_IDLEWAIT_CTRL, "Don't Use CPU When Idle"},
{STR_JIT_PANE_TITLE, "JIT Compiler"},
{STR_JIT_CTRL, "Enable JIT Compiler"},
{STR_JIT_FPU_CTRL, "Compile FPU Instructions"},