summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author AJR <ajrhacker@users.noreply.github.com>2020-03-20 11:00:04 -0400
committer AJR <ajrhacker@users.noreply.github.com>2020-03-20 11:00:04 -0400
commite18ea4fb9b6b1e9d30e8a3d6f4a11b9e36b8bb25 (patch)
tree9bf5ea12f9696e98fffe8bcfa8871537520afa98
parentc49cfb27143d243fd9bd7ffc23e3bd4cfda425d6 (diff)
elan_eu3a05.cpp: Fix clang build [-Werror,-Winvalid-source-encoding] (nw)
-rw-r--r--src/mame/drivers/elan_eu3a05.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/elan_eu3a05.cpp b/src/mame/drivers/elan_eu3a05.cpp
index 52c59a4dce8..53ab5ea0749 100644
--- a/src/mame/drivers/elan_eu3a05.cpp
+++ b/src/mame/drivers/elan_eu3a05.cpp
@@ -851,4 +851,4 @@ CONS( 2006, sudoelan, 0, 0, elan_sudoku, sudoku, elan_eu3a05_state, em
CONS( 200?, carlecfg, 0, 0, elan_sudoku, carlecfg, elan_eu3a05_state, empty_init, "Excalibur Electronics Inc", "Carl Edwards' Chase For Glory", MACHINE_NOT_WORKING )
// see https://millionaire.fandom.com/wiki/Haluatko_miljon%C3%A4%C3%A4riksi%3F_(Play_Vision_game)
-CONS( 2006, pvmilfin, 0, 0, elan_sudoku, sudoku, elan_eu3a05_state, empty_init, "Play Vision", "Haluatko miljonääriksi? (Finland)", MACHINE_NOT_WORKING )
+CONS( 2006, pvmilfin, 0, 0, elan_sudoku, sudoku, elan_eu3a05_state, empty_init, "Play Vision", "Haluatko miljon\xc3\xa4\xc3\xa4riksi? (Finland)", MACHINE_NOT_WORKING )