mirror of
https://github.com/holub/mame
synced 2025-04-21 16:01:56 +03:00
nmk16.c: Change description of Hot Bubble sets - NW
This commit is contained in:
parent
a539224998
commit
f20d290887
@ -7404,7 +7404,7 @@ Notes:
|
||||
|
||||
***************************************************************************/
|
||||
|
||||
ROM_START( hotbubl )
|
||||
ROM_START( hotbubl ) /* Korean release - Nude images of women for backgrounds */
|
||||
ROM_REGION( 0x80000, "maincpu", 0 ) /* 68000 Code */
|
||||
ROM_LOAD16_BYTE( "c1.uc1", 0x00001, 0x40000, CRC(7bb240e9) SHA1(99048fa275182c3da3bfb0dedd790f4b5858bd92) )
|
||||
ROM_LOAD16_BYTE( "c2.uc9", 0x00000, 0x40000, CRC(7917b95d) SHA1(0344bae9c373c5943e7693720e5e531bc2e0d7ee) )
|
||||
@ -7432,7 +7432,7 @@ ROM_START( hotbubl )
|
||||
ROM_LOAD( "s2.uc18", 0x00000, 0x40000, CRC(401c980f) SHA1(e47710c47cfeecce3ccf87f845b219a9c9f21ee3) )
|
||||
ROM_END
|
||||
|
||||
ROM_START( hotbublk ) /* Korean release - Nude images replaced with pictures of satellite dishes */
|
||||
ROM_START( hotbubla ) /* Korean release - Nude images replaced with pictures of satellite dishes */
|
||||
ROM_REGION( 0x80000, "maincpu", 0 ) /* 68000 Code */
|
||||
ROM_LOAD16_BYTE( "6_c1.uc1", 0x00001, 0x40000, CRC(7c65bf47) SHA1(fe578d3336c5f437bfd1bc81bfe3763b12f3e63f) )
|
||||
ROM_LOAD16_BYTE( "7_c2.uc9", 0x00000, 0x40000, CRC(74eb11c3) SHA1(88aeb02c4088706a56b4c930ffe6fdfbc99031c6) )
|
||||
@ -7838,8 +7838,8 @@ GAME( 1998, grdnstrmg,grdnstrm, grdnstrmk,grdnstrk, nmk16_state, grdnstrmg,ROT
|
||||
|
||||
// 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?
|
||||
GAME( 1998, bubl2000, 0, popspops, bubl2000, nmk16_state, bubl2000, ROT0, "Afega (Tuning license)", "Bubble 2000", 0 ) // on a tuning board (bootleg?)
|
||||
GAME( 1998, hotbubl, bubl2000, popspops, bubl2000, nmk16_state, bubl2000, ROT0, "Afega (Pandora license)", "Hot Bubble" , 0 ) // on an afega board ..
|
||||
GAME( 1998, hotbublk, bubl2000, popspops, bubl2000, nmk16_state, bubl2000, ROT0, "Afega (Pandora license)", "Hot Bubble (Korea)" , 0 ) // on an afega board ..
|
||||
GAME( 1998, hotbubl, bubl2000, popspops, bubl2000, nmk16_state, bubl2000, ROT0, "Afega (Pandora license)", "Hot Bubble (Korea, with adult pictures)" , 0 ) // on an afega board ..
|
||||
GAME( 1998, hotbubla, bubl2000, popspops, bubl2000, nmk16_state, bubl2000, ROT0, "Afega (Pandora license)", "Hot Bubble (Korea)" , 0 ) // on an afega board ..
|
||||
|
||||
GAME( 1999, popspops, 0, popspops, popspops, nmk16_state, grdnstrm, ROT0, "Afega", "Pop's Pop's", 0 )
|
||||
|
||||
|
@ -9536,8 +9536,8 @@ grdnstrmj // (c) 1998 (Japan)
|
||||
redfoxwp2 // (c) 1998 (China)
|
||||
redfoxwp2a // (c) 1998 (China)
|
||||
bubl2000 // (c) 1998 Tuning
|
||||
hotbubl // (c) 1998 Pandora
|
||||
hotbublk // (c) 1998 Pandora (Korea)
|
||||
hotbubl // (c) 1998 Pandora (Korea, Nudes)
|
||||
hotbubla // (c) 1998 Pandora (Korea)
|
||||
popspops // (c) 1999
|
||||
firehawk // (c) 2001 ESD
|
||||
firehawkv // (c) 2001 ESD
|
||||
|
Loading…
Reference in New Issue
Block a user