Previous 199869 Revisions Next

r36697 Friday 27th March, 2015 at 00:45:27 UTC by Brian Troha
new Hot Bubble clone

New Clone Added
-------------------------------------
Hot Bubble (Korea) [system11, The Dumping Union]
[src/mame]mame.lst
[src/mame/drivers]nmk16.c

trunk/src/mame/drivers/nmk16.c
r245208r245209
70727072   ROM_LOAD( "afega1.u95", 0x00000, 0x40000, CRC(e911ce33) SHA1(a29c4dea98a22235122303325c63c15fadd3431d) )
70737073ROM_END
70747074
7075
70767075ROM_START( grdnstrmv ) /* Apples Industries license - Vertical version */
70777076   ROM_REGION( 0x80000, "maincpu", 0 )     /* 68000 Code */
70787077   ROM_LOAD16_BYTE( "afega2.u112", 0x000000, 0x040000, CRC(16d41050) SHA1(79b6621dccb286e5adf60c40690083a37746a4f9) )
r245208r245209
71057104
71067105}
71077106
7108
71097107ROM_START( grdnstrmg ) /* Germany */
71107108   ROM_REGION( 0x80000, "maincpu", 0 )     /* 68000 Code */
71117109   ROM_LOAD16_BYTE( "gs5_c1.uc1", 0x000001, 0x040000, CRC(c0263e4a) SHA1(8cae60bd59730aaba215f825016a780eced3a12d) )
r245208r245209
71357133   ROM_LOAD( "gs2_s2.uc18", 0x00000, 0x40000, CRC(e911ce33) SHA1(a29c4dea98a22235122303325c63c15fadd3431d) ) //
71367134ROM_END
71377135
7138
7139
7140
71417136ROM_START( redfoxwp2 )
71427137   ROM_REGION( 0x80000, "maincpu", 0 )     /* 68000 Code */
71437138   ROM_LOAD16_BYTE( "u112", 0x000000, 0x040000, CRC(3f31600b) SHA1(6c56e36178effb60ec27dfcd205393e2cfac4ed6) ) /* No label */
r245208r245209
71607155   ROM_LOAD( "afega1.u95", 0x00000, 0x40000, CRC(e911ce33) SHA1(a29c4dea98a22235122303325c63c15fadd3431d) )
71617156ROM_END
71627157
7163
71647158DRIVER_INIT_MEMBER(nmk16_state,redfoxwp2a)
71657159{
71667160   // todo collapse to one bitswap
r245208r245209
71697163   decryptcode( machine(),23, 22, 21, 20,   19, 18, /* */ 16, 17, /* */    15,14,13,12,    11, 10, 9, 8,       7, 6, 5, 4,     3, 2, 1, 0 );
71707164}
71717165
7172
71737166ROM_START( redfoxwp2a )
71747167   ROM_REGION( 0x80000, "maincpu", 0 )     /* 68000 Code */
71757168   ROM_LOAD16_BYTE( "afega_4.u112", 0x000000, 0x040000, CRC(e6e6682a) SHA1(1a70ca3881b4ecc6d329814ff1fdafce16550ca2) )
r245208r245209
74397432   ROM_LOAD( "s2.uc18", 0x00000, 0x40000, CRC(401c980f) SHA1(e47710c47cfeecce3ccf87f845b219a9c9f21ee3) )
74407433ROM_END
74417434
7435ROM_START( hotbublk ) /* Korean release - Nude images replaced with pictures of satellite dishes */
7436   ROM_REGION( 0x80000, "maincpu", 0 )     /* 68000 Code */
7437   ROM_LOAD16_BYTE( "6_c1.uc1",  0x00001, 0x40000, CRC(7c65bf47) SHA1(fe578d3336c5f437bfd1bc81bfe3763b12f3e63f) )
7438   ROM_LOAD16_BYTE( "7_c2.uc9",  0x00000, 0x40000, CRC(74eb11c3) SHA1(88aeb02c4088706a56b4c930ffe6fdfbc99031c6) )
74427439
7443ROM_START( dolmen )
7440   ROM_REGION( 0x10000, "audiocpu", 0 )        /* Z80 Code */
7441   ROM_LOAD( "1_s1.uc14", 0x00000, 0x10000, CRC(5d8cf28e) SHA1(2a440bf5136f95af137b6688e566a14e65be94b1) ) /* same as the other games on this driver */
7442
7443   ROM_REGION( 0x100000, "sprites", 0 )   /* Sprites, 16x16x4 */
7444   ROM_LOAD16_BYTE( "8_br1.uc3",  0x000000, 0x040000, CRC(7e132eff) SHA1(f3ec5750c73017f0a2eb87f6f39ab49e59d39711) )
7445   ROM_LOAD16_BYTE( "9_br3.uc10", 0x000001, 0x040000, CRC(22707728) SHA1(8a27aa2d1b6f902276c02bd7098526243661cff8) )
7446
7447   ROM_REGION( 0x300000, "bgtile", 0 )   /* Layer 0, 16x16x8 */
7448   ROM_LOAD( "5_cr6.uc16",  0x100000, 0x080000, CRC(324429c5) SHA1(8cf90abf32697b269d4ec03b5b20bf4046fa53aa) )
7449   ROM_LOAD( "5_cr7.uc19",  0x080000, 0x080000, CRC(d293f1d0) SHA1(33c40c67bda477a2112cca4bfe9661edbcdf7689) )
7450   ROM_LOAD( "2_cr5.uc15",  0x000000, 0x080000, CRC(dd7e92de) SHA1(954f18887ac7737abce363985255a747c0de1fa2) )
7451
7452   ROM_LOAD( "9_cr2.uc7",   0x280000, 0x080000, CRC(c5516087) SHA1(ae3692ecd7cd96b5d3653afb4c3a3b8f5931cbad) )
7453   ROM_LOAD( "10_cr3.uc12", 0x200000, 0x080000, CRC(312c38d8) SHA1(1e706b3e8b381083575ef4a01c615408940d5d0f) )
7454   ROM_LOAD( "8_cr1.uc6",   0x180000, 0x080000, CRC(7e2840b4) SHA1(333bf5631ee033ce528348d26888854eb1b063a0) )
7455
7456   ROM_REGION( 0x10000, "fgtile", 0 )    /* Layer 1, 8x8x4 */
7457   ROM_LOAD( "2_t1.uc2",  0x00000, 0x10000, CRC(ce683a93) SHA1(aeee2671051f1badf2255375cd7c5fa847d1746c) )
7458
7459   ROM_REGION( 0x40000, "oki1", 0 )    /* Samples */
7460   ROM_LOAD( "1_s2.uc18", 0x00000, 0x40000, CRC(401c980f) SHA1(e47710c47cfeecce3ccf87f845b219a9c9f21ee3) )
7461ROM_END
7462
7463ROM_START( dolmen ) /* Original source of the caveman concept for Bubble 2000 / Hot Bubble, much earlier and completely different hardware */
74447464   ROM_REGION( 0x40000, "maincpu", 0 )     /* 68000 Code */
74457465   ROM_LOAD16_BYTE( "afega8.uj3", 0x00000, 0x20000, CRC(f1b73e4c) SHA1(fe5bbd1e91d1a81744c373effbd96adbbc896133) )
74467466   ROM_LOAD16_BYTE( "afega7.uj2", 0x00001, 0x20000, CRC(c91bda0b) SHA1(8c09e3020e72e8ab2ca3a3dad708d64f9bf75a4f) )
r245208r245209
76427662   ROM_LOAD( "yonatech3.u106", 0x00000, 0x80000, CRC(6644c404) SHA1(b7ad3f9f08971432d024ef8be3fa3140f0bbae67) )
76437663ROM_END
76447664
7645
76467665ROM_START( spec2k )
76477666   ROM_REGION( 0x80000, "maincpu", 0 ) /* 68000 Code */
76487667   ROM_LOAD16_BYTE( "u124", 0x00000, 0x40000, CRC(dbd6f65d) SHA1(0fad9836689fcbee60904ccad59a2a5be09f3139) )
r245208r245209
78207839// is there a 'bubble 2000' / 'hot bubble' version with Afega copyright, or is the only Afega release dolmen above, this seems like a sequel, not a clone?
78217840GAME( 1998, bubl2000, 0,        popspops, bubl2000, nmk16_state,   bubl2000, ROT0,               "Afega (Tuning license)",                            "Bubble 2000", 0 ) // on a tuning board (bootleg?)
78227841GAME( 1998, hotbubl,  bubl2000, popspops, bubl2000, nmk16_state,   bubl2000, ROT0,               "Afega (Pandora license)",                           "Hot Bubble" , 0 ) // on an afega board ..
7842GAME( 1998, hotbublk, bubl2000, popspops, bubl2000, nmk16_state,   bubl2000, ROT0,               "Afega (Pandora license)",                           "Hot Bubble (Korea)" , 0 ) // on an afega board ..
78237843
78247844GAME( 1999, popspops, 0,        popspops, popspops, nmk16_state,   grdnstrm, ROT0,               "Afega",                             "Pop's Pop's", 0 )
78257845
trunk/src/mame/mame.lst
r245208r245209
95369536redfoxwp2a      // (c) 1998 (China)
95379537bubl2000        // (c) 1998 Tuning
95389538hotbubl         // (c) 1998 Pandora
9539hotbublk        // (c) 1998 Pandora (Korea)
95399540popspops        // (c) 1999
95409541firehawk        // (c) 2001 ESD
95419542firehawkv       // (c) 2001 ESD


Previous 199869 Revisions Next


© 1997-2024 The MAME Team