mirror of
https://github.com/86Box/86Box.git
synced 2026-02-21 17:15:32 -07:00
Merge branch 'master' of https://github.com/86Box/86Box
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
The 86Box project welcomes contributions from anyone, as long as some basic guidelines are followed.
|
||||
|
||||
## Emulated hardware
|
||||
In order to accept new emulated hardware, the following criteria must be met:
|
||||
In order to accept new emulated hardware or a request thereof, the following criteria must be met:
|
||||
|
||||
* A ROM must be available and be added to [our ROM repository](https://github.com/86Box/roms)
|
||||
* Documentation must be available or it must be feasible to reverse engineer with a reasonable amount of time and effort
|
||||
|
||||
@@ -3616,7 +3616,7 @@ const cpu_family_t cpu_families[] = {
|
||||
{
|
||||
.package = CPU_PKG_SOCKET4,
|
||||
.manufacturer = "Intel",
|
||||
.name = "Pentium",
|
||||
.name = "Pentium (P5)",
|
||||
.internal_name = "pentium_p5",
|
||||
.cpus = (const CPU[]) {
|
||||
{
|
||||
@@ -3736,7 +3736,7 @@ const cpu_family_t cpu_families[] = {
|
||||
{
|
||||
.package = CPU_PKG_SOCKET5_7,
|
||||
.manufacturer = "Intel",
|
||||
.name = "Pentium",
|
||||
.name = "Pentium (P54C)",
|
||||
.internal_name = "pentium_p54c",
|
||||
.cpus = (const CPU[]) {
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user