Previous 199869 Revisions Next

r19479 Tuesday 11th December, 2012 at 21:32:31 UTC by David Haywood
some further notes by me on the m1ab sound types (nw)
[src/mame]mame.lst
[src/mame/drivers]maygay1bsw.c

trunk/src/mame/drivers/maygay1bsw.c
r19478r19479
44 the MSM6376 is on the ROM board, so some games might not have it
55 the YM2149F is on the MAIN board
66
7 the AY is where?
7 some of the sound roms we have look more like uPD7749 ones? did some
8 ROM boards use that instead?
9
10 typically games with a single sound rom appear to be uPD7749 whereas
11 the ones with a u2/u3 combo are MSM6376
12
13 the AY is where? was that another alt sound option on some rom boards
14 or an alt motherboard revision?
15
816 */
917
1018#include "emu.h"
r19478r19479
3745   (sound rom is wrong?)
3846******************************************************************************************************************************************************************************************************/
3947
40// I don't think this is correct, or at least it's not OKI, no header.
48// uPD7759 rom?
4149#define m1_bargn_sound \
4250   ROM_REGION( 0x100000, "msm6376", ROMREGION_ERASE00  ) \
4351   ROM_LOAD( "bgsnd", 0x0000, 0x020000, CRC(abe7c01d) SHA1(21caadcd149772dfd79a9d30ebc1d8da91ff36f4) )\
r19478r19479
5361GAME( 1990, m1bargncp   ,m1bargn   ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Casino Bar-gain (Maygay) v5.1 (Protocol)(M1A/B)",GAME_FLAGS )
5462
5563/*******************************************************************************************************************************************************************************************************
56  Bounty Hunter
57   (sound roms?)
58******************************************************************************************************************************************************************************************************/
59
60ROM_START( m1bounty )   ROM_REGION( 0x20000, "maincpu", ROMREGION_ERASE00  )   ROM_LOAD( "bhun004", 0x0000, 0x020000, CRC(c3ee9bb1) SHA1(f0a15411486a5dd9a906c2200813c38545f76b3f) ) ROM_END_M1A_MCU
61
62GAME( 1996, m1bounty   ,0         ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Bounty Hunter (Maygay) (M1A/B)",GAME_FLAGS )
63
64/*******************************************************************************************************************************************************************************************************
6564  Bounty Hunter Club
66   (sound roms?)
6765******************************************************************************************************************************************************************************************************/
6866
69ROM_START( m1bountc )   ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00  )   ROM_LOAD( "sc4-107.bin", 0x0000, 0x010000, CRC(0bdf41b3) SHA1(ce3564433a708ba50ca4099a26b1f75cf3cec947) ) ROM_END_M1A_MCU //1.3
70ROM_START( m1bountcp )   ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00  )   ROM_LOAD( "sc4-108.bin", 0x0000, 0x010000, CRC(adf7139f) SHA1(5b2bd367df31e3c76d9fac2a71a90800d95c4719) ) ROM_END_M1A_MCU //1.3P
67// uPD7759 rom?
68#define m1_bounty_sound \
69   ROM_REGION( 0x100000, "msm6376", ROMREGION_ERASE00  ) \
70   ROM_LOAD( "bgsnd", 0x0000, 0x020000, CRC(abe7c01d) SHA1(21caadcd149772dfd79a9d30ebc1d8da91ff36f4) )\
71   
72ROM_START( m1bountc )   ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00  )   ROM_LOAD( "sc4-107.bin", 0x0000, 0x010000, CRC(0bdf41b3) SHA1(ce3564433a708ba50ca4099a26b1f75cf3cec947) ) m1_bounty_sound ROM_END_M1A_MCU //1.3
73ROM_START( m1bountcp )   ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00  )   ROM_LOAD( "sc4-108.bin", 0x0000, 0x010000, CRC(adf7139f) SHA1(5b2bd367df31e3c76d9fac2a71a90800d95c4719) ) m1_bounty_sound ROM_END_M1A_MCU //1.3P
7174
7275GAME( 199?, m1bountc   ,0         ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Bounty Hunter Club (Maygay) v1.3 (M1A/B)",GAME_FLAGS )
7376GAME( 199?, m1bountcp   ,m1bountc   ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Bounty Hunter Club (Maygay) v1.3 (Protocol) (M1A/B)",GAME_FLAGS )
r19478r19479
7679  Criss Cross Club (Dutch)
7780******************************************************************************************************************************************************************************************************/
7881
82// uPD7759 rom?
7983#define m1_criss_sound \
8084   ROM_REGION( 0x100000, "msm6376", ROMREGION_ERASE00  ) \
8185   ROM_LOAD( "ccsound.bin", 0x0000, 0x040000, CRC(8742981e) SHA1(1ba33c59ec5f878ebab111a77551213aad4b0993) ) \
r19478r19479
344348  Deluxe Monopoly
345349******************************************************************************************************************************************************************************************************/
346350
351// uPD7759 rom?
347352#define m1_dxmono_sound\
348353   ROM_REGION( 0x100000, "msm6376", ROMREGION_ERASE00  )\
349354   ROM_LOAD( "delmonopolysound.bin", 0x0000, 0x040000, CRC(8742981e) SHA1(1ba33c59ec5f878ebab111a77551213aad4b0993) )\
r19478r19479
10211026  Monopoly
10221027******************************************************************************************************************************************************************************************************/
10231028
1029// uPD7759 rom?
10241030#define m1_mono_sound \
10251031   ROM_REGION( 0x100000, "msm6376", ROMREGION_ERASE00  ) \
10261032   ROM_LOAD( "monopolysnd.bin", 0x0000, 0x020000, CRC(f93ef281) SHA1(b2c2bf361c44499a13731d494af66d2aa45ccebd) ) \
r19478r19479
12401246  Pink Panther
12411247******************************************************************************************************************************************************************************************************/
12421248
1249// uPD7759 rom?
12431250#define m1_pinkp_sound \
12441251   ROM_REGION( 0x100000, "msm6376", ROMREGION_ERASE00  ) \
12451252   ROM_LOAD("digi16.bin", 0x0000, 0x040000, CRC(ee8bc3ea) SHA1(b58fad236055db30a75bb12946e8ad76638865a0) ) \
r19478r19479
17751782  Monopoly (Dutch)
17761783******************************************************************************************************************************************************************************************************/
17771784
1785// uPD7759 rom?
17781786#define m1_monodt_sound \
17791787   ROM_REGION( 0x100000, "msm6376", ROMREGION_ERASE00  ) \
17801788   ROM_LOAD( "monopolysnddutch.bin", 0x0000, 0x040000, CRC(8742981e) SHA1(1ba33c59ec5f878ebab111a77551213aad4b0993) ) \
r19478r19479
17851793  Pink Panther (Dutch)
17861794******************************************************************************************************************************************************************************************************/
17871795
1796// uPD7759 rom?
17881797#define m1_ppdt_sound \
17891798   ROM_REGION( 0x100000, "msm6376", ROMREGION_ERASE00  ) \
17901799   ROM_LOAD( "ppsound.bin", 0x0000, 0x040000, CRC(8742981e) SHA1(1ba33c59ec5f878ebab111a77551213aad4b0993) ) \
r19478r19479
17951804  Supernova
17961805******************************************************************************************************************************************************************************************************/
17971806
1807// uPD7759 rom?
17981808#define m1_sprnov_sound \
17991809   ROM_REGION( 0x100000, "msm6376", ROMREGION_ERASE00  ) \
18001810   ROM_LOAD( "supernovasnd.bin", 0x0000, 0x020000, CRC(f91e2c05) SHA1(e189c14214f4637d6a803893d79a41ad0fc8ebba) ) \
r19478r19479
19551965  Money Game Club
19561966******************************************************************************************************************************************************************************************************/
19571967
1968// uPD7759 rom?
19581969#define m1_mongam_sound \
19591970   ROM_REGION( 0x100000, "msm6376", ROMREGION_ERASE00  ) \
19601971   ROM_LOAD( "mgamesnd", 0x0000, 0x040000, CRC(80ea7b3d) SHA1(a26dbc55ba205fc94c9b224c549516ba149627d7) ) \
r19478r19479
19671978  Monopoly Classic
19681979******************************************************************************************************************************************************************************************************/
19691980
1981// uPD7759 rom?
19701982#define m1_moncls_sound \
19711983   ROM_REGION( 0x100000, "msm6376", ROMREGION_ERASE00  ) \
19721984   ROM_LOAD( "classicmonopoly(maygay)soundromdig1-027.bin", 0x0000, 0x040000, CRC(d5243b51) SHA1(c7e3a61071c566e8ea9c8842839b70242ca67308) ) \
r19478r19479
19811993  Return Of The Pink Panther
19821994******************************************************************************************************************************************************************************************************/
19831995
1996// uPD7759 rom?
19841997#define m1_retpp_sound \
19851998   ROM_REGION( 0x100000, "msm6376", ROMREGION_ERASE00  ) \
1986   ROM_LOAD( "rotppsnd.bin", 0x0000, 0x002000, CRC(a8c8ff9a) SHA1(8069cf08f3a8481ebc589ad0c25887ea316facd5) ) /* looks like a bad dump of rom below */ \
1999   /* ROM_LOAD( "rotppsnd.bin", 0x0000, 0x002000, CRC(a8c8ff9a) SHA1(8069cf08f3a8481ebc589ad0c25887ea316facd5) ) */ /* bad dump of rom below */ \
19872000   ROM_LOAD( "roppsnd.bin", 0x0000, 0x040000, CRC(9f3484b3) SHA1(9d454644c967b22cf6583335807a0ed8495492cb) ) \
19882001
19892002ROM_START( m1retpp )  ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD("pinkpstd.bin",   0x0000, 0x010000, CRC(92bb56d8) SHA1(e033578c693f0faf1e91b76392106f0e6850d0dc) ) m1_retpp_sound ROM_END_M1A_MCU  GAME( 199?, m1retpp   ,0       ,maygay_m1,maygay_m1, maygay1b_state,m1, ROT0, "Maygay", "Return Of The Pink Panther (Maygay) (M1A/B) (set 1)",GAME_FLAGS )
r19478r19479
19962009  That's Life
19972010******************************************************************************************************************************************************************************************************/
19982011
2012// uPD7759 rom?
19992013#define m1_thatlf_sound \
20002014   ROM_REGION( 0x100000, "msm6376", ROMREGION_ERASE00  ) \
20012015   ROM_LOAD( "thatslifesound", 0x0000, 0x040000, CRC(5ac3a1f6) SHA1(5be73deb23d58fdc27dd41d210702b627e7ed324) ) \
r19478r19479
21542168  Star Trekking
21552169******************************************************************************************************************************************************************************************************/
21562170
2171// uPD7759 rom?
21572172#define m1_startr_sound \
21582173   ROM_REGION( 0x100000, "msm6376", ROMREGION_ERASE00  ) \
21592174   ROM_LOAD( "mdmstartrekkingsound.rom", 0x0000, 0x040000, CRC(4b673184) SHA1(dd90719ebc8644b4aa50091dc9ddd79f5d0f3395) ) \
r19478r19479
21812196  Tick Tock Cash
21822197******************************************************************************************************************************************************************************************************/
21832198
2199// M6295 rom? (wrong or unique due to being an empire game?)
21842200#define m1_ttcash_sound \
21852201   ROM_REGION( 0x100000, "msm6376", ROMREGION_ERASE00  ) \
21862202   ROM_LOAD( "ttcsnd.bin", 0x0000, 0x080000, CRC(a191218e) SHA1(d89c33538d1f1804b2f5acac713e760d089fbac0) ) \
trunk/src/mame/mame.lst
r19478r19479
1901919019m1bondi2po
1902019020m1bondi1
1902119021m1bondi1p
19022m1bounty   // Bounty Hunter (Maygay)
1902319022m1bountc   // Bounty Hunter Club (Maygay)
1902419023m1bountcp
1902519024m1cik      // Cash Is King (Maygay)

Previous 199869 Revisions Next


© 1997-2024 The MAME Team