This commit is contained in:
OBattler
2026-01-29 18:48:51 +01:00
2 changed files with 3 additions and 3 deletions

View File

@@ -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

View File

@@ -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[]) {
{