Fix accidental reversion from Socket 7 to socket 5 in two machines
This commit is contained in:
@@ -8584,7 +8584,7 @@ const machine_t machines[] = {
|
|||||||
{
|
{
|
||||||
.name = "[i430FX] DataExpert EXP8551",
|
.name = "[i430FX] DataExpert EXP8551",
|
||||||
.internal_name = "exp8551",
|
.internal_name = "exp8551",
|
||||||
.type = MACHINE_TYPE_SOCKET5,
|
.type = MACHINE_TYPE_SOCKET7_3V,
|
||||||
.chipset = MACHINE_CHIPSET_INTEL_430FX,
|
.chipset = MACHINE_CHIPSET_INTEL_430FX,
|
||||||
.init = machine_at_exp8551_init,
|
.init = machine_at_exp8551_init,
|
||||||
.pad = 0,
|
.pad = 0,
|
||||||
@@ -8906,7 +8906,7 @@ const machine_t machines[] = {
|
|||||||
{
|
{
|
||||||
.name = "[i430FX] PC Partner MB500N",
|
.name = "[i430FX] PC Partner MB500N",
|
||||||
.internal_name = "mb500n",
|
.internal_name = "mb500n",
|
||||||
.type = MACHINE_TYPE_SOCKET5,
|
.type = MACHINE_TYPE_SOCKET7_3V,
|
||||||
.chipset = MACHINE_CHIPSET_INTEL_430FX,
|
.chipset = MACHINE_CHIPSET_INTEL_430FX,
|
||||||
.init = machine_at_mb500n_init,
|
.init = machine_at_mb500n_init,
|
||||||
.pad = 0,
|
.pad = 0,
|
||||||
|
|||||||
Reference in New Issue
Block a user