got to the bottom of maygayep.c, moved some roms to bfmsc1.c, they seem to be for an sc1 game called whats up dr, not the epoch what's up doc - From Haze (nw)

This commit is contained in:
Scott Stone 2012-08-07 18:16:50 +00:00
parent 307f5c89f2
commit 34ccf06633
4 changed files with 1070 additions and 220 deletions

View File

@ -3079,6 +3079,11 @@ ROM_START( sc1scunk )
ROM_REGION( 0x200000, "upd", ROMREGION_ERASE00 )
ROM_END
ROM_START( sc1wud )
ROM_REGION( 0x10000, "maincpu", 0 )
ROM_LOAD( "car2-9n.p1", 0x008000, 0x008000, CRC(be523840) SHA1(a6b5b36cf8ee495c2271a879b28e4f388b9deba1) )
ROM_LOAD( "car2-9n.p2", 0x000000, 0x008000, CRC(865c23f3) SHA1(e4e874cc003cb62012cdc741e163becfb29caa12) )
ROM_END
/////////////////////////////////////////////////////////////////////////////////////
@ -3319,6 +3324,7 @@ GAME( 199?, sc1potpa , sc1potp , scorpion1 , scorpion1 , bfm_sc1_state, lotse
GAME( 199?, sc1scunk , 0 , scorpion1 , scorpion1 , bfm_sc1_state, lotse , 0, "<unknown>", "unknown Scorpion 1 'Super ?' (Bellfruit) (Scorpion 1)", GAME_FLAGS) // ^ with above.. seems the same game, but different name
GAME( 199?, sc1wud ,0 , scorpion1 , scorpion1 , bfm_sc1_state, lotse , 0, "<unknown>", "What's Up Dr (Scorpion 1?)", GAME_FLAGS) // was in maygayep.c whats up doc set
//Adder 2
GAME( 1996, m_tppokr , 0 , scorpion1_adder2 , toppoker , bfm_sc1_state, toppoker , 0, "BFM/ELAM", "Top Poker (Dutch, Game Card 95-750-899)", GAME_FLAGS )

View File

@ -84,6 +84,35 @@ MACHINE_CONFIG_END
/******************************************************************************/
#define GL_SNBEV_SOUND \
ROM_REGION( 0x200000, "snd", 0 ) \
ROM_LOAD( "3pbv0-8t.u1", 0x000000, 0x100000, CRC(330d891f) SHA1(3bf0f4a107289a079371cd3a9dcce6dd9b304dfe) ) \
ROM_LOAD( "3pbv0-8t.u2", 0x100000, 0x100000, CRC(b4a0d108) SHA1(cb63bf3cb399c91015b70ef0ebd95e2bdc405b27) ) \
ROM_START( gl_snbev )
ROM_REGION( 0x080000, "maincpu", 0 )
ROM_LOAD( "3pbv1-3n.g0", 0x000000, 0x020000, CRC(591eccbe) SHA1(aa5d38af8f8cbb4b2b0439dba29537feac9ddd29) )
GL_SNBEV_SOUND
ROM_END
ROM_START( gl_snbeva )
ROM_REGION( 0x080000, "maincpu", 0 )
ROM_LOAD( "3pbv1-4n.g0", 0x000000, 0x020000, CRC(a722af41) SHA1(452322ab7ccfab44996295db0a0b122b43fe4cab) )
GL_SNBEV_SOUND
ROM_END
ROM_START( gl_grncl )
ROM_REGION( 0x080000, "maincpu", 0 )
ROM_LOAD( "grid3-3n.p1", 0x000001, 0x020000, CRC(26c8d7cb) SHA1(fadeea78abc0b90c7527acaff5f08f9f24e8b67a) )
ROM_END
ROM_START( gl_grncla )
ROM_REGION( 0x080000, "maincpu", 0 )
ROM_LOAD( "grid3-4p.p1", 0x000000, 0x020000, CRC(410f5571) SHA1(38536c41f103ec94e866cad4d7d80d4b66028b2e) )
ROM_END
ROM_START( gl_dow )
ROM_REGION( 0x80000, "maincpu", 0 )
@ -179,6 +208,13 @@ ROM_END
/******************************************************************************/
// standalone game or topbox?
GAME( 199?, gl_snbev, 0, globalfr, globalfr, globalfr_state, 0, ROT0, "Global", "Saturday Night Beaver (Global) (Stealth?) (set 1)",GAME_IS_SKELETON_MECHANICAL )
GAME( 199?, gl_snbeva, gl_snbev, globalfr, globalfr, globalfr_state, 0, ROT0, "Global", "Saturday Night Beaver (Global) (Stealth?) (set 2)",GAME_IS_SKELETON_MECHANICAL )
// standalone game or topbox?
GAME( 199?, gl_grncl, 0, globalfr, globalfr, globalfr_state, 0, ROT0, "Global", "Grid Runner Club (Global) (Stealth?) (set 1)",GAME_IS_SKELETON_MECHANICAL )
GAME( 199?, gl_grncla, gl_grncl, globalfr, globalfr, globalfr_state, 0, ROT0, "Global", "Grid Runner Club (Global) (Stealth?) (set 2)",GAME_IS_SKELETON_MECHANICAL )
GAME( 199?, gl_dow, 0, globalfr, globalfr, globalfr_state, 0, ROT0, "Global", "Deals On Wheels (Global) (v1.4) (Stealth)", GAME_IS_SKELETON_MECHANICAL)
GAME( 199?, gl_dowp, gl_dow, globalfr, globalfr, globalfr_state, 0, ROT0, "Global", "Deals On Wheels (Global) (v1.4 Protocol) (Stealth)", GAME_IS_SKELETON_MECHANICAL)

File diff suppressed because it is too large Load Diff

View File

@ -12250,6 +12250,7 @@ sc1chaina
sc1potp // Pick Of The Pack (Bellfruit)
sc1potpa // Double Dealer (Bellfruit)?
sc1scunk //
sc1wud // What's Up Dr
// Scorpion 1 + Adder Video board
@ -18401,54 +18402,175 @@ ep_grncl // Grid Runner Club (Global)
ep_grncla //
ep_grnclb //
ep_grnclc //
ep_grncld //
ep_grncle //
ep_heybg // Hey Big Spender (Global)
ep_heybga //
ep_heybgb //
ep_heybgc //
ep_heybc // Hey Big Spender Club (Global)
ep_heybca //
ep_hispr // Hi Spirits (Global)
ep_hispra //
ep_hisprb //
ep_hisprc //
ep_hisprd //
ep_hispre //
ep_hiscl // Hi Spirits Club (Global)
ep_hiscla //
ep_spirt // High Spirits (Global)
ep_spirta //
ep_spirtb //
ep_smoke // Holy Smoke! (Impulse)
ep_smokea //
ep_smokeb //
ep_smokec //
ep_smoked //
ep_smokee //
ep_smokef //
ep_smokeg //
ep_smokeh //
ep_smokei //
ep_smokej //
ep_hur // Hurricane (Global)
ep_hura //
ep_hurb //
ep_ifern // Inferno (Impulse)
ep_iferna //
ep_kopcl // Knockout Punch Club (Global)
ep_kopcla //
ep_kopclb //
ep_ltt // Licence To Thrill (Global)
ep_ltta //
ep_ll // Lucky Ladders (Unk)
ep_lla //
ep_monrt // Money Returns Club, The (Global)
ep_monrta //
ep_monrtb //
ep_monrtc //
ep_monrtd //
ep_monrte //
ep_monrtf //
ep_monsh // Moonshine Club, The (Unk)
ep_monsha //
ep_monshb //
ep_monshc //
ep_monshd //
ep_monshe //
ep_monshf //
ep_mummy // Mummy Talks (Impulse)
ep_mummya //
ep_mummyb //
ep_mummyc //
ep_mummyd //
ep_mummye //
ep_mummyf //
ep_pkni // The Phoenix Knights (Global)
ep_pknia //
ep_pknib //
ep_pknic //
ep_pknid //
ep_pknie //
ep_pknif //
ep_redl // Red Line (Unk)
ep_redla //
ep_rchik // Rich Chics Club (Unk)
ep_rchika //
ep_royrc // Royal Roulette Club (Unk)
ep_snbev // Saturday Night Beaver (Global)
ep_snbeva //
ep_snbevb //
ep_snbevc //
ep_snbevd //
ep_snbeve //
ep_spook // Spooky Hollow (Global)
ep_spooka //
ep_spookb //
ep_sdcla // Spotted Dick Classic (Global)
ep_sdclaa //
ep_sdclab //
ep_sdclac //
ep_sdclad //
ep_sdclae //
ep_sdclaf //
ep_sdclag //
ep_sdclb // Spotted Dick Club (Global)
ep_sdclba //
ep_stm // Storm Force (Global)
ep_stma //
ep_stmb //
ep_stmc //
ep_stmcl // Storm Force Club (Global)
ep_stmcla //
ep_snset // Sunset Strip (Unk)
ep_snseta //
ep_twarp // Time Warp (Unk)
ep_twarpa //
ep_twarpb //
ep_twarpc //
ep_tod // Truth Or Dare (Global)
ep_toda //
ep_utnut // Utter Nutter (Global)
ep_utnuta //
ep_utnutb //
ep_utnutc //
ep_utncl // Utter Nutter Club (Global)
ep_utncla //
ep_wleek // Weakest Leek Club (Global)
ep_wleeka //
ep_wud // What's Up Doc (Global)
ep_wuda //
ep_wudb //
ep_wudc //
ep_wudd //
ep_wude //
ep_milhr // Who Wants To Be A Millionhare? (Global)
ep_milhra //
ep_milhrb //
ep_milhrc //
ep_milhrd //
ep_milhre //
ep_milhrf //
ep_milhrg //
ep_mlhrc // Who Whats To Be A Millionhare Club (Global)
ep_mlhrca //
ep_mlhrcb //
ep_mlhrcc //
ep_mlhrcd //
ep_mlhrce //
ep_wf // Wildfire (Global)
ep_wfa //
ep_wfb //
ep_wfc //
ep_wfd //
ep_wfe //
ep_wff //
ep_wfg //
ep_bbars // Balloon Bars (Maygay)
ep_bbarsa //
ep_bbarsb //
ep_bbarsc //
ep_cslay // Cash Slayer (Global)
ep_cslaya //
ep_monky // Monkey Business (Global)
ep_monkya //
ep_makmv // Make Your Move (Global)
ep_makmva //
ep_lug // London Underground (Maygay)
ep_luga //
ep_lugb //
ep_lugc //
ep_crzbn // Crazy Bingo (Maygay)
ep_crzbna //
ep_crzbnb //
ep_crzbnc //
ep_cascz // Casino Crazy (Global)
ep_cascza //
ep_wside // Wildside (Global)
ep_wsidea //
ep_goldf // Gold Fever (Impulse)
ep_imj // I'm A Jackpot (Global)
ep_party
// MPU2
m2hilite // Hi-Lights (Barcrest) (MPU2)
@ -21432,6 +21554,10 @@ hg_frd // Fruit Deuce
/* Global Games 'Stealth' */
gl_snbev
gl_snbeva
gl_grncl
gl_grncla
gl_dow // Deals On Wheels (Global)
gl_dowp
gl_dowcl // Deals On Wheels Club (Global)