Previous 199869 Revisions Next

r31774 Monday 25th August, 2014 at 23:06:09 UTC by Robbbert
boblbobl2 fixed, promoted from GAME_NOT_WORKING [Darq]


(nw) if someone feels the set name should be changed, go ahead.
[src/mame/drivers]bublbobl.c

trunk/src/mame/drivers/bublbobl.c
r31773r31774
571571   PORT_DIPSETTING(    0x20, "100 (Cheat)")
572572INPUT_PORTS_END
573573
574static INPUT_PORTS_START (boblbobl2)
575   PORT_INCLUDE (sboblbob)
576   
577   PORT_MODIFY ("IN0")
578   PORT_BIT (0x04, IP_ACTIVE_LOW,  IPT_COIN2) PORT_IMPULSE (1)
579   PORT_BIT (0x08, IP_ACTIVE_LOW,  IPT_COIN1) PORT_IMPULSE (1)
580   PORT_BIT (0x80, IP_ACTIVE_HIGH, IPT_UNKNOWN) // Must be low or the game freezes!
581INPUT_PORTS_END
582
574583// default to 'Dream Land' not 'Super Dream Land'
575584static INPUT_PORTS_START( dland )
576585   PORT_INCLUDE( boblbobl )
r31773r31774
13621371   ROM_REGION( 0x10000, "audiocpu", 0 )    /* 64k for the third CPU */
13631372   ROM_LOAD( "a78-07.46",    0x0000, 0x08000, CRC(4f9a26e8) SHA1(3105b34b88a7134493c2b3f584729f8b0407a011) )
13641373
1365   ROM_REGION( 0x80000, "gfx1", ROMREGION_INVERT )
1366   ROM_LOAD( "gfx7.bin",     0x00000, 0x10000, CRC(702f61c0) SHA1(2f294ab2b0286736a64ea2bfc95d855aa5b41ada) )
1367   ROM_LOAD( "gfx8.bin",     0x10000, 0x10000, CRC(677840e8) SHA1(995b2125ca18910d7d4b96078f4ecb17465c4151) )
1368   ROM_LOAD( "a78-13.16",    0x20000, 0x08000, CRC(d0af35c5) SHA1(c5a89f4d73acc0db86654540b3abfd77b3757db5) )
1369   ROM_LOAD( "a78-14.17",    0x28000, 0x08000, CRC(7b5369a8) SHA1(1307b26d80e6f36ebe6c442bebec41d20066eaf9) )  // match
1370   /* 0x30000-0x3ffff empty */
1371   ROM_LOAD( "gfx10.bin",    0x40000, 0x10000, CRC(d370f499) SHA1(94ce157ff1a53fabf08abe5467531b94a56666a5) )
1372   ROM_LOAD( "gfx11.bin",    0x50000, 0x10000, CRC(76f2b367) SHA1(3e357a5642c8747df77a995057cecdf96f3130ab) )
1373   ROM_LOAD( "a78-19.34",    0x60000, 0x08000, CRC(66e9438c) SHA1(b94e62b6fbe7f4e08086d0365afc5cff6e0ccafd) )
1374   ROM_LOAD( "a78-20.35",    0x68000, 0x08000, CRC(9ef863ad) SHA1(29f91b5a3765e4d6e6c3382db1d8d8297b6e56c8) )  // match
1375   /* 0x70000-0x7ffff empty */
1374   ROM_REGION (0x80000, "gfx1", ROMREGION_INVERT)
1375   ROM_LOAD ("gfx11.bin", 0x00000, 0x10000, CRC (76f2b367) SHA1 (3e357a5642c8747df77a995057cecdf96f3130ab))
1376   ROM_LOAD ("gfx10.bin", 0x10000, 0x10000, CRC (d370f499) SHA1 (94ce157ff1a53fabf08abe5467531b94a56666a5))
1377   ROM_LOAD ("a78-13.16", 0x20000, 0x08000, CRC (d0af35c5) SHA1 (c5a89f4d73acc0db86654540b3abfd77b3757db5)) // Match
1378   ROM_LOAD ("a78-14.17", 0x28000, 0x08000, CRC (7b5369a8) SHA1 (1307b26d80e6f36ebe6c442bebec41d20066eaf9)) // Match
1379   // 0x30000 - 0x3FFFF empty
1380   ROM_LOAD ("gfx8.bin",  0x40000, 0x10000, CRC (677840e8) SHA1 (995b2125ca18910d7d4b96078f4ecb17465c4151))
1381   ROM_LOAD ("gfx7.bin",  0x50000, 0x10000, CRC (702f61c0) SHA1 (2f294ab2b0286736a64ea2bfc95d855aa5b41ada))
1382   ROM_LOAD ("a78-19.34", 0x60000, 0x08000, CRC (66e9438c) SHA1 (b94e62b6fbe7f4e08086d0365afc5cff6e0ccafd)) // Match
1383   ROM_LOAD ("a78-20.35", 0x68000, 0x08000, CRC (9ef863ad) SHA1 (29f91b5a3765e4d6e6c3382db1d8d8297b6e56c8)) // Match
1384   // 0x70000 - 0x7FFFF empty
13761385
13771386   ROM_REGION( 0x0100, "proms", 0 )
13781387   ROM_LOAD( "a71-25.41",    0x0000, 0x0100, CRC(2d0f8545) SHA1(089c31e2f614145ef2743164f7b52ae35bc06808) )    /* video timing */
r31773r31774
15841593GAME( 1986, bublboblr1, bublbobl, bublbobl, bublbobl, bublbobl_state, bublbobl, ROT0,  "Taito America Corporation (Romstar license)", "Bubble Bobble (US, Ver 1.0)", GAME_SUPPORTS_SAVE )
15851594
15861595GAME( 1986, boblbobl,   bublbobl, boblbobl, boblbobl, bublbobl_state, bublbobl, ROT0,  "bootleg", "Bobble Bobble (set 1)", GAME_SUPPORTS_SAVE )
1587GAME( 1986, boblbobl2,  bublbobl, boblbobl, boblbobl, bublbobl_state, bublbobl, ROT0,  "bootleg", "Bobble Bobble (set 2)", GAME_SUPPORTS_SAVE | GAME_NOT_WORKING )
1596GAME( 1986, boblbobl2,  bublbobl, boblbobl, boblbobl2,bublbobl_state, bublbobl, ROT0,  "bootleg", "Super Bobble Bobble (Datsu bootleg)", GAME_SUPPORTS_SAVE )
15881597GAME( 1986, sboblboa,   bublbobl, boblbobl, boblbobl, bublbobl_state, bublbobl, ROT0,  "bootleg", "Super Bobble Bobble (set 1)", GAME_SUPPORTS_SAVE )
15891598GAME( 1986, sboblbob,   bublbobl, boblbobl, sboblbob, bublbobl_state, bublbobl, ROT0,  "bootleg", "Super Bobble Bobble (set 2)", GAME_SUPPORTS_SAVE )
15901599GAME( 1986, bub68705,   bublbobl, bub68705, bublbobl, bublbobl_state, bublbobl, ROT0,  "bootleg", "Bubble Bobble (bootleg with 68705)", GAME_SUPPORTS_SAVE )

Previous 199869 Revisions Next


© 1997-2024 The MAME Team