trunk/src/mame/drivers/merit.c
| r17810 | r17811 | |
| 864 | 864 | PORT_BIT( 0x08, IP_ACTIVE_LOW, IPT_BUTTON4 ) PORT_CODE(KEYCODE_V) PORT_NAME("P1/P2 Button 4") |
| 865 | 865 | PORT_BIT( 0x10, IP_ACTIVE_LOW, IPT_BUTTON5 ) PORT_CODE(KEYCODE_B) PORT_NAME("P1/P2 Button 5") |
| 866 | 866 | 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") |
| 868 | 868 | PORT_BIT( 0x80, IP_ACTIVE_HIGH, IPT_UNKNOWN ) //causes "unauthorized conversion" msg. |
| 869 | 869 | |
| 870 | 870 | PORT_START("IN1") |
| r17810 | r17811 | |
| 874 | 874 | PORT_DIPNAME( 0x08, 0x08, "0-4" ) |
| 875 | 875 | PORT_DIPSETTING( 0x08, DEF_STR( Off ) ) |
| 876 | 876 | 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") |
| 880 | 878 | PORT_DIPNAME( 0x20, 0x20, "0-6" ) |
| 881 | 879 | PORT_DIPSETTING( 0x20, DEF_STR( Off ) ) |
| 882 | 880 | PORT_DIPSETTING( 0x00, DEF_STR( On ) ) |
| r17810 | r17811 | |
| 887 | 885 | PORT_DIPSETTING( 0x80, DEF_STR( Off ) ) |
| 888 | 886 | PORT_DIPSETTING( 0x00, DEF_STR( On ) ) |
| 889 | 887 | |
| 890 | | /*probably unused*/ |
| 891 | 888 | 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") |
| 896 | 902 | PORT_DIPSETTING( 0x02, DEF_STR( Off ) ) |
| 897 | 903 | 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") |
| 899 | 905 | PORT_DIPSETTING( 0x04, DEF_STR( Off ) ) |
| 900 | 906 | 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") |
| 905 | 911 | PORT_DIPSETTING( 0x10, DEF_STR( Off ) ) |
| 906 | 912 | 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") |
| 908 | 914 | PORT_DIPSETTING( 0x20, DEF_STR( Off ) ) |
| 909 | 915 | 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 ) ) |
| 922 | INPUT_PORTS_END |
| 916 | 923 | |
| 917 | | PORT_START("DSW") |
| 918 | | PORT_DIPNAME( 0x01, 0x00, "DSW" ) |
| 924 | static 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" ) |
| 932 | INPUT_PORTS_END |
| 933 | |
| 934 | static 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") |
| 919 | 939 | PORT_DIPSETTING( 0x01, DEF_STR( Off ) ) |
| 920 | 940 | 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 ) ) |
| 942 | 941 | INPUT_PORTS_END |
| 943 | 942 | |
| 944 | 943 | static INPUT_PORTS_START( casino5 ) |
| r17810 | r17811 | |
| 1322 | 1321 | MACHINE_CONFIG_END |
| 1323 | 1322 | |
| 1324 | 1323 | |
| 1325 | | ROM_START( pitboss ) |
| 1324 | |
| 1325 | ROM_START( pitboss ) /* Program roms on a CTR-202 daughter card */ |
| 1326 | 1326 | 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 */ |
| 1330 | 1331 | |
| 1331 | 1332 | ROM_REGION( 0x6000, "gfx1", 0 ) |
| 1332 | 1333 | ROM_LOAD( "chr7.u39", 0x0000, 0x2000, CRC(6662f607) SHA1(6b423f8de011d196700839af0be37effbf87383f) ) /* Shows: */ |
| 1333 | 1334 | 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) ) |
| 1335 | 1336 | |
| 1336 | 1337 | 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) ) |
| 1338 | 1339 | ROM_END |
| 1339 | 1340 | |
| 1340 | 1341 | ROM_START( pitbossa ) |
| r17810 | r17811 | |
| 1354 | 1355 | |
| 1355 | 1356 | ROM_START( pitbossb ) |
| 1356 | 1357 | 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) ) |
| 1369 | ROM_END |
| 1370 | |
| 1371 | ROM_START( pitbossc ) |
| 1372 | ROM_REGION( 0x10000, "maincpu", 0 ) |
| 1357 | 1373 | ROM_LOAD( "m4a1.u5", 0x0000, 0x2000, CRC(f5284472) SHA1(9170b90d06caa382be29feb2f6e80993bba1e07e) ) /* Games included in this set are: */ |
| 1358 | 1374 | ROM_LOAD( "m4a1.u6", 0x2000, 0x2000, CRC(dd8df5fe) SHA1(dab8c1077058263729b2589dd9bf9989ad53be1c) ) /* Draw Poker, Blackjack, Acey Deucey & The Dice Game */ |
| 1359 | 1375 | ROM_LOAD( "m4a1.u7", 0x4000, 0x2000, CRC(5fa5d436) SHA1(9f3fd81eae7f378268f3b4af8fd299ffb97d7fb6) ) |
| r17810 | r17811 | |
| 1367 | 1383 | ROM_LOAD( "chr2.u40", 0x0000, 0x2000, CRC(40c94dce) SHA1(86611e3a1048b2a3fffcc0110811656a2d0fc4a5) ) |
| 1368 | 1384 | ROM_END |
| 1369 | 1385 | |
| 1370 | | ROM_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) ) |
| 1384 | | ROM_END |
| 1385 | | |
| 1386 | 1386 | ROM_START( casino5 ) |
| 1387 | 1387 | ROM_REGION( 0x10000, "maincpu", 0 ) |
| 1388 | 1388 | ROM_LOAD( "u5", 0x0000, 0x2000, CRC(abe240d8) SHA1(296eb3251dd51147d6984a8c08c3be22e5ed8e86) ) |
| r17810 | r17811 | |
| 1924 | 1924 | ROM_LOAD( "dodg_u37.u37", 0x10000, 0x8000, CRC(bc9e63d4) SHA1(2320f5a0545f18e1e42a3a45fedce912c36fbe13) ) |
| 1925 | 1925 | |
| 1926 | 1926 | 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 */ |
| 1928 | 1928 | ROM_END |
| 1929 | 1929 | |
| 1930 | 1930 | ROM_START( dodgectyb ) |
| r17810 | r17811 | |
| 1937 | 1937 | ROM_LOAD( "dodg_u37.u37", 0x10000, 0x8000, CRC(bc9e63d4) SHA1(2320f5a0545f18e1e42a3a45fedce912c36fbe13) ) |
| 1938 | 1938 | |
| 1939 | 1939 | 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 */ |
| 1941 | 1941 | ROM_END |
| 1942 | 1942 | |
| 1943 | 1943 | |
| r17810 | r17811 | |
| 2075 | 2075 | m_decryption_key = 6; |
| 2076 | 2076 | } |
| 2077 | 2077 | |
| 2078 | | GAME( 1983, pitboss, 0, pitboss, pitboss, driver_device, 0, ROT0, "Merit", "The Pit Boss (set 1)", GAME_SUPPORTS_SAVE | GAME_IMPERFECT_GRAPHICS ) |
| 2079 | | GAME( 1983, pitbossa, pitboss, pitboss, pitboss, driver_device, 0, ROT0, "Merit", "The Pit Boss (set 2)", GAME_SUPPORTS_SAVE | GAME_IMPERFECT_GRAPHICS ) |
| 2080 | | GAME( 1983, pitbossb, pitboss, pitboss, pitboss, driver_device, 0, ROT0, "Merit", "The Pit Boss (set 3)", GAME_SUPPORTS_SAVE | GAME_IMPERFECT_GRAPHICS ) |
| 2081 | | GAME( 1983, pitbossc, pitboss, casino5, pitboss, driver_device, 0, ROT0, "Merit", "The Pit Boss (set 4)", GAME_SUPPORTS_SAVE | GAME_IMPERFECT_GRAPHICS ) |
| 2078 | GAME( 1983, pitboss, 0, casino5, pitboss, driver_device, 0, ROT0, "Merit", "The Pit Boss (2214-04)", GAME_SUPPORTS_SAVE | GAME_NO_COCKTAIL | GAME_IMPERFECT_GRAPHICS ) |
| 2079 | GAME( 1983, pitbossa, pitboss, pitboss, pitbossa, driver_device, 0, ROT0, "Merit", "The Pit Boss (2214-03)", GAME_SUPPORTS_SAVE | GAME_NO_COCKTAIL | GAME_IMPERFECT_GRAPHICS ) |
| 2080 | GAME( 1983, pitbossb, pitboss, pitboss, pitbossa, driver_device, 0, ROT0, "Merit", "The Pit Boss (2214-02?)", GAME_SUPPORTS_SAVE | GAME_NO_COCKTAIL | GAME_IMPERFECT_GRAPHICS ) |
| 2081 | GAME( 1983, pitbossc, pitboss, pitboss, pitbossb, driver_device, 0, ROT0, "Merit", "The Pit Boss (2214-?)", GAME_SUPPORTS_SAVE | GAME_NO_COCKTAIL | GAME_IMPERFECT_GRAPHICS ) |
| 2082 | 2082 | |
| 2083 | | GAME( 1984, casino5, 0, casino5, casino5, driver_device, 0, ROT0, "Merit", "Casino Five", GAME_SUPPORTS_SAVE ) |
| 2083 | GAME( 1984, casino5, 0, casino5, casino5, driver_device, 0, ROT0, "Merit", "Casino Five", GAME_SUPPORTS_SAVE ) |
| 2084 | 2084 | |
| 2085 | 2085 | GAME( 1985, trvwzh, 0, trvwhiz, trivia, merit_state, key_0, ROT0, "Merit", "Trivia ? Whiz (Horizontal) (question set 1)", GAME_SUPPORTS_SAVE ) |
| 2086 | 2086 | GAME( 1985, trvwzha, trvwzh, trvwhiz, trivia, merit_state, key_0, ROT0, "Merit", "Trivia ? Whiz (Horizontal) (question set 2)", GAME_SUPPORTS_SAVE ) |
| r17810 | r17811 | |
| 2107 | 2107 | GAME( 1986, phrcrazec,phrcraze,phrcraze, phrcrazs, merit_state, key_7, ROT0, "Merit", "Phraze Craze (Expanded Questions, set 2)", GAME_SUPPORTS_SAVE ) |
| 2108 | 2108 | GAME( 1986, phrcrazev,phrcraze,phrcraze, phrcrazs, merit_state, key_7, ROT90, "Merit", "Phraze Craze (Sex Kit, Vertical)", GAME_SUPPORTS_SAVE ) |
| 2109 | 2109 | |
| 2110 | | GAME( 1986, bigappg, 0, bigappg, bigappg, driver_device, 0, ROT0, "Merit", "Big Apple Games", GAME_SUPPORTS_SAVE ) |
| 2110 | GAME( 1986, bigappg, 0, bigappg, bigappg, driver_device, 0, ROT0, "Merit", "Big Apple Games", GAME_SUPPORTS_SAVE ) |
| 2111 | 2111 | |
| 2112 | | GAME( 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 ) |
| 2113 | | GAME( 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 ) |
| 2112 | GAME( 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 ) |
| 2113 | GAME( 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 ) |
| 2114 | 2114 | |
| 2115 | 2115 | GAME( 1987, dtrvwz5, 0, dtrvwz5, dtrvwh5, merit_state, dtrvwz5,ROT0, "Merit", "Deluxe Trivia ? Whiz (Edition 5)", GAME_SUPPORTS_SAVE ) |
| 2116 | 2116 | |