Added original Super Poker 115IT (Mirko Buffoni)

* Added because 3 Super 8 have SUPER POKER 115IT string inside.
  3Super8 may be a hack, strings are the same, but code is different
  though still partially encrypted
This commit is contained in:
Mirko Buffoni 2009-02-05 13:42:19 +00:00
parent b6ed948821
commit 1bb42da81a
2 changed files with 28 additions and 7 deletions

View File

@ -408,6 +408,25 @@ static DRIVER_INIT( spk116it )
} }
ROM_START( spk115it )
ROM_REGION( 0x10000, "main", 0 )
ROM_LOAD( "v.bin", 0x0000, 0x10000, CRC(df52997b) SHA1(72a76e84aeedfdebd4c6cb47809117a28b5d3892) )
ROM_REGION( 0xc0000, "gfx1", ROMREGION_DISPOSE )
ROM_LOAD( "6.bin", 0x80000, 0x40000, CRC(f9b027f8) SHA1(c4686a4024062482f9864e0445087e32899fc775) )
ROM_LOAD( "5.bin", 0x40000, 0x40000, CRC(baca51b6) SHA1(c97322c814729332378b6304a79062fea385ca97) )
ROM_LOAD( "4.bin", 0x00000, 0x40000, CRC(1172c790) SHA1(43f1d019ecae5c605722e3fe77ae2f022b01260b) )
ROM_REGION( 0x30000, "gfx2", ROMREGION_DISPOSE )
ROM_LOAD( "3.bin", 0x20000, 0x10000, CRC(5f18b012) SHA1(c9a96237eaf3138f136bbaffb29dde0ef568ce73) )
ROM_LOAD( "2.bin", 0x10000, 0x10000, CRC(50fc3505) SHA1(ca1e4ee7e0bb59c3bd67727f65054a48000ae7fe) )
ROM_LOAD( "1.bin", 0x00000, 0x10000, CRC(28ce630a) SHA1(9b597073d33841e7db2c68bbe9f30b734d7f7b41) )
ROM_REGION( 0x40000, "oki", 0 ) /* expansion rom - contains backgrounds and pictures charmaps */
ROM_LOAD( "7.bin", 0x0000, 0x40000, CRC(67789f1c) SHA1(1bef621b4d6399f76020c6310e2e1c2f861679de) )
ROM_END
ROM_START( spk116it ) ROM_START( spk116it )
ROM_REGION( 0x10000, "main", 0 ) ROM_REGION( 0x10000, "main", 0 )
ROM_LOAD( "v.bin", 0x0000, 0x10000, CRC(e44e943a) SHA1(78e32d07e2be9a452be10735641cbcf269068c55) ) ROM_LOAD( "v.bin", 0x0000, 0x10000, CRC(e44e943a) SHA1(78e32d07e2be9a452be10735641cbcf269068c55) )
@ -426,5 +445,6 @@ ROM_START( spk116it )
ROM_LOAD( "7.bin", 0x0000, 0x40000, CRC(67789f1c) SHA1(1bef621b4d6399f76020c6310e2e1c2f861679de) ) ROM_LOAD( "7.bin", 0x0000, 0x40000, CRC(67789f1c) SHA1(1bef621b4d6399f76020c6310e2e1c2f861679de) )
ROM_END ROM_END
GAME( 1993?, spk116it, 0, spoker, spoker, spk116it, ROT0, "IGS", "Super Poker (v116IT)", 0 ) GAME( 1993?, spk115it, 0, spoker, spoker, spk116it, ROT0, "IGS", "Super Poker (v115IT)", 0 )
GAME( 1993?, spk116it, spk115it, spoker, spoker, spk116it, ROT0, "IGS", "Super Poker (v116IT)", 0 )

View File

@ -7477,6 +7477,7 @@ Other Sun games
DRIVER( csk234it ) /* (c) 198? IGS */ DRIVER( csk234it ) /* (c) 198? IGS */
DRIVER( igs_ncs ) /* (c) 198? IGS */ DRIVER( igs_ncs ) /* (c) 198? IGS */
DRIVER( igs_ncs2 ) /* (c) 2000 IGS */ DRIVER( igs_ncs2 ) /* (c) 2000 IGS */
DRIVER( spk115it ) /* (c) 199? IGS */
DRIVER( spk116it ) /* (c) 199? IGS */ DRIVER( spk116it ) /* (c) 199? IGS */
DRIVER( jackie ) /* (c) 199? IGS */ DRIVER( jackie ) /* (c) 199? IGS */
DRIVER( pktet346 ) /* (c) 199? IGS */ DRIVER( pktet346 ) /* (c) 199? IGS */