mirror of
https://github.com/holub/mame
synced 2025-04-22 16:31:49 +03:00
New systems marked not working
------------------------------ Crazy Bell (V1.2D) [Hammy]
This commit is contained in:
parent
091fa81bba
commit
a4c96bbea8
@ -29332,6 +29332,7 @@ castrev // Revolution
|
||||
@source:misc/cb2001.cpp
|
||||
cb2001 // (c) 2000 Dyna Electronics
|
||||
cb5 // (c) 1997 Dyna Electronics
|
||||
crzybell // (c) 1995 Dyna Electronics
|
||||
dynastye // (c) 2002 Dyna Electronics
|
||||
mystjb // (c) 1998 Dyna Electronics
|
||||
ndongmul2 // (c) 1999 Dyna Electronics
|
||||
|
@ -8,6 +8,7 @@ It is an encrypted NEC V25 or V35.
|
||||
It has been seen on the following PCBs:
|
||||
D9203
|
||||
D9304
|
||||
D9401
|
||||
D9701 (sub PCB)
|
||||
D9702
|
||||
D9805
|
||||
@ -1685,6 +1686,18 @@ ROM_START( tripjack ) // DYNA D9805 PCB; DYNA TRJ V1.6G in bookkeeping screen
|
||||
ROM_LOAD( "82s135.11b", 0x100, 0x100, CRC(9940ef22) SHA1(42b0c6410d8db34e0316e95b7b7007abc3098341) )
|
||||
ROM_END
|
||||
|
||||
ROM_START( crzybell ) // DYNA D9401 PCB; DYNA CRBL1 V1.2D in bookkeeping screen
|
||||
ROM_REGION16_LE( 0x40000, "boot_prg", 0 )
|
||||
ROM_LOAD16_WORD( "cbl12d.6e", 0x20000, 0x20000, CRC(a5d43b00) SHA1(b89fd8eb7675b3dd4f47bf95326da1b881997a56) )
|
||||
|
||||
ROM_REGION( 0x80000, "gfx", 0 )
|
||||
ROM_LOAD( "cbl1d.2g", 0x00000, 0x80000, CRC(83c6a91f) SHA1(3f802777e4a5581f7efe86309992f0e7a79851ee) )
|
||||
|
||||
ROM_REGION( 0x400, "proms", ROMREGION_ERASE00 ) // not dumped yet
|
||||
ROM_LOAD( "82s135.j5", 0x000, 0x100, BAD_DUMP CRC(2d2237fb) SHA1(9b71801bd465d2a823f648f4d3c1823b5ba3340e) )
|
||||
ROM_LOAD( "82s135.k5", 0x100, 0x100, BAD_DUMP CRC(9940ef22) SHA1(42b0c6410d8db34e0316e95b7b7007abc3098341) )
|
||||
ROM_END
|
||||
|
||||
|
||||
void cb2001_state::init_smaller_proms()
|
||||
{
|
||||
@ -1717,3 +1730,4 @@ GAME( 1997, scherrymp10u, scherrymp, scherrymp, scherrymp, cb2001_state, empty_i
|
||||
GAME( 1997, cb5, 0, cb5, cb5, cb2001_state, empty_init, ROT0, "Dyna", "Cherry Bonus V Five (V1.3)", MACHINE_NOT_WORKING | MACHINE_IMPERFECT_SOUND | MACHINE_SUPPORTS_SAVE )
|
||||
GAME( 1998, mystjb, 0, scherrymp, scherrymp, cb2001_state, init_smaller_proms, ROT0, "Dyna", "Mystery J & B (V1.3G)", MACHINE_NOT_WORKING | MACHINE_IMPERFECT_SOUND | MACHINE_SUPPORTS_SAVE )
|
||||
GAME( 1998, tripjack, 0, scherrymp, scherrymp, cb2001_state, init_smaller_proms, ROT0, "Dyna", "Triple Jack (V1.6G)", MACHINE_NOT_WORKING | MACHINE_IMPERFECT_SOUND | MACHINE_SUPPORTS_SAVE )
|
||||
GAME( 1995, crzybell, 0, scherrym, cb2001, cb2001_state, init_smaller_proms, ROT0, "Dyna", "Crazy Bell (V1.2D)", MACHINE_NOT_WORKING | MACHINE_IMPERFECT_SOUND | MACHINE_SUPPORTS_SAVE )
|
||||
|
Loading…
Reference in New Issue
Block a user