Add a config migration path for the merged PS/1 model 2121 variations

This commit is contained in:
Alexander Babikov
2021-10-27 06:25:03 +05:00
parent 1182235d7f
commit 9b427aada9

View File

@@ -658,6 +658,8 @@ load_machine(void)
machine = machine_get_machine_from_internal_name("ami495");
else if (! strcmp(p, "mr486"))
machine = machine_get_machine_from_internal_name("mr495");
else if (! strcmp(p, "ibmps1_2121_isa"))
machine = machine_get_machine_from_internal_name("ibmps1_2121");
else if (! strcmp(p, "fw6400gx_s1"))
machine = machine_get_machine_from_internal_name("fw6400gx");
else if (! strcmp(p, "p54vl"))