diff options
author | 2019-02-05 13:33:25 +0100 | |
---|---|---|
committer | 2019-02-05 13:33:25 +0100 | |
commit | b49a2e6e497d80c3736e233fbf2da0a49e1f92eb (patch) | |
tree | 5d44458c934a33a8d6f218caa53550667e425060 /src | |
parent | 1be6b82b346cd9a966449a3c0eaa8a7b31c71c5e (diff) |
dai3wksi: no meteor in title (nw)
Diffstat (limited to 'src')
-rw-r--r-- | src/mame/drivers/dai3wksi.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/dai3wksi.cpp b/src/mame/drivers/dai3wksi.cpp index 5f434b5eced..61cc83c7d62 100644 --- a/src/mame/drivers/dai3wksi.cpp +++ b/src/mame/drivers/dai3wksi.cpp @@ -5,7 +5,7 @@ -Galaxy Force -Run Away -------------------------- -Dai San Wakusei Meteor +Dai 3 Wakusei (c)1979 Sun Electronics SIV-01-B @@ -557,4 +557,4 @@ ROM_END * *************************************/ -GAME( 1979, dai3wksi, 0, dai3wksi, dai3wksi, dai3wksi_state, empty_init, ROT270, "Sun Electronics", "Dai San Wakusei Meteor (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_WRONG_COLORS | MACHINE_IMPERFECT_SOUND | MACHINE_SUPPORTS_SAVE ) |