From 71c406069df93d602b51e0cc06007008216b1db0 Mon Sep 17 00:00:00 2001 From: RichardG867 Date: Sun, 22 Nov 2020 00:22:24 -0300 Subject: [PATCH] Fix EuroPC config save crash --- src/cpu/cpu_table.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/cpu/cpu_table.c b/src/cpu/cpu_table.c index 92ceb1bb8..585f85831 100644 --- a/src/cpu/cpu_table.c +++ b/src/cpu/cpu_table.c @@ -976,9 +976,9 @@ static const cpu_legacy_table_t cpus_pcjr[] = { }; static const cpu_legacy_table_t cpus_europc[] = { - {"8088", 4772728, 1}, - {"8088", 7159092, 1}, - {"8088", 9545456, 1}, + {"8088_europc", 4772728, 1}, + {"8088_europc", 7159092, 1}, + {"8088_europc", 9545456, 1}, {NULL, 0, 0} };