New working clones

------------------
Golden Poker Double Up (tearoom*sara hack) [Roberto Fresca, Hammy]
This commit is contained in:
Roberto Fresca 2024-12-15 01:43:59 +01:00
parent 7b8303b8ee
commit 73c489ce49
2 changed files with 27 additions and 3 deletions

View File

@ -30633,6 +30633,7 @@ goldnpkd // Bootleg
goldnpke // Intercoast (bootleg) goldnpke // Intercoast (bootleg)
goldnpkf // Intercoast (bootleg) goldnpkf // Intercoast (bootleg)
goldnpkg // Bootleg goldnpkg // Bootleg
goldnpkh // (c) 1981 Bonanza
goldnpkr // (c) 1981 Bonanza goldnpkr // (c) 1981 Bonanza
goodluck // Unknown goodluck // Unknown
icproul // bootleg? icproul // bootleg?

View File

@ -17,6 +17,7 @@
* Golden Poker Double Up (bootleg, set 3), 1983, Intercoast (bootleg). * Golden Poker Double Up (bootleg, set 3), 1983, Intercoast (bootleg).
* Golden Poker Double Up (bootleg, set 4), 1983, Intercoast (bootleg). * Golden Poker Double Up (bootleg, set 4), 1983, Intercoast (bootleg).
* Golden Poker Double Up (bootleg, set 5), 198?, Bootleg. * Golden Poker Double Up (bootleg, set 5), 198?, Bootleg.
* Golden Poker Double Up (tearoom*sara hack), 1981, Bonanza Enterprises, Ltd.
* Videotron Poker (cards selector, set 1), 198?, Unknown. * Videotron Poker (cards selector, set 1), 198?, Unknown.
* Videotron Poker (cards selector, set 2), 198?, Unknown. * Videotron Poker (cards selector, set 2), 198?, Unknown.
* Videotron Poker (normal controls), 198?, Unknown. * Videotron Poker (normal controls), 198?, Unknown.
@ -165,9 +166,6 @@
* Black jack (Olympic Games, v5.04, upgrade for WC), 1989, Olympic Video Gaming PTY LTD. * Black jack (Olympic Games, v5.04, upgrade for WC), 1989, Olympic Video Gaming PTY LTD.
Total: 153 sets.
************************************************************************************ ************************************************************************************
@ -5576,6 +5574,30 @@ ROM_START( goldnpkg )
ROM_END ROM_END
/* Bonanza Golden Poker Double Up.
Original hardware, with tearoom*sara text hack.
You can play 1-50 credits.
So the hackers removed the "PLAY 1 TO 50" string to put "TEAROOM*SARA" instead.
*/
ROM_START( goldnpkh )
ROM_REGION( 0x10000, "maincpu", 0 )
ROM_LOAD( "spf.12a", 0x4000, 0x4000, CRC(22963c83) SHA1(ac9e66f0c548011aac88b9f32a924995ba3651e4) )
ROM_REGION( 0x6000, "gfx1", 0 )
ROM_FILL( 0x0000, 0x4000, 0x0000 ) // filling the R-G bitplanes
ROM_LOAD( "u38_5a.bin", 0x4000, 0x2000, CRC(32705e1d) SHA1(84f9305af38179985e0224ae2ea54c01dfef6e12) ) // char ROM
ROM_REGION( 0x6000, "gfx2", 0 )
ROM_LOAD( "u43_2a.bin", 0x0000, 0x2000, CRC(10b34856) SHA1(52e4cc81b36b4c807b1d4471c0f7bea66108d3fd) ) // cards deck gfx, bitplane1
ROM_LOAD( "u40_4a.bin", 0x2000, 0x2000, CRC(5fc965ef) SHA1(d9ecd7e9b4915750400e76ca604bec8152df1fe4) ) // cards deck gfx, bitplane2
ROM_COPY( "gfx1", 0x4800, 0x4000, 0x0800 ) // cards deck gfx, bitplane3. found in the 2nd quarter of the char rom
ROM_REGION( 0x0100, "proms", 0 )
ROM_LOAD( "tbp24s10n.7d", 0x0000, 0x0100, CRC(7f31066b) SHA1(15420780ec6b2870fc4539ec3afe4f0c58eedf12) )
ROM_END
/* Videotron Poker. /* Videotron Poker.
Alternative controls set, with cards selector... Alternative controls set, with cards selector...
*/ */
@ -13075,6 +13097,7 @@ GAMEL( 198?, goldnpkd, goldnpkr, goldnpkr, goldnpkr, goldnpkr_state, empty_init
GAMEL( 1983, goldnpke, goldnpkr, goldnpkr, goldnpkr, goldnpkr_state, empty_init, ROT0, "Intercoast (bootleg)", "Golden Poker Double Up (bootleg, set 3)", 0, layout_goldnpkr ) GAMEL( 1983, goldnpke, goldnpkr, goldnpkr, goldnpkr, goldnpkr_state, empty_init, ROT0, "Intercoast (bootleg)", "Golden Poker Double Up (bootleg, set 3)", 0, layout_goldnpkr )
GAMEL( 1983, goldnpkf, goldnpkr, goldnpkr, goldnpkr, goldnpkr_state, empty_init, ROT0, "Intercoast (bootleg)", "Golden Poker Double Up (bootleg, set 4)", 0, layout_goldnpkr ) GAMEL( 1983, goldnpkf, goldnpkr, goldnpkr, goldnpkr, goldnpkr_state, empty_init, ROT0, "Intercoast (bootleg)", "Golden Poker Double Up (bootleg, set 4)", 0, layout_goldnpkr )
GAMEL( 1983, goldnpkg, goldnpkr, goldnpkr, goldnpkr, goldnpkr_state, empty_init, ROT0, "bootleg", "Golden Poker Double Up (bootleg, set 5)", 0, layout_goldnpkr ) GAMEL( 1983, goldnpkg, goldnpkr, goldnpkr, goldnpkr, goldnpkr_state, empty_init, ROT0, "bootleg", "Golden Poker Double Up (bootleg, set 5)", 0, layout_goldnpkr )
GAMEL( 1983, goldnpkh, goldnpkr, goldnpkr, goldnpkr, goldnpkr_state, empty_init, ROT0, "Bonanza Enterprises, Ltd", "Golden Poker Double Up (tearoom*sara hack)", 0, layout_goldnpkr )
GAMEL( 198?, videtron, 0, goldnpkr, videtron, goldnpkr_state, empty_init, ROT0, "<unknown>", "Videotron Poker (cards selector, set 1)", 0, layout_goldnpkr ) GAMEL( 198?, videtron, 0, goldnpkr, videtron, goldnpkr_state, empty_init, ROT0, "<unknown>", "Videotron Poker (cards selector, set 1)", 0, layout_goldnpkr )
GAMEL( 198?, videtron2, videtron, goldnpkr, videtron, goldnpkr_state, empty_init, ROT0, "<unknown>", "Videotron Poker (cards selector, set 2)", 0, layout_goldnpkr ) GAMEL( 198?, videtron2, videtron, goldnpkr, videtron, goldnpkr_state, empty_init, ROT0, "<unknown>", "Videotron Poker (cards selector, set 2)", 0, layout_goldnpkr )