mirror of
https://github.com/holub/mame
synced 2025-04-22 16:31:49 +03:00
dai3wksi.cpp: Correct Runaway title.
The advertisements prominently show “RUNAWAY” in uppercase Latin script with no space. Additionally, the title is rendered as “ランナウェイ” in Katakana. Splitting into on, this is “ra-n-na-we-i” - note the “na”, indicating there’s no break between the consonant and vowel. If it was supposed to be two words, it would more likely be rendered “ランアウェイ” (“ra-n-a-we-i”).
This commit is contained in:
parent
5b1a30f57c
commit
a8dc4543e3
@ -5,7 +5,7 @@
|
||||
--------------------------
|
||||
Galaxy Force
|
||||
PCB: SIV-01-A
|
||||
Run Away
|
||||
Runaway
|
||||
PCB: SIV-01-B
|
||||
--------------------------
|
||||
Dai 3 Wakusei
|
||||
@ -715,7 +715,7 @@ ROM_END
|
||||
*
|
||||
*************************************/
|
||||
|
||||
GAME( 1979, runaways, 0, dai3wksi, runaways, dai3wksi_state, empty_init, ROT270, "Sun Electronics", "Run Away (Japan)", MACHINE_WRONG_COLORS | MACHINE_IMPERFECT_SOUND | MACHINE_SUPPORTS_SAVE )
|
||||
GAME( 1979, runaways, 0, dai3wksi, runaways, dai3wksi_state, empty_init, ROT270, "Sun Electronics", "Runaway (Japan)", MACHINE_WRONG_COLORS | MACHINE_IMPERFECT_SOUND | MACHINE_SUPPORTS_SAVE )
|
||||
|
||||
GAME( 1979, dai3wksi, 0, dai3wksi, dai3wksi, dai3wksi_state, empty_init, ROT270, "Sun Electronics", "Dai 3 Wakusei (Japan)", MACHINE_IMPERFECT_COLORS | MACHINE_IMPERFECT_SOUND | MACHINE_SUPPORTS_SAVE )
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user