diff options
| author | 2009-07-07 03:06:24 +0000 | |
|---|---|---|
| committer | 2009-07-07 03:06:24 +0000 | |
| commit | 1302d91ca2fcfc79cd63ced23f0104b26cca4cc7 (patch) | |
| tree | b2b4d56953dd4ff07491aafe1ecc7268071e3bd9 /src | |
| parent | 61189ca5ea2d641b23b731fe32302651caef2875 (diff) | |
Document the Pacman on Tecmo World Cup '90 hardware. Lists the roms plus CRC32 / SHA1 in the comment section to prevent it from turning up as a newly "found" game and to show users MAME is aware of it existence ;-)
Diffstat (limited to 'src')
| -rw-r--r-- | src/mame/drivers/wc90.c | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/src/mame/drivers/wc90.c b/src/mame/drivers/wc90.c index ec2fd47b30c..73e9bd1c725 100644 --- a/src/mame/drivers/wc90.c +++ b/src/mame/drivers/wc90.c @@ -49,6 +49,29 @@ To enter into input test mode: -keep pressed both start buttons during P.O.S.T. until the cross hatch test fade out(in wc90t). Press one of the start buttons to exit. + +***************************** +* * +* Pacman on WC90 Hardware * +* * +***************************** + +There is known to be a Pacman hack runing on this hardware. It was done by Mike C. and isn't ment +for inclusion in MAME. However the roms with checksums are listed below to prevent it being added +as a newly "found" game: + +Set is known as pac90 (rom names may differ, but the CRC32/SHA1 values are listed): + +rom1.ic87 CRC32 8af34306 SHA1 1a98adca74f46da36e3648d37bfcb56a328a031e +rom2.ic67 CRC32 bc9bfdf2 SHA1 869e4012e5c577e501143cbfd75cce8cef919c86 +rom3.ic54 CRC32 1c4d17fd SHA1 5abebf867de452cc3e85331e91b9110c26a8b050 +char.ic85 CRC32 70941a50 SHA1 283583743c21774d0097dc935ae7bc7009b5b633 +char.ic85 CRC32 0b906dae SHA1 0d14d6a7bbe0b8772143afb4c6c94c62313e4b9c <-- An alternate version... +sprite1.ic50 CRC32 190852ea SHA1 fad7eb3aa53d03917173dd5a040655cfd329db32 +sprite2.ic60 CRC32 33effbea SHA1 dbf6b735f3c8bacb695caf5d15ac8b7961bffc74 +voice.ic82 CRC32 abc61f3d SHA1 c6f123d16a26c4d77c635617dd97bb4b906c463a + + */ #include "driver.h" |
