trunk/src/mame/drivers/nmk16.c
| r245231 | r245232 | |
| 7404 | 7404 | |
| 7405 | 7405 | ***************************************************************************/ |
| 7406 | 7406 | |
| 7407 | | ROM_START( hotbubl ) |
| 7407 | ROM_START( hotbubl ) /* Korean release - Nude images of women for backgrounds */ |
| 7408 | 7408 | ROM_REGION( 0x80000, "maincpu", 0 ) /* 68000 Code */ |
| 7409 | 7409 | ROM_LOAD16_BYTE( "c1.uc1", 0x00001, 0x40000, CRC(7bb240e9) SHA1(99048fa275182c3da3bfb0dedd790f4b5858bd92) ) |
| 7410 | 7410 | ROM_LOAD16_BYTE( "c2.uc9", 0x00000, 0x40000, CRC(7917b95d) SHA1(0344bae9c373c5943e7693720e5e531bc2e0d7ee) ) |
| r245231 | r245232 | |
| 7432 | 7432 | ROM_LOAD( "s2.uc18", 0x00000, 0x40000, CRC(401c980f) SHA1(e47710c47cfeecce3ccf87f845b219a9c9f21ee3) ) |
| 7433 | 7433 | ROM_END |
| 7434 | 7434 | |
| 7435 | | ROM_START( hotbublk ) /* Korean release - Nude images replaced with pictures of satellite dishes */ |
| 7435 | ROM_START( hotbubla ) /* Korean release - Nude images replaced with pictures of satellite dishes */ |
| 7436 | 7436 | ROM_REGION( 0x80000, "maincpu", 0 ) /* 68000 Code */ |
| 7437 | 7437 | ROM_LOAD16_BYTE( "6_c1.uc1", 0x00001, 0x40000, CRC(7c65bf47) SHA1(fe578d3336c5f437bfd1bc81bfe3763b12f3e63f) ) |
| 7438 | 7438 | ROM_LOAD16_BYTE( "7_c2.uc9", 0x00000, 0x40000, CRC(74eb11c3) SHA1(88aeb02c4088706a56b4c930ffe6fdfbc99031c6) ) |
| r245231 | r245232 | |
| 7838 | 7838 | |
| 7839 | 7839 | // 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? |
| 7840 | 7840 | GAME( 1998, bubl2000, 0, popspops, bubl2000, nmk16_state, bubl2000, ROT0, "Afega (Tuning license)", "Bubble 2000", 0 ) // on a tuning board (bootleg?) |
| 7841 | | GAME( 1998, hotbubl, bubl2000, popspops, bubl2000, nmk16_state, bubl2000, ROT0, "Afega (Pandora license)", "Hot Bubble" , 0 ) // on an afega board .. |
| 7842 | | GAME( 1998, hotbublk, bubl2000, popspops, bubl2000, nmk16_state, bubl2000, ROT0, "Afega (Pandora license)", "Hot Bubble (Korea)" , 0 ) // on an afega board .. |
| 7841 | GAME( 1998, hotbubl, bubl2000, popspops, bubl2000, nmk16_state, bubl2000, ROT0, "Afega (Pandora license)", "Hot Bubble (Korea, with adult pictures)" , 0 ) // on an afega board .. |
| 7842 | GAME( 1998, hotbubla, bubl2000, popspops, bubl2000, nmk16_state, bubl2000, ROT0, "Afega (Pandora license)", "Hot Bubble (Korea)" , 0 ) // on an afega board .. |
| 7843 | 7843 | |
| 7844 | 7844 | GAME( 1999, popspops, 0, popspops, popspops, nmk16_state, grdnstrm, ROT0, "Afega", "Pop's Pop's", 0 ) |
| 7845 | 7845 | |