miniboy7.cpp: It's Joker Poker, not Draw Poker (nw)

This commit is contained in:
braintro 2019-07-14 22:34:52 -05:00
parent 756e914317
commit 8e92072fff
3 changed files with 6 additions and 6 deletions

View File

@ -79,7 +79,7 @@
- 2x pots to handle the B-G background color/intensity. - 2x pots to handle the B-G background color/intensity.
* Super Mini-Boy, Draw Poker * Super Mini-Boy, Joker Poker
Board silkscreened on top: Board silkscreened on top:
be MVX-001-02 ('be' is a Bonanza Enterprises logo). be MVX-001-02 ('be' is a Bonanza Enterprises logo).
@ -123,11 +123,11 @@ VR1-VR6: variable resistor to handle B-G background color/intensity & sound
* Denotes unpopulated * Denotes unpopulated
- PRG ROMs: 5x 2764 (8Kb) - 3 for Draw Poker - PRG ROMs: 5x 2764 (8Kb) - 3 for Joker Poker
- GFX ROMs: 1x 2764 (8Kb) for text layer. - GFX ROMs: 1x 2764 (8Kb) for text layer.
3x 2764 (8Kb) for gfx tiles. 3x 2764 (8Kb) for gfx tiles.
NOTE: 10MHz XTAL verified for Draw Poker, Super Mini-Boy is stated as 12.4725MHz NOTE: 10MHz XTAL verified for Joker Poker, Super Mini-Boy is stated as 12.4725MHz
******************************************************************************* *******************************************************************************

View File

@ -3612,7 +3612,7 @@ ROM_START( vs2v991 ) /* Step 2.0 */
ROM_PARAMETER( ":315_5881:key", "29222ac8" ) ROM_PARAMETER( ":315_5881:key", "29222ac8" )
ROM_END ROM_END
ROM_START( vs299b ) /* Step 2.0, Sega game ID# is 833-13688, ROM board ID# 834-13689 VS2 VER99 STEP2, 337-13690-COM security board */ ROM_START( vs299b ) /* Step 2.0, Sega game ID# is 833-13688, ROM board ID# 834-13689 VS2 VER99 STEP2, 837-13690-COM security board */
ROM_REGION64_BE( 0x8800000, "user1", 0 ) /* program + data ROMs */ ROM_REGION64_BE( 0x8800000, "user1", 0 ) /* program + data ROMs */
// CROM // CROM
ROM_LOAD64_WORD_SWAP( "epr-21550b.17", 0x400006, 0x100000, CRC(c508e488) SHA1(3134d418beaee9f824a0bd0e5441a997b5911d16) ) ROM_LOAD64_WORD_SWAP( "epr-21550b.17", 0x400006, 0x100000, CRC(c508e488) SHA1(3134d418beaee9f824a0bd0e5441a997b5911d16) )
@ -3684,7 +3684,7 @@ ROM_START( vs299b ) /* Step 2.0, Sega game ID# is 833-13688, ROM board ID# 834-1
ROM_PARAMETER( ":315_5881:key", "29222ac8" ) ROM_PARAMETER( ":315_5881:key", "29222ac8" )
ROM_END ROM_END
ROM_START( vs299a ) /* Step 2.0, Sega game ID# is 833-13688, ROM board ID# 834-13689 VS2 VER99 STEP2, 337-13690-COM security board */ ROM_START( vs299a ) /* Step 2.0, Sega game ID# is 833-13688, ROM board ID# 834-13689 VS2 VER99 STEP2, 837-13690-COM security board */
ROM_REGION64_BE( 0x8800000, "user1", 0 ) /* program + data ROMs */ ROM_REGION64_BE( 0x8800000, "user1", 0 ) /* program + data ROMs */
// CROM // CROM
ROM_LOAD64_WORD_SWAP( "epr-21535a.17", 0x400006, 0x100000, CRC(8e4ec341) SHA1(973c71e7a48e728cbcb2465b56e90669fee0ec53) ) ROM_LOAD64_WORD_SWAP( "epr-21535a.17", 0x400006, 0x100000, CRC(8e4ec341) SHA1(973c71e7a48e728cbcb2465b56e90669fee0ec53) )