change machine name, update comments

This commit is contained in:
Akamaki
2025-02-19 00:37:40 +09:00
parent 61acd44736
commit 3c00fece65
2 changed files with 2 additions and 2 deletions

View File

@@ -1919,7 +1919,7 @@ machine_ps55_model_50v_init(const machine_t* model)
/*
* Planar ID
* F1FFh - PS/55 model 5551-V0x, V1x
* POST (P/N 38F6933) determination: FBxx -> 5 slots (ok), F1xx -> 5 slots (ok), others -> 8 (error)
* Verification in BIOS P/N 56F7416,56F7417: FBxx -> 5 slots (ok), F1xx -> 5 slots (ok), others -> 8 (error)
*/
ps2.planar_id = 0xf1ff;
ps55_mca_board_model_50v_init();

View File

@@ -5680,7 +5680,7 @@ const machine_t machines[] = {
},
/* Has IBM PS/55 5551-V0x, V1x firmware. */
{
.name = "[MCA] IBM PS/55 model 5550-V0",
.name = "[MCA] IBM PS/55 model 5550-V",
.internal_name = "ibmps55_m50v",
.type = MACHINE_TYPE_386DX,
.chipset = MACHINE_CHIPSET_PROPRIETARY,