Previous 199869 Revisions Next

r17811 Wednesday 12th September, 2012 at 03:04:05 UTC by Brian Troha
merit.c: Added dipswitches to the Pit Boss sets with dipswitch locations. Reordered sets from oldest to newest. Added GAME_NO_COCKTAIL flag as these games support a cocktail mode. [Brian Troha]
[src/mame/drivers]merit.c

trunk/src/mame/drivers/merit.c
r17810r17811
864864   PORT_BIT( 0x08, IP_ACTIVE_LOW, IPT_BUTTON4 ) PORT_CODE(KEYCODE_V) PORT_NAME("P1/P2 Button 4")
865865   PORT_BIT( 0x10, IP_ACTIVE_LOW, IPT_BUTTON5 ) PORT_CODE(KEYCODE_B) PORT_NAME("P1/P2 Button 5")
866866   PORT_BIT( 0x20, IP_ACTIVE_LOW, IPT_START1 ) PORT_NAME("P1/P2 Play")
867   PORT_BIT( 0x40, IP_ACTIVE_LOW, IPT_BUTTON6 ) PORT_CODE(KEYCODE_A) PORT_NAME("P1/P2 Cancel")
867   PORT_BIT( 0x40, IP_ACTIVE_LOW, IPT_BUTTON6 ) PORT_CODE(KEYCODE_Q) PORT_NAME("P1/P2 Cancel")
868868   PORT_BIT( 0x80, IP_ACTIVE_HIGH, IPT_UNKNOWN ) //causes "unauthorized conversion" msg.
869869
870870   PORT_START("IN1")
r17810r17811
874874   PORT_DIPNAME( 0x08, 0x08, "0-4" )
875875   PORT_DIPSETTING(    0x08, DEF_STR( Off ) )
876876   PORT_DIPSETTING(    0x00, DEF_STR( On ) )
877   PORT_DIPNAME( 0x10, 0x10, "0-5" )
878   PORT_DIPSETTING(    0x10, DEF_STR( Off ) )
879   PORT_DIPSETTING(    0x00, DEF_STR( On ) )
877   PORT_BIT( 0x10, IP_ACTIVE_LOW, IPT_BUTTON7 ) PORT_COCKTAIL PORT_CODE(KEYCODE_E) PORT_NAME("P2 Cancel")
880878   PORT_DIPNAME( 0x20, 0x20, "0-6" )
881879   PORT_DIPSETTING(    0x20, DEF_STR( Off ) )
882880   PORT_DIPSETTING(    0x00, DEF_STR( On ) )
r17810r17811
887885   PORT_DIPSETTING(    0x80, DEF_STR( Off ) )
888886   PORT_DIPSETTING(    0x00, DEF_STR( On ) )
889887
890   /*probably unused*/
891888   PORT_START("IN2")
892   PORT_DIPNAME( 0x01, 0x01, "1-1" )
893   PORT_DIPSETTING(    0x01, DEF_STR( Off ) )
894   PORT_DIPSETTING(    0x00, DEF_STR( On ) )
895   PORT_DIPNAME( 0x02, 0x02, "1-2" )
889   PORT_BIT( 0x01, IP_ACTIVE_LOW, IPT_BUTTON1 ) PORT_COCKTAIL PORT_CODE(KEYCODE_A) PORT_NAME("P2 Button 1")
890   PORT_BIT( 0x02, IP_ACTIVE_LOW, IPT_BUTTON2 ) PORT_COCKTAIL PORT_CODE(KEYCODE_S) PORT_NAME("P2 Button 2")
891   PORT_BIT( 0x04, IP_ACTIVE_LOW, IPT_BUTTON3 ) PORT_COCKTAIL PORT_CODE(KEYCODE_D) PORT_NAME("P2 Button 3")
892   PORT_BIT( 0x08, IP_ACTIVE_LOW, IPT_BUTTON4 ) PORT_COCKTAIL PORT_CODE(KEYCODE_F) PORT_NAME("P2 Button 4")
893   PORT_BIT( 0x10, IP_ACTIVE_LOW, IPT_BUTTON5 ) PORT_COCKTAIL PORT_CODE(KEYCODE_G) PORT_NAME("P2 Button 5")
894   PORT_BIT( 0x20, IP_ACTIVE_LOW, IPT_BUTTON6 ) PORT_COCKTAIL PORT_CODE(KEYCODE_W) PORT_NAME("P2 Play")
895   PORT_BIT( 0xc0, IP_ACTIVE_LOW, IPT_UNKNOWN )
896
897   PORT_START("DSW")
898   PORT_DIPNAME( 0x01, 0x01, DEF_STR( Coin_A ) )      PORT_DIPLOCATION("SW:1")
899   PORT_DIPSETTING(    0x00, DEF_STR( 2C_1C ) )
900   PORT_DIPSETTING(    0x01, DEF_STR( 1C_1C ) )
901   PORT_DIPNAME( 0x02, 0x02, DEF_STR( Unknown ) )      PORT_DIPLOCATION("SW:2")
896902   PORT_DIPSETTING(    0x02, DEF_STR( Off ) )
897903   PORT_DIPSETTING(    0x00, DEF_STR( On ) )
898   PORT_DIPNAME( 0x04, 0x04, "1-3" )
904   PORT_DIPNAME( 0x04, 0x04, DEF_STR( Unknown ) )      PORT_DIPLOCATION("SW:3")
899905   PORT_DIPSETTING(    0x04, DEF_STR( Off ) )
900906   PORT_DIPSETTING(    0x00, DEF_STR( On ) )
901   PORT_DIPNAME( 0x08, 0x08, "1-4" )
902   PORT_DIPSETTING(    0x08, DEF_STR( Off ) )
903   PORT_DIPSETTING(    0x00, DEF_STR( On ) )
904   PORT_DIPNAME( 0x10, 0x10, "1-5" )
907   PORT_DIPNAME( 0x08, 0x08, "Max Double Up Per Winner" )   PORT_DIPLOCATION("SW:4")
908   PORT_DIPSETTING(    0x08, "Once" )
909   PORT_DIPSETTING(    0x00, "Twice" )
910   PORT_DIPNAME( 0x10, 0x10, DEF_STR( Unknown ) )      PORT_DIPLOCATION("SW:5")
905911   PORT_DIPSETTING(    0x10, DEF_STR( Off ) )
906912   PORT_DIPSETTING(    0x00, DEF_STR( On ) )
907   PORT_DIPNAME( 0x20, 0x20, "1-6" )
913   PORT_DIPNAME( 0x20, 0x20, DEF_STR( Unknown ) )      PORT_DIPLOCATION("SW:6")
908914   PORT_DIPSETTING(    0x20, DEF_STR( Off ) )
909915   PORT_DIPSETTING(    0x00, DEF_STR( On ) )
910   PORT_DIPNAME( 0x40, 0x40, "1-7" )
911   PORT_DIPSETTING(    0x40, DEF_STR( Off ) )
912   PORT_DIPSETTING(    0x00, DEF_STR( On ) )
913   PORT_DIPNAME( 0x80, 0x80, "1-8" )
914   PORT_DIPSETTING(    0x80, DEF_STR( Off ) )
915   PORT_DIPSETTING(    0x00, DEF_STR( On ) )
916   PORT_DIPNAME( 0x40, 0x40, DEF_STR( Cabinet ) )      PORT_DIPLOCATION("SW:7")
917   PORT_DIPSETTING(    0x40, "Counter Top" )
918   PORT_DIPSETTING(    0x00, DEF_STR( Cocktail ) )
919   PORT_DIPNAME( 0x80, 0x80, "Free Hands" )      PORT_DIPLOCATION("SW:8")
920   PORT_DIPSETTING(    0x80, "100,000+ & 200,000+" )
921   PORT_DIPSETTING(    0x00, DEF_STR( None ) )
922INPUT_PORTS_END
916923
917   PORT_START("DSW")
918   PORT_DIPNAME( 0x01, 0x00, "DSW" )
924static INPUT_PORTS_START( pitbossa )
925   PORT_INCLUDE( pitboss )
926
927   PORT_MODIFY("DSW")
928   PORT_DIPNAME( 0x30, 0x30, "Coin Lockout" )      PORT_DIPLOCATION("SW:5,6")
929   PORT_DIPSETTING(    0x00, DEF_STR( Off ) )
930   PORT_DIPSETTING(    0x30, "2 Coins" )
931   PORT_DIPSETTING(    0x20, "10 Coins" )
932INPUT_PORTS_END
933
934static INPUT_PORTS_START( pitbossb )
935   PORT_INCLUDE( pitboss )
936
937   PORT_MODIFY("DSW")
938   PORT_DIPNAME( 0x01, 0x01, DEF_STR( Unknown) )      PORT_DIPLOCATION("SW:1")
919939   PORT_DIPSETTING(    0x01, DEF_STR( Off ) )
920940   PORT_DIPSETTING(    0x00, DEF_STR( On ) )
921   PORT_DIPNAME( 0x02, 0x02, DEF_STR( Unknown ) )
922   PORT_DIPSETTING(    0x02, DEF_STR( Off ) )
923   PORT_DIPSETTING(    0x00, DEF_STR( On ) )
924   PORT_DIPNAME( 0x04, 0x04, DEF_STR( Unknown ) )
925   PORT_DIPSETTING(    0x04, DEF_STR( Off ) )
926   PORT_DIPSETTING(    0x00, DEF_STR( On ) )
927   PORT_DIPNAME( 0x08, 0x08, DEF_STR( Unknown ) )
928   PORT_DIPSETTING(    0x08, DEF_STR( Off ) )
929   PORT_DIPSETTING(    0x00, DEF_STR( On ) )
930   PORT_DIPNAME( 0x10, 0x10, DEF_STR( Unknown ) )
931   PORT_DIPSETTING(    0x10, DEF_STR( Off ) )
932   PORT_DIPSETTING(    0x00, DEF_STR( On ) )
933   PORT_DIPNAME( 0x20, 0x20, DEF_STR( Unknown ) )
934   PORT_DIPSETTING(    0x20, DEF_STR( Off ) )
935   PORT_DIPSETTING(    0x00, DEF_STR( On ) )
936   PORT_DIPNAME( 0x40, 0x40, DEF_STR( Unknown ) )
937   PORT_DIPSETTING(    0x40, DEF_STR( Off ) )
938   PORT_DIPSETTING(    0x00, DEF_STR( On ) )
939   PORT_DIPNAME( 0x80, 0x80, DEF_STR( Unknown ) )
940   PORT_DIPSETTING(    0x80, DEF_STR( Off ) )
941   PORT_DIPSETTING(    0x00, DEF_STR( On ) )
942941INPUT_PORTS_END
943942
944943static INPUT_PORTS_START( casino5 )
r17810r17811
13221321MACHINE_CONFIG_END
13231322
13241323
1325ROM_START( pitboss )
1324
1325ROM_START( pitboss ) /* Program roms on a CTR-202 daughter card */
13261326   ROM_REGION( 0x10000, "maincpu", 0 )
1327   ROM_LOAD( "u5-0c.rom", 0x0000, 0x2000, CRC(d8902656) SHA1(06da829201f6141a6b23afa0e277a3c7a122c26e) ) /* Games included in this set are: */
1328   ROM_LOAD( "u6-0.rom",  0x2000, 0x2000, CRC(bf903b01) SHA1(1f5f69cfd3eb105bd9bad071016931a79defa16b) ) /* Joker Poker, Blackjack, Super Slots & The Dice Game */
1329   ROM_LOAD( "u7-0.rom",  0x4000, 0x2000, CRC(306351b9) SHA1(32cd243aa65571ee7fc72971b6a16beeb4ed9d85) )
1327   ROM_LOAD( "2214-04.u5-0",   0x0000, 0x2000, CRC(10b782e7) SHA1(158819898ad81506c47b76ffe2a949ee7208740f) ) /* Games included in this set are: */
1328   ROM_LOAD( "2214-04.u6-0",   0x2000, 0x2000, CRC(c3fd6510) SHA1(8c89fd2cbcb6f12fa6427883700971f7c39f6ccf) ) /* Joker Poker, Blackjack, Foto Finish & The Dice Game */
1329   ROM_RELOAD( 0x4000, 0x2000 )
1330   ROM_LOAD( "2214-04.u7-0",   0x6000, 0x4000, CRC(c5cf7060) SHA1(4a3209ad24ae649348b0e0470fc446d37b667975) ) /* 27128 eprom */
13301331
13311332   ROM_REGION( 0x6000, "gfx1", 0 )
13321333   ROM_LOAD( "chr7.u39",   0x0000, 0x2000, CRC(6662f607) SHA1(6b423f8de011d196700839af0be37effbf87383f) ) /* Shows: */
13331334   ROM_LOAD( "chr7.u38",   0x2000, 0x2000, CRC(a014b44f) SHA1(906d426b1de75f26030c19dcd599b6570909f510) ) /* (c) 1983 Merit industries */
1334   ROM_LOAD( "chr7.u37",   0x4000, 0x2000, CRC(cb12e139) SHA1(06fe91281faae5d0c0ae4b3cd8ad103bd3995c38) ) /* Cheltenham PA. 19012      */
1335   ROM_LOAD( "chr7.u37",   0x4000, 0x2000, CRC(cb12e139) SHA1(06fe91281faae5d0c0ae4b3cd8ad103bd3995c38) )
13351336
13361337   ROM_REGION( 0x2000, "gfx2", 0 )
1337   ROM_LOAD( "chr7.u40",  0x0000, 0x2000, CRC(52298162) SHA1(79aa6c4ab6bec6450d882615e64f61cfef934153) )
1338   ROM_LOAD( "chr7.rom.u40",  0x0000, 0x2000, CRC(db62c5ec) SHA1(a9967eb51436f342902fa3ce9c43d4d1ec5e0f3c) )
13381339ROM_END
13391340
13401341ROM_START( pitbossa )
r17810r17811
13541355
13551356ROM_START( pitbossb )
13561357   ROM_REGION( 0x10000, "maincpu", 0 )
1358   ROM_LOAD( "u5-0c.rom", 0x0000, 0x2000, CRC(d8902656) SHA1(06da829201f6141a6b23afa0e277a3c7a122c26e) ) /* Games included in this set are: */
1359   ROM_LOAD( "u6-0.rom",  0x2000, 0x2000, CRC(bf903b01) SHA1(1f5f69cfd3eb105bd9bad071016931a79defa16b) ) /* Joker Poker, Blackjack, Super Slots & The Dice Game */
1360   ROM_LOAD( "u7-0.rom",  0x4000, 0x2000, CRC(306351b9) SHA1(32cd243aa65571ee7fc72971b6a16beeb4ed9d85) )
1361
1362   ROM_REGION( 0x6000, "gfx1", 0 )
1363   ROM_LOAD( "chr7.u39",   0x0000, 0x2000, CRC(6662f607) SHA1(6b423f8de011d196700839af0be37effbf87383f) ) /* Shows: */
1364   ROM_LOAD( "chr7.u38",   0x2000, 0x2000, CRC(a014b44f) SHA1(906d426b1de75f26030c19dcd599b6570909f510) ) /* (c) 1983 Merit industries */
1365   ROM_LOAD( "chr7.u37",   0x4000, 0x2000, CRC(cb12e139) SHA1(06fe91281faae5d0c0ae4b3cd8ad103bd3995c38) ) /* Cheltenham PA. 19012      */
1366
1367   ROM_REGION( 0x2000, "gfx2", 0 )
1368   ROM_LOAD( "chr7.u40",   0x0000, 0x2000, CRC(52298162) SHA1(79aa6c4ab6bec6450d882615e64f61cfef934153) )
1369ROM_END
1370
1371ROM_START( pitbossc )
1372   ROM_REGION( 0x10000, "maincpu", 0 )
13571373   ROM_LOAD( "m4a1.u5",   0x0000, 0x2000, CRC(f5284472) SHA1(9170b90d06caa382be29feb2f6e80993bba1e07e) ) /* Games included in this set are: */
13581374   ROM_LOAD( "m4a1.u6",   0x2000, 0x2000, CRC(dd8df5fe) SHA1(dab8c1077058263729b2589dd9bf9989ad53be1c) ) /* Draw Poker, Blackjack, Acey Deucey & The Dice Game */
13591375   ROM_LOAD( "m4a1.u7",   0x4000, 0x2000, CRC(5fa5d436) SHA1(9f3fd81eae7f378268f3b4af8fd299ffb97d7fb6) )
r17810r17811
13671383   ROM_LOAD( "chr2.u40",  0x0000, 0x2000, CRC(40c94dce) SHA1(86611e3a1048b2a3fffcc0110811656a2d0fc4a5) )
13681384ROM_END
13691385
1370ROM_START( pitbossc ) /* Program roms on a CTR-202 daughter card */
1371   ROM_REGION( 0x10000, "maincpu", 0 )
1372   ROM_LOAD( "2214-04.u5-0",   0x0000, 0x2000, CRC(10b782e7) SHA1(158819898ad81506c47b76ffe2a949ee7208740f) ) /* Games included in this set are: */
1373   ROM_LOAD( "2214-04.u6-0",   0x2000, 0x2000, CRC(c3fd6510) SHA1(8c89fd2cbcb6f12fa6427883700971f7c39f6ccf) ) /* Joker Poker, Blackjack, Foto Finish & The Dice Game */
1374   ROM_RELOAD( 0x4000, 0x2000 )
1375   ROM_LOAD( "2214-04.u7-0",   0x6000, 0x4000, CRC(c5cf7060) SHA1(4a3209ad24ae649348b0e0470fc446d37b667975) ) /* 27128 eprom */
1376
1377   ROM_REGION( 0x6000, "gfx1", 0 )
1378   ROM_LOAD( "chr7.u39",   0x0000, 0x2000, CRC(6662f607) SHA1(6b423f8de011d196700839af0be37effbf87383f) ) /* Shows: */
1379   ROM_LOAD( "chr7.u38",   0x2000, 0x2000, CRC(a014b44f) SHA1(906d426b1de75f26030c19dcd599b6570909f510) ) /* (c) 1983 Merit industries */
1380   ROM_LOAD( "chr7.u37",   0x4000, 0x2000, CRC(cb12e139) SHA1(06fe91281faae5d0c0ae4b3cd8ad103bd3995c38) )
1381
1382   ROM_REGION( 0x2000, "gfx2", 0 )
1383   ROM_LOAD( "chr7.rom.u40",  0x0000, 0x2000, CRC(db62c5ec) SHA1(a9967eb51436f342902fa3ce9c43d4d1ec5e0f3c) )
1384ROM_END
1385
13861386ROM_START( casino5 )
13871387   ROM_REGION( 0x10000, "maincpu", 0 )
13881388   ROM_LOAD( "u5", 0x0000, 0x2000, CRC(abe240d8) SHA1(296eb3251dd51147d6984a8c08c3be22e5ed8e86) )
r17810r17811
19241924   ROM_LOAD( "dodg_u37.u37", 0x10000, 0x8000, CRC(bc9e63d4) SHA1(2320f5a0545f18e1e42a3a45fedce912c36fbe13) )
19251925
19261926   ROM_REGION( 0x0800, "gfx2", ROMREGION_ERASEFF )
1927   ROM_LOAD( "crt-209_2131-82", 0x00000, 0x0800, NO_DUMP ) /* 2816 EEPROM in Z80 epoxy CPU module */
1927   ROM_LOAD( "ctr-209_2131-82", 0x00000, 0x0800, NO_DUMP ) /* 2816 EEPROM in Z80 epoxy CPU module */
19281928ROM_END
19291929
19301930ROM_START( dodgectyb )
r17810r17811
19371937   ROM_LOAD( "dodg_u37.u37", 0x10000, 0x8000, CRC(bc9e63d4) SHA1(2320f5a0545f18e1e42a3a45fedce912c36fbe13) )
19381938
19391939   ROM_REGION( 0x0800, "gfx2", ROMREGION_ERASEFF )
1940   ROM_LOAD( "crt-209_2131-82", 0x00000, 0x0800, NO_DUMP ) /* 2816 EEPROM in Z80 epoxy CPU module */
1940   ROM_LOAD( "ctr-209_2131-82", 0x00000, 0x0800, NO_DUMP ) /* 2816 EEPROM in Z80 epoxy CPU module */
19411941ROM_END
19421942
19431943
r17810r17811
20752075   m_decryption_key = 6;
20762076}
20772077
2078GAME( 1983, pitboss,  0,       pitboss,  pitboss, driver_device,  0,      ROT0,  "Merit", "The Pit Boss (set 1)",                        GAME_SUPPORTS_SAVE | GAME_IMPERFECT_GRAPHICS )
2079GAME( 1983, pitbossa, pitboss, pitboss,  pitboss, driver_device,  0,      ROT0,  "Merit", "The Pit Boss (set 2)",                        GAME_SUPPORTS_SAVE | GAME_IMPERFECT_GRAPHICS )
2080GAME( 1983, pitbossb, pitboss, pitboss,  pitboss, driver_device,  0,      ROT0,  "Merit", "The Pit Boss (set 3)",                        GAME_SUPPORTS_SAVE | GAME_IMPERFECT_GRAPHICS )
2081GAME( 1983, pitbossc, pitboss, casino5,  pitboss, driver_device,  0,      ROT0,  "Merit", "The Pit Boss (set 4)",                        GAME_SUPPORTS_SAVE | GAME_IMPERFECT_GRAPHICS )
2078GAME( 1983, pitboss,  0,       casino5,  pitboss,  driver_device,  0,   ROT0,  "Merit", "The Pit Boss (2214-04)",                      GAME_SUPPORTS_SAVE | GAME_NO_COCKTAIL | GAME_IMPERFECT_GRAPHICS )
2079GAME( 1983, pitbossa, pitboss, pitboss,  pitbossa, driver_device,  0,   ROT0,  "Merit", "The Pit Boss (2214-03)",                      GAME_SUPPORTS_SAVE | GAME_NO_COCKTAIL | GAME_IMPERFECT_GRAPHICS )
2080GAME( 1983, pitbossb, pitboss, pitboss,  pitbossa, driver_device,  0,   ROT0,  "Merit", "The Pit Boss (2214-02?)",                     GAME_SUPPORTS_SAVE | GAME_NO_COCKTAIL | GAME_IMPERFECT_GRAPHICS )
2081GAME( 1983, pitbossc, pitboss, pitboss,  pitbossb, driver_device,  0,   ROT0,  "Merit", "The Pit Boss (2214-?)",                       GAME_SUPPORTS_SAVE | GAME_NO_COCKTAIL |  GAME_IMPERFECT_GRAPHICS )
20822082
2083GAME( 1984, casino5,  0,       casino5,  casino5, driver_device,  0,      ROT0,  "Merit", "Casino Five",                                 GAME_SUPPORTS_SAVE )
2083GAME( 1984, casino5,  0,       casino5,  casino5, driver_device,  0,   ROT0,  "Merit", "Casino Five",                                 GAME_SUPPORTS_SAVE )
20842084
20852085GAME( 1985, trvwzh,   0,       trvwhiz,  trivia, merit_state,   key_0,  ROT0,  "Merit", "Trivia ? Whiz (Horizontal) (question set 1)", GAME_SUPPORTS_SAVE )
20862086GAME( 1985, trvwzha,  trvwzh,  trvwhiz,  trivia, merit_state,   key_0,  ROT0,  "Merit", "Trivia ? Whiz (Horizontal) (question set 2)", GAME_SUPPORTS_SAVE )
r17810r17811
21072107GAME( 1986, phrcrazec,phrcraze,phrcraze, phrcrazs, merit_state, key_7,  ROT0,  "Merit", "Phraze Craze (Expanded Questions, set 2)",    GAME_SUPPORTS_SAVE )
21082108GAME( 1986, phrcrazev,phrcraze,phrcraze, phrcrazs, merit_state, key_7,  ROT90, "Merit", "Phraze Craze (Sex Kit, Vertical)",            GAME_SUPPORTS_SAVE )
21092109
2110GAME( 1986, bigappg,  0,       bigappg,  bigappg, driver_device,  0,      ROT0,  "Merit", "Big Apple Games",                           GAME_SUPPORTS_SAVE )
2110GAME( 1986, bigappg,  0,       bigappg,  bigappg, driver_device,  0,    ROT0,  "Merit", "Big Apple Games",                             GAME_SUPPORTS_SAVE )
21112111
2112GAME( 1986, dodgectya,dodgecty,dodge,    couple, driver_device,   0,      ROT0,  "Merit", "Dodge City (2131-82, set 1)",               GAME_SUPPORTS_SAVE | GAME_IMPERFECT_GRAPHICS | GAME_NOT_WORKING )
2113GAME( 1986, dodgectyb,dodgecty,dodge,    couple, driver_device,   0,      ROT0,  "Merit", "Dodge City (2131-82, set 2)",               GAME_SUPPORTS_SAVE | GAME_IMPERFECT_GRAPHICS | GAME_NOT_WORKING )
2112GAME( 1986, dodgectya,dodgecty,dodge,    couple, driver_device,   0,    ROT0,  "Merit", "Dodge City (2131-82, set 1)",                 GAME_SUPPORTS_SAVE | GAME_IMPERFECT_GRAPHICS | GAME_NOT_WORKING )
2113GAME( 1986, dodgectyb,dodgecty,dodge,    couple, driver_device,   0,    ROT0,  "Merit", "Dodge City (2131-82, set 2)",                 GAME_SUPPORTS_SAVE | GAME_IMPERFECT_GRAPHICS | GAME_NOT_WORKING )
21142114
21152115GAME( 1987, dtrvwz5,  0,       dtrvwz5,  dtrvwh5, merit_state,  dtrvwz5,ROT0,  "Merit", "Deluxe Trivia ? Whiz (Edition 5)",  GAME_SUPPORTS_SAVE )
21162116

Previous 199869 Revisions Next


© 1997-2024 The MAME Team