mirror of
https://github.com/86Box/86Box.git
synced 2026-02-23 09:58:19 -07:00
Added ErgoPro e368 BIOS for MS-6147
Also correct RM BIOS name for AX6BC
This commit is contained in:
@@ -594,7 +594,7 @@ static const device_config_t ax6bc_config[] = {
|
||||
.files = { "roms/machines/ax6bc/ax6bc110.bin", "" }
|
||||
},
|
||||
{
|
||||
.name = "RM Accelerator 350P2XB/450P3XB (BIOS R2.20)",
|
||||
.name = "Award Modular BIOS v4.60PGMA - Revision R2.20 (RM Accelerator 350P2XB/450P3XB)",
|
||||
.internal_name = "ax6bc_rm",
|
||||
.bios_type = BIOS_NORMAL,
|
||||
.files_no = 1,
|
||||
@@ -603,7 +603,7 @@ static const device_config_t ax6bc_config[] = {
|
||||
.files = { "roms/machines/ax6bc/ax6bc220.bin", "" }
|
||||
},
|
||||
{
|
||||
.name = "Award Modular BIOS v4.60PGM - Revision R2.59",
|
||||
.name = "Award Modular BIOS v4.60PGMA - Revision R2.59",
|
||||
.internal_name = "ax6bc",
|
||||
.bios_type = BIOS_NORMAL,
|
||||
.files_no = 1,
|
||||
@@ -886,6 +886,15 @@ static const device_config_t ms6147_config[] = {
|
||||
.spinner = { 0 },
|
||||
.selection = { { 0 } },
|
||||
.bios = {
|
||||
{
|
||||
.name = "Award Modular BIOS v4.51PG - Revision 1.2 (Fujitsu ErgoPro e368)",
|
||||
.internal_name = "ergopro_e368",
|
||||
.bios_type = BIOS_NORMAL,
|
||||
.files_no = 1,
|
||||
.local = 0,
|
||||
.size = 262144,
|
||||
.files = { "roms/machines/ms6147/W647F412.BIN", "" }
|
||||
},
|
||||
{
|
||||
.name = "Award Modular BIOS v4.51PG - Revision 1.8",
|
||||
.internal_name = "ms6147",
|
||||
|
||||
Reference in New Issue
Block a user