summaryrefslogtreecommitdiffstatshomepage
path: root/src
diff options
context:
space:
mode:
author mariuszw1 <mariuszw1@users.noreply.github.com>2010-08-27 20:18:24 +0000
committer mariuszw1 <mariuszw1@users.noreply.github.com>2010-08-27 20:18:24 +0000
commit2eba34ef8944c36e45fb244cfba94cd3a4a4c2f2 (patch)
treee17ffbe9baec22bafa92d968509a482cd33cf7c9 /src
parentb85bf34e13735dfb4dcdddb8bb01f3b0893cf943 (diff)
New clones added
-------------------------------- Super Poker (Version 10.15S) [anondumper]
Diffstat (limited to 'src')
-rw-r--r--src/mame/drivers/gei.c9
-rw-r--r--src/mame/mamedriv.c3
2 files changed, 10 insertions, 2 deletions
diff --git a/src/mame/drivers/gei.c b/src/mame/drivers/gei.c
index f78fd6bf48c..91c927137a9 100644
--- a/src/mame/drivers/gei.c
+++ b/src/mame/drivers/gei.c
@@ -1537,6 +1537,12 @@ ROM_START( suprpokr )
ROM_LOAD( "10-19s-1.e2", 0x08000, 0x4000, BAD_DUMP CRC(22b45aeb) SHA1(006c3072cc44c6fde9b4d15163dc70707bbd5a9c) ) /* Self test reports this ROM bad */
ROM_END
+ROM_START( suprpkr1 )
+ ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASEFF )
+ ROM_LOAD( "e1.bin", 0x00000, 0x4000, CRC(5cc7c1e0) SHA1(1cdca32c4df7227dab77574abe344b291741139e) )
+ ROM_LOAD( "e2.bin", 0x08000, 0x4000, BAD_DUMP CRC(e47d6e2a) SHA1(9cabc42275dad8be6cd5b167e381ddb5bf08276d) ) /* Self test reports this ROM bad */
+ROM_END
+
ROM_START( reelfun ) /* v7.03 */
ROM_REGION( 0x38000, "maincpu", 0 )
ROM_LOAD( "reelfun.cnt", 0x00000, 0x4000, CRC(ce42e0ea) SHA1(87f703b14aa819c54e54b42e639448521c01f76b) )
@@ -1872,7 +1878,8 @@ GAME( 1986, reelfun, 0, findout, reelfun, 0, ROT0, "Greyhound El
GAME( 1986, reelfun1, reelfun, findout, reelfun, 0, ROT0, "Greyhound Electronics", "Reel Fun (Version 7.01)", GAME_IMPERFECT_GRAPHICS | GAME_IMPERFECT_SOUND )
GAME( 1987, findout, 0, findout, findout, 0, ROT0, "Elettronolo", "Find Out (Version 4.04)", GAME_IMPERFECT_GRAPHICS | GAME_IMPERFECT_SOUND )
-GAME( 1987, suprpokr, 0, suprpokr, suprpokr, 0, ROT0, "Greyhound Electronics", "Super Poker", GAME_IMPERFECT_GRAPHICS | GAME_IMPERFECT_SOUND )
+GAME( 1986, suprpokr, 0, suprpokr, suprpokr, 0, ROT0, "Grayhound Electronics", "Super Poker (Version 10.19S)", GAME_IMPERFECT_GRAPHICS | GAME_IMPERFECT_SOUND )
+GAME( 1986, suprpkr1, suprpokr, suprpokr, suprpokr, 0, ROT0, "Grayhound Electronics", "Super Poker (Version 10.15S)", GAME_IMPERFECT_GRAPHICS | GAME_IMPERFECT_SOUND )
GAME( 1991, quiz211, 0, findout, quiz, 0, ROT0, "Elettronolo", "Quiz (Revision 2.11)", GAME_IMPERFECT_GRAPHICS | GAME_IMPERFECT_SOUND )
diff --git a/src/mame/mamedriv.c b/src/mame/mamedriv.c
index 5b1e8e3b361..a82d8ea73d5 100644
--- a/src/mame/mamedriv.c
+++ b/src/mame/mamedriv.c
@@ -8993,7 +8993,8 @@ Other Sun games
DRIVER( sextriv2 ) /* (c) 1985 Kinky Kit and Game Co. */
DRIVER( geimulti ) /* (c) 1992 Grayhound Electronics */
DRIVER( sprtauth ) /* (c) 1982 Classic Games */
- DRIVER( suprpokr )
+ DRIVER( suprpokr ) /* (c) 1986 Grayhound Electronics */
+ DRIVER( suprpkr1 ) /* (c) 1986 Grayhound Electronics */
DRIVER( dribling ) /* (c) 1983 Model Racing */
DRIVER( driblingo ) /* (c) 1983 Olympia */
DRIVER( ace ) /* [1976 Allied Leisure] */