summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author hap <happppp@users.noreply.github.com>2021-10-05 12:59:24 +0200
committer hap <happppp@users.noreply.github.com>2021-10-05 12:59:36 +0200
commitbb9cc7e8f16d4ad88ff294f480e0d2d2bfa7ae6a (patch)
tree6f00b00856b03d0b2817e99a906cf163931caefc
parentf82fabc15f0d8826f82273e00f143af95c9571f1 (diff)
legendos: add Wave to company string
-rw-r--r--hash/neogeo.xml2
-rw-r--r--src/mame/drivers/ashnojoe.cpp2
-rw-r--r--src/mame/drivers/neogeo.cpp2
-rw-r--r--src/mame/drivers/segac2.cpp2
4 files changed, 4 insertions, 4 deletions
diff --git a/hash/neogeo.xml b/hash/neogeo.xml
index a3a820c29d7..bbfa1907bed 100644
--- a/hash/neogeo.xml
+++ b/hash/neogeo.xml
@@ -1628,7 +1628,7 @@ license:CC0
<software name="legendos">
<description>Legend of Success Joe / Ashita no Joe Densetsu</description>
<year>1991</year>
- <publisher>SNK</publisher>
+ <publisher>SNK / Wave</publisher>
<info name="serial" value="NGM-029 (MVS), NGH-029 (AES)"/>
<info name="release" value="199107xx (MVS), 19910830 (AES)"/>
<info name="alt_title" value="あしたのジョー伝説"/>
diff --git a/src/mame/drivers/ashnojoe.cpp b/src/mame/drivers/ashnojoe.cpp
index 229b927fca2..0a0be11d0cd 100644
--- a/src/mame/drivers/ashnojoe.cpp
+++ b/src/mame/drivers/ashnojoe.cpp
@@ -27,7 +27,7 @@ Upper:
Sound
ROM 9 (ST M27256)
Standard Zilog Z80 (Z0840004PSC)
- Yamaha YM2203C
+ Yamaha YM2203C (horrible music, that is not an emulation bug)
GFX?
Mask ROMs 401, 402 & 403 (Hitachi HN62414 Mask ROMs)
diff --git a/src/mame/drivers/neogeo.cpp b/src/mame/drivers/neogeo.cpp
index 286d280626b..b521836ed2a 100644
--- a/src/mame/drivers/neogeo.cpp
+++ b/src/mame/drivers/neogeo.cpp
@@ -11880,7 +11880,7 @@ GAME( 1995, quizdaisk, quizdais, neobase, neogeo, mvs_led_state, empty_ini
GAME( 1992, lresort, neogeo, neobase, neogeo, mvs_led_state, empty_init, ROT0, "SNK", "Last Resort", MACHINE_SUPPORTS_SAVE )
GAME( 1992, lresortp, lresort, neobase, neogeo, mvs_led_state, empty_init, ROT0, "SNK", "Last Resort (prototype)", MACHINE_SUPPORTS_SAVE )
GAME( 1991, eightman, neogeo, neobase, neogeo, mvs_led_state, empty_init, ROT0, "SNK / Pallas", "Eight Man (NGM-025 ~ NGH-025)", MACHINE_SUPPORTS_SAVE )
-GAME( 1991, legendos, neogeo, neobase, neogeo, mvs_led_state, empty_init, ROT0, "SNK", "Legend of Success Joe / Ashita no Joe Densetsu", MACHINE_SUPPORTS_SAVE )
+GAME( 1991, legendos, neogeo, neobase, neogeo, mvs_led_state, empty_init, ROT0, "SNK / Wave", "Legend of Success Joe / Ashita no Joe Densetsu", MACHINE_SUPPORTS_SAVE )
GAME( 1991, 2020bb, neogeo, neobase, neogeo, mvs_led_state, empty_init, ROT0, "SNK / Pallas", "2020 Super Baseball (set 1)", MACHINE_SUPPORTS_SAVE )
GAME( 1991, 2020bba, 2020bb, neobase, neogeo, mvs_led_state, empty_init, ROT0, "SNK / Pallas", "2020 Super Baseball (set 2)", MACHINE_SUPPORTS_SAVE )
GAME( 1991, 2020bbh, 2020bb, neobase, neogeo, mvs_led_state, empty_init, ROT0, "SNK / Pallas", "2020 Super Baseball (set 3)", MACHINE_SUPPORTS_SAVE )
diff --git a/src/mame/drivers/segac2.cpp b/src/mame/drivers/segac2.cpp
index 112a4571dea..e81a208e7be 100644
--- a/src/mame/drivers/segac2.cpp
+++ b/src/mame/drivers/segac2.cpp
@@ -2905,7 +2905,7 @@ GAME( 1994, puyopuy2, 0, segac2, puyopuy2, segac2_state, init_pu
GAME( 1994, zunkyou, 0, segac2, zunkyou, segac2_state, init_zunkyou, ROT0, "Sega", "Zunzunkyou no Yabou (Japan)", 0 )
-GAME( 1994, headonch, 0, segac2, headonch, segac2_state, init_noprot, ROT0, "hack", "Head On Channel (prototype, hack)", 0 )
+GAME( 1994, headonch, 0, segac2, headonch, segac2_state, init_noprot, ROT0, "hack", "Monita to Rimoko no Head On Channel (prototype, hack)", 0 )
/* Atlus Print Club 'Games' (C-2 Hardware) requires printer and camera emulation */
GAME( 1995, pclubj, 0, segac2, pclub, pclub_state, init_pclubj, ROT0, "Atlus", "Print Club (Japan Vol.1)", MACHINE_NOT_WORKING )