summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author Nigel Barnes <Pernod70@users.noreply.github.com>2015-08-22 17:07:06 +0100
committer Nigel Barnes <Pernod70@users.noreply.github.com>2015-08-22 17:07:06 +0100
commitccb1a0f929ba12eb032cbbe169f138d287ed2dac (patch)
treed3899a9cb427e62813fa0e53ccb968b295b12bd9
parentae2806689ba3d458e64167d7d27870e0b19b5dad (diff)
Changed unicode to literals.
-rw-r--r--src/mess/drivers/attache.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mess/drivers/attache.c b/src/mess/drivers/attache.c
index a42134bb7bd..223a60d82f1 100644
--- a/src/mess/drivers/attache.c
+++ b/src/mess/drivers/attache.c
@@ -1,4 +1,4 @@
-// license:BSD-3-Clause
+// license:BSD-3-Clause
// copyright-holders:Barry Rodewald
/*
* attache.c
@@ -1007,4 +1007,4 @@ ROM_START( attache )
ROM_END
/* YEAR NAME PARENT COMPAT MACHINE INPUT DEVICE INIT COMPANY FULLNAME FLAGS */
-COMP( 1982, attache, 0, 0, attache, attache, driver_device, 0, "Otrona", "Attaché", MACHINE_IMPERFECT_GRAPHICS|MACHINE_NOT_WORKING)
+COMP( 1982, attache, 0, 0, attache, attache, driver_device, 0, "Otrona", "Attach\xC3\xA9", MACHINE_IMPERFECT_GRAPHICS|MACHINE_NOT_WORKING)