Skip to content

add year and string notes found in soundcpu. huangyeh_m68k.cpp #13542

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions src/mame/skeleton/huangyeh_m68k.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

===================================================================================================

Wu Lin Zhengba, Huang Yeh, 1999?
Wu Lin Zhengba, Huang Yeh, 1999
Hardware Info by Guru
---------------------

Expand Down Expand Up @@ -246,7 +246,7 @@ ROM_START( wlzb )
ROM_LOAD16_BYTE( "w1-a.u9", 0x00000, 0x80000, CRC(2b6cd511) SHA1(0abfe24d83964eb45f348c5cbfd2ad50474db3c6) )
ROM_LOAD16_BYTE( "w2-a.u8", 0x00001, 0x80000, CRC(df068584) SHA1(de051d56b9d64027f1b6dee609272186c3575bef) )

ROM_REGION( 0x8000, "audiocpu", 0 )
ROM_REGION( 0x8000, "audiocpu", 0 ) // 10/10/1996 but this was released in 1999. also has SunKiss Chen string
ROM_LOAD( "w7.u34", 0x0000, 0x8000, CRC(c00786b3) SHA1(a8b3ddf3dd1b702d8719eace1b65f42c727b9473) )

ROM_REGION16_BE( 0x200000, "tiles", 0 )
Expand All @@ -262,4 +262,4 @@ ROM_END
} // anonymous namespace


GAME( 1999, wlzb, 0, wlzb, wlzb, huangyeh_m68k_state, empty_init, ROT0, "Huang Yeh", "Wu Lin Zhengba", MACHINE_NO_SOUND | MACHINE_NOT_WORKING )
GAME( 1999, wlzb, 0, wlzb, wlzb, huangyeh_m68k_state, empty_init, ROT0, "Huang Yeh", "Wu Lin Zhengba", MACHINE_IMPERFECT_SOUND | MACHINE_NOT_WORKING )
Loading