diff --git a/src/mame/drivers/spoker.c b/src/mame/drivers/spoker.c index 3af82f40225..9e79f7b4ea0 100644 --- a/src/mame/drivers/spoker.c +++ b/src/mame/drivers/spoker.c @@ -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_REGION( 0x10000, "main", 0 ) 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_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 ) diff --git a/src/mame/mamedriv.c b/src/mame/mamedriv.c index b2461be05a9..8c55b73ee92 100644 --- a/src/mame/mamedriv.c +++ b/src/mame/mamedriv.c @@ -7477,6 +7477,7 @@ Other Sun games DRIVER( csk234it ) /* (c) 198? IGS */ DRIVER( igs_ncs ) /* (c) 198? IGS */ DRIVER( igs_ncs2 ) /* (c) 2000 IGS */ + DRIVER( spk115it ) /* (c) 199? IGS */ DRIVER( spk116it ) /* (c) 199? IGS */ DRIVER( jackie ) /* (c) 199? IGS */ DRIVER( pktet346 ) /* (c) 199? IGS */ @@ -8609,11 +8610,11 @@ Other Sun games /* Drivers below are mechanical games, usually with no video display, requiring external artwork to function. These are currently mostly 'fruit machine' style games, although this may later be extended to system logic emulation for pinball machiens. - + the m_ prefix is used to identify them as many have very generic names. - + */ - + /* Scorpion 2 */ DRIVER( m_bdrwho ) DRIVER( m_bdrwh1 ) @@ -8633,14 +8634,14 @@ Other Sun games DRIVER( m_bdrw15 ) DRIVER( m_bdrw16 ) DRIVER( m_bdrw17 ) - + DRIVER( m_bfocus ) DRIVER( m_bcgslm ) DRIVER( m_luvjub ) DRIVER( m_cpeno1 ) - + /* MPU5 */ DRIVER( m_honmon ) - + #endif /* DRIVER_RECURSIVE */