mirror of
https://github.com/holub/mame
synced 2025-05-22 21:58:57 +03:00
Added some other Merit clone games from SoftwareThis dumps to the merit.c driver [David Haywood]
New clones added ---------------- Trivia ? Whiz (Horizontal) (question set 3) [David Haywood] Trivia ? Whiz (Edition 2) (question set 2) [David Haywood] Trivia ? Whiz (Edition 3 - Horizontal) (set 2) [David Haywood] Trivia ? Whiz (Edition 4) (question set 2) [David Haywood] Phraze Craze (set 2) [David Haywood]
This commit is contained in:
parent
9abe952f90
commit
c0eb642e6a
@ -1214,6 +1214,26 @@ ROM_START( trvwzha )
|
||||
ROM_LOAD( "trivia2.spo", 0x28000, 0x8000, CRC(ee9263b3) SHA1(1644ab01f17e3af1e193e509d64dcbb243d3eb80) )
|
||||
ROM_END
|
||||
|
||||
/* question board only - this contained a variety of roms from the 'trvwzh' and 'trvwzha' sets
|
||||
as well as 2 unique general knowledge ones */
|
||||
ROM_START( trvwzhb )
|
||||
ROM_REGION( 0x10000, "main", 0 )
|
||||
ROM_LOAD( "trivia.u5", 0x0000, 0x2000, CRC(731fd5b1) SHA1(1074780321029446da0e6765b9e036b06b067a48) )
|
||||
ROM_LOAD( "trivia.u6", 0x2000, 0x2000, CRC(af6886c0) SHA1(48005b921d7ce33ffc0ba160be82053a26382a9d) )
|
||||
|
||||
ROM_REGION( 0x6000, "gfx1", 0 )
|
||||
ROM_LOAD( "trivia.u39", 0x0000, 0x2000, CRC(f8a5f5fb) SHA1(a511e1a2b5e887ef00dc919e9e664ccec2d36cfa) )
|
||||
ROM_LOAD( "trivia.u38", 0x2000, 0x2000, CRC(27621e52) SHA1(a7e88d329e2e774fef9bd8c5cefb4d8f1cfcba4c) )
|
||||
ROM_LOAD( "trivia.u37", 0x4000, 0x2000, CRC(f739b5dc) SHA1(fbf469b7f4cab50e06ec2def9344e3b9801a275e) )
|
||||
|
||||
ROM_REGION( 0x2000, "gfx2", 0 )
|
||||
ROM_LOAD( "trivia.u40", 0x0000, 0x2000, CRC(cea7319f) SHA1(663cd18a4699dfd5ad1d3357094eff247e9b4a47) )
|
||||
|
||||
ROM_REGION( 0xa0000, "user1", ROMREGION_ERASEFF ) /* questions */
|
||||
ROM_LOAD( "merit2_6.1", 0x08000, 0x8000, CRC(8a4bcde3) SHA1(528ae9d3ff0b98201f89fd6b93a712cd7f0e9ab4) ) // 0xxxxxxxxxxxxxx = 0x00
|
||||
ROM_LOAD( "merit2_6.2", 0x18000, 0x8000, CRC(ded7e124) SHA1(7e6e04ae79dceba70d83ccfde4f9d0ccc0737c78) )
|
||||
ROM_END
|
||||
|
||||
ROM_START( trvwzv )
|
||||
ROM_REGION( 0x10000, "main", 0 )
|
||||
ROM_LOAD( "u5.bin", 0x0000, 0x2000, CRC(fd3531ac) SHA1(d11573df65676e704b28cc2d99fb004b48a358a4) )
|
||||
@ -1281,6 +1301,26 @@ ROM_START( trvwz2 )
|
||||
ROM_LOAD( "sex-101.02a", 0x98000, 0x8000, CRC(2596091b) SHA1(7fbb9c2c3f74e12714513928c8cf3769bf29fc8b) )
|
||||
ROM_END
|
||||
|
||||
/* questions only - this dump contained a variety of questions from the 'trvwz2' ones above,
|
||||
and 2 unique roms, which are Sex Trivia */
|
||||
ROM_START( trvwz2a )
|
||||
ROM_REGION( 0x10000, "main", 0 )
|
||||
ROM_LOAD( "u5_0e", 0x0000, 0x2000, CRC(97b8d320) SHA1(573945531113d8aae9418ba1e9a2063052227029) )
|
||||
ROM_LOAD( "u6_0e", 0x2000, 0x2000, CRC(2e86288d) SHA1(62c7024d8dfebed9bb05ea91302efe5d18cb7d2a) )
|
||||
|
||||
ROM_REGION( 0x6000, "gfx1", 0 )
|
||||
ROM_LOAD( "u39", 0x0000, 0x2000, CRC(b9d9a80e) SHA1(55b6a0d09f8619df93ba936e083835c859a557df) )
|
||||
ROM_LOAD( "u38", 0x2000, 0x2000, CRC(8348083e) SHA1(260a4c1ae043e7ceac65a8818c23940d32275879) )
|
||||
ROM_LOAD( "u37", 0x4000, 0x2000, CRC(b4d3c9f4) SHA1(dda99549306519c147d275d8c6af672e80a96b67) )
|
||||
|
||||
ROM_REGION( 0x2000, "gfx2", 0 )
|
||||
ROM_LOAD( "u40a", 0x0000, 0x2000, CRC(fbfae092) SHA1(b8569819952a5c805f11b6854d64b3ae9c857f97) )
|
||||
|
||||
ROM_REGION( 0xa0000, "user1", ROMREGION_ERASEFF ) /* questions */
|
||||
ROM_LOAD( "merit2_4.0", 0x08000, 0x8000, CRC(069b59a3) SHA1(e3d75edd3a9271df73bf51f409f066547025abbe) ) // Sex Trivia
|
||||
ROM_LOAD( "merit2_4.1", 0x18000, 0x8000, CRC(938d319f) SHA1(5b5841692666c31f2c09cb318f7e106942fffea7) ) // Sex Trivia
|
||||
ROM_END
|
||||
|
||||
ROM_START( trvwz3h )
|
||||
ROM_REGION( 0x10000, "main", 0 )
|
||||
ROM_LOAD( "u5", 0x0000, 0x2000, CRC(ad4ab519) SHA1(80e99f4e5542115e34074b41bbc69906e01a408f) )
|
||||
@ -1332,6 +1372,34 @@ ROM_START( trvwz3v )
|
||||
ROM_LOAD( "0", 0x98000, 0x8000, CRC(b395cd97) SHA1(a42c7c1687eaba64a725888cd6413568cc90b010) )
|
||||
ROM_END
|
||||
|
||||
ROM_START( trvwz3ha )
|
||||
ROM_REGION( 0x10000, "main", 0 )
|
||||
ROM_LOAD( "merit6.u5", 0x0000, 0x2000, CRC(e0a07f06) SHA1(02cde0fc4a62d108ecd3e2f7704b9166c31707f2) )
|
||||
ROM_LOAD( "merit6.u6", 0x2000, 0x2000, CRC(223482d6) SHA1(4d9dbce7505b98ccd8e2b55f6f86a59b213d72a1) )
|
||||
|
||||
ROM_REGION( 0x6000, "gfx1", 0 )
|
||||
ROM_LOAD( "merit6.u39", 0x0000, 0x2000, CRC(f8a5f5fb) SHA1(a511e1a2b5e887ef00dc919e9e664ccec2d36cfa) )
|
||||
ROM_LOAD( "merit6.u38", 0x2000, 0x2000, CRC(27621e52) SHA1(a7e88d329e2e774fef9bd8c5cefb4d8f1cfcba4c) )
|
||||
ROM_LOAD( "merit6.u37", 0x4000, 0x2000, CRC(f739b5dc) SHA1(fbf469b7f4cab50e06ec2def9344e3b9801a275e) )
|
||||
|
||||
ROM_REGION( 0x2000, "gfx2", 0 )
|
||||
ROM_LOAD( "merit6.u40", 0x0000, 0x2000, CRC(e829473f) SHA1(ba754d9377d955b409970494e1a14dbe1d359ee5) )
|
||||
|
||||
ROM_REGION( 0xa0000, "user1", ROMREGION_ERASEFF ) /* questions */
|
||||
ROM_LOAD( "merit6.9", 0x08000, 0x8000, CRC(974dca96) SHA1(eb4a745c84307a1bbb220659877f97c28cd515ac) )
|
||||
ROM_LOAD( "merit6.8", 0x18000, 0x8000, CRC(503115a1) SHA1(5e6630191465b3d2a590fab08b4f47f7408ecc44) )
|
||||
ROM_LOAD( "merit6.6", 0x28000, 0x8000, CRC(0e4fe73d) SHA1(9aee22a5837637ec5e360b72e71555942df1d26f) )
|
||||
ROM_LOAD( "merit6.5", 0x38000, 0x8000, CRC(f56c0935) SHA1(8e16133ad90829bbc0e0f2e9ee9c26e9d0c5057e) )
|
||||
ROM_LOAD( "merit6.7", 0x48000, 0x8000, CRC(057f6676) SHA1(a93a7a76fc8b8263568a50b00a57f3abe76c9aa3) )
|
||||
ROM_LOAD( "merit6.0", 0x58000, 0x8000, CRC(1fa46b86) SHA1(16d54d0932fe342399faf303eafa3c0b7ba2e202) )
|
||||
ROM_LOAD( "merit6.3", 0x68000, 0x8000, CRC(b395cd97) SHA1(a42c7c1687eaba64a725888cd6413568cc90b010) )
|
||||
ROM_LOAD( "merit6.2", 0x78000, 0x8000, CRC(b064876b) SHA1(588300fb6603f334de41a9685b1fcf8c642b5c16) )
|
||||
|
||||
ROM_REGION( 0x8000, "misc", 0 )
|
||||
ROM_LOAD( "merit6.u13", 0x00000, 0x1f3, CRC(686d2ad0) SHA1(7aad0a1ed09942528eceaf4d7a5e1fd7601aeac7) )
|
||||
ROM_LOAD( "merit6.1", 0x00000, 0x8000, CRC(77a2a734) SHA1(7ba662d275b7914c9dcc9532116086e091e6cf88) ) // should be a question rom, but doesn't work, bad, or from a different game?
|
||||
ROM_END
|
||||
|
||||
ROM_START( trvwz4 )
|
||||
ROM_REGION( 0x10000, "main", 0 )
|
||||
ROM_LOAD( "u5.bin", 0x0000, 0x8000, CRC(bc23a1ab) SHA1(b9601f316e373c568c5b208de417617094046559) )
|
||||
@ -1357,6 +1425,25 @@ ROM_START( trvwz4 )
|
||||
ROM_LOAD( "spo_4_2.bin", 0x98000, 0x8000, CRC(3f3390e0) SHA1(50bd7b79268438584bb0f497ab0055b4d4864590) )
|
||||
ROM_END
|
||||
|
||||
/* only the question board was dumped, but it contained a selection
|
||||
of roms from the above 'trvwz4' set, and one additional one which is Sex Trivia III
|
||||
*/
|
||||
ROM_START( trvwz4a )
|
||||
ROM_REGION( 0x10000, "main", 0 )
|
||||
ROM_LOAD( "u5.bin", 0x0000, 0x8000, CRC(bc23a1ab) SHA1(b9601f316e373c568c5b208de417617094046559) )
|
||||
|
||||
ROM_REGION( 0x6000, "gfx1", 0 )
|
||||
ROM_LOAD( "u39.bin", 0x0000, 0x2000, CRC(b9d9a80e) SHA1(55b6a0d09f8619df93ba936e083835c859a557df) )
|
||||
ROM_LOAD( "u38.bin", 0x2000, 0x2000, CRC(8348083e) SHA1(260a4c1ae043e7ceac65a8818c23940d32275879) )
|
||||
ROM_LOAD( "u37.bin", 0x4000, 0x2000, CRC(b4d3c9f4) SHA1(dda99549306519c147d275d8c6af672e80a96b67) )
|
||||
|
||||
ROM_REGION( 0x2000, "gfx2", 0 )
|
||||
ROM_LOAD( "u40.bin", 0x0000, 0x2000, CRC(fbfae092) SHA1(b8569819952a5c805f11b6854d64b3ae9c857f97) )
|
||||
|
||||
ROM_REGION( 0xa0000, "user1", ROMREGION_ERASEFF ) /* questions */
|
||||
ROM_LOAD( "merit2_5.0", 0x08000, 0x8000, CRC(e07d139f) SHA1(e364dcc628719c1bcdc119bdb2f3c98b5538c411) ) // sex trivia III
|
||||
ROM_END
|
||||
|
||||
/*
|
||||
|
||||
crt200 rev e-1
|
||||
@ -1428,6 +1515,31 @@ ROM_START( phrcraze )
|
||||
ROM_LOAD( "phrz.6", 0x50000, 0x8000, CRC(48e24f17) SHA1(f50c85505f6ab2360f0885494001f174224f8575) )
|
||||
ROM_END
|
||||
|
||||
ROM_START( phrcraza )
|
||||
ROM_REGION( 0x10000, "main", 0 )
|
||||
ROM_LOAD( "merit5.u5", 0x00000, 0x8000, CRC(d04c7657) SHA1(0b59fbf553eb5b68544ee2f94cf8106ab30ff1ed) )
|
||||
|
||||
ROM_REGION( 0x18000, "gfx1", 0 )
|
||||
ROM_LOAD( "merit5.u37", 0x00000, 0x8000, CRC(237e221a) SHA1(7aa69375c2b9a9e73e0e4ed207bf595368b2deb2) )
|
||||
ROM_LOAD( "merit5.u38", 0x08000, 0x8000, CRC(bfa78b67) SHA1(1b51c0e00240f798fe717624e706cb15700bc2f9) )
|
||||
ROM_LOAD( "merit5.u39", 0x10000, 0x8000, CRC(9ce22cb3) SHA1(b653afb8f13decd993e434aaad69a6e09ab65f83) )
|
||||
|
||||
ROM_REGION( 0x08000, "gfx2", 0 )
|
||||
ROM_LOAD( "merit5.u40", 0x00000, 0x8000, CRC(17dcddd4) SHA1(51682bdbfb67cd0ccf20b97e8fa12d72f0fe82ed) )
|
||||
|
||||
ROM_REGION( 0xa0000, "user1", ROMREGION_ERASEFF ) /* questions */
|
||||
ROM_LOAD( "merit2_0.0", 0x00000, 0x8000, CRC(7ef3bca7) SHA1(f25cd01f996882a500e1a800d924759cd1de255d) )
|
||||
ROM_LOAD( "merit2_0.1", 0x10000, 0x8000, CRC(ed7604b8) SHA1(b1e841b50b8ef6ae95fafac1c34b6d0337a05d18) )
|
||||
ROM_LOAD( "merit2_0.2", 0x20000, 0x8000, CRC(423eecd6) SHA1(ca8d181ccba05acba8ebc57f20e0542eda00c917) )
|
||||
ROM_LOAD( "merit2_0.3", 0x30000, 0x8000, CRC(05dd3900) SHA1(bb13a3c5f84771c450fa88560cc74c5a1be1b876) )
|
||||
ROM_LOAD( "merit2_0.4", 0x40000, 0x8000, CRC(c5980f24) SHA1(a3b665c74aaa704ffa382f95adac70c7c46fb446) )
|
||||
ROM_LOAD( "merit2_0.5", 0x50000, 0x8000, CRC(7cb395a9) SHA1(48b3ac524e6ae23f885b9b767e77930a89a81f5f) )
|
||||
ROM_LOAD( "merit2_0.6", 0x60000, 0x8000, CRC(effc811b) SHA1(2479539965ed541be417bbe48a5e66a58a6294aa) )
|
||||
ROM_LOAD( "merit2_0.7", 0x70000, 0x8000, CRC(c4c7dcee) SHA1(81d879df3da0fbe1cf2247d92b3853104a99689d) )
|
||||
ROM_LOAD( "merit2_0.8", 0x80000, 0x8000, CRC(527b3025) SHA1(36dc129d2276909643e90ae3810c8341076fd88c) )
|
||||
ROM_LOAD( "merit2_0.9", 0x90000, 0x8000, CRC(367f1dfa) SHA1(01d69004c365acefb0e52ac12593a3874c16ab9d) )
|
||||
ROM_END
|
||||
|
||||
ROM_START( phrcrazs )
|
||||
ROM_REGION( 0x10000, "main", 0 )
|
||||
ROM_LOAD( "u5.bin", 0x00000, 0x8000, CRC(6122b5bb) SHA1(9952b14334287a992eefefbdc887b9a9215304ef) )
|
||||
@ -1579,20 +1691,35 @@ static DRIVER_INIT( couple )
|
||||
|
||||
GAME( 1983, pitboss, 0, pitboss, pitboss, 0, ROT0, "Merit", "Pit Boss (Set 1)", GAME_SUPPORTS_SAVE | GAME_IMPERFECT_GRAPHICS )
|
||||
GAME( 1983, pitbossa, pitboss, pitboss, pitboss, 0, ROT0, "Merit", "Pit Boss (Set 2)", GAME_SUPPORTS_SAVE | GAME_IMPERFECT_GRAPHICS )
|
||||
|
||||
GAME( 1983, casino5, 0, pitboss, pitboss, 0, ROT0, "Merit", "Casino 5", GAME_SUPPORTS_SAVE | GAME_IMPERFECT_GRAPHICS | GAME_NOT_WORKING )
|
||||
GAME( 1985, trvwzh, 0, trvwhiz, trivia, key_0, ROT0, "Merit", "Trivia ? Whiz (Horizontal - Question set 1)", GAME_SUPPORTS_SAVE )
|
||||
GAME( 1985, trvwzha, trvwzh, trvwhiz, trivia, key_0, ROT0, "Merit", "Trivia ? Whiz (Horizontal - Question set 2)", GAME_SUPPORTS_SAVE )
|
||||
GAME( 1985, trvwzv, 0, trvwhiz, trivia, key_0, ROT90, "Merit", "Trivia ? Whiz (Vertical - Question set 1)", GAME_SUPPORTS_SAVE )
|
||||
GAME( 1985, trvwzva, trvwzv, trvwhiz, trivia, key_0, ROT90, "Merit", "Trivia ? Whiz (Vertical - Question set 2)", GAME_SUPPORTS_SAVE )
|
||||
GAME( 1985, trvwz2, 0, trvwhiz, trivia, key_2, ROT90, "Merit", "Trivia ? Whiz (Edition 2)", GAME_SUPPORTS_SAVE )
|
||||
GAME( 1985, trvwz3h, 0, trvwhiz, trivia, key_0, ROT0, "Merit", "Trivia ? Whiz (Edition 3 - Horizontal)", GAME_SUPPORTS_SAVE )
|
||||
GAME( 1985, trvwz3v, 0, trvwhiz, trivia, key_0, ROT90, "Merit", "Trivia ? Whiz (Edition 3 - Vertical)", GAME_SUPPORTS_SAVE )
|
||||
GAME( 1985, trvwz4, 0, trvwhziv, trvwhziv, key_5, ROT90, "Merit", "Trivia ? Whiz (Edition 4)", GAME_SUPPORTS_SAVE )
|
||||
|
||||
GAME( 1985, trvwzh, 0, trvwhiz, trivia, key_0, ROT0, "Merit", "Trivia ? Whiz (Horizontal) (question set 1)", GAME_SUPPORTS_SAVE )
|
||||
GAME( 1985, trvwzha, trvwzh, trvwhiz, trivia, key_0, ROT0, "Merit", "Trivia ? Whiz (Horizontal) (question set 2)", GAME_SUPPORTS_SAVE )
|
||||
GAME( 1985, trvwzhb, trvwzh, trvwhiz, trivia, key_0, ROT0, "Merit", "Trivia ? Whiz (Horizontal) (question set 3)", GAME_SUPPORTS_SAVE )
|
||||
GAME( 1985, trvwzv, trvwzh, trvwhiz, trivia, key_0, ROT90, "Merit", "Trivia ? Whiz (Vertical) (question set 1)", GAME_SUPPORTS_SAVE )
|
||||
GAME( 1985, trvwzva, trvwzh, trvwhiz, trivia, key_0, ROT90, "Merit", "Trivia ? Whiz (Vertical) (question set 2)", GAME_SUPPORTS_SAVE )
|
||||
|
||||
GAME( 1985, trvwz2, 0, trvwhiz, trivia, key_2, ROT90, "Merit", "Trivia ? Whiz (Edition 2) (question set 1)", GAME_SUPPORTS_SAVE )
|
||||
GAME( 1985, trvwz2a, trvwz2, trvwhiz, trivia, key_2, ROT90, "Merit", "Trivia ? Whiz (Edition 2) (question set 2)", GAME_SUPPORTS_SAVE )
|
||||
|
||||
GAME( 1985, trvwz3h, 0, trvwhiz, trivia, key_0, ROT0, "Merit", "Trivia ? Whiz (Edition 3 - Horizontal) (set 1)",GAME_SUPPORTS_SAVE )
|
||||
GAME( 1985, trvwz3ha, trvwz3h, trvwhiz, trivia, key_0, ROT0, "Merit", "Trivia ? Whiz (Edition 3 - Horizontal) (set 2)",GAME_SUPPORTS_SAVE )
|
||||
GAME( 1985, trvwz3v, trvwz3h, trvwhiz, trivia, key_0, ROT90, "Merit", "Trivia ? Whiz (Edition 3 - Vertical)", GAME_SUPPORTS_SAVE )
|
||||
|
||||
GAME( 1985, trvwz4, 0, trvwhziv, trvwhziv, key_5, ROT90, "Merit", "Trivia ? Whiz (Edition 4) (question set 1)", GAME_SUPPORTS_SAVE )
|
||||
GAME( 1985, trvwz4a, trvwz4, trvwhziv, trvwhziv, key_5, ROT90, "Merit", "Trivia ? Whiz (Edition 4) (question set 2)", GAME_SUPPORTS_SAVE )
|
||||
|
||||
GAME( 1985, tictac, 0, tictac, tictac, key_4, ROT0, "Merit", "Tic Tac Trivia", GAME_SUPPORTS_SAVE )
|
||||
GAME( 1986, phrcraze, 0, phrcraze, phrcraze, key_7, ROT0, "Merit", "Phraze Craze", GAME_SUPPORTS_SAVE )
|
||||
GAME( 1986, phrcrazs, 0, phrcraze, phrcrazs, key_7, ROT90, "Merit", "Phraze Craze (Sex Kit)", GAME_SUPPORTS_SAVE )
|
||||
|
||||
GAME( 1986, phrcraze, 0, phrcraze, phrcraze, key_7, ROT0, "Merit", "Phraze Craze (set 1)", GAME_SUPPORTS_SAVE )
|
||||
GAME( 1986, phrcraza, phrcraze,phrcraze, phrcraze, key_7, ROT0, "Merit", "Phraze Craze (set 2)", GAME_SUPPORTS_SAVE )
|
||||
GAME( 1986, phrcrazs, phrcraze,phrcraze, phrcrazs, key_7, ROT90, "Merit", "Phraze Craze (Sex Kit)", GAME_SUPPORTS_SAVE )
|
||||
|
||||
GAME( 1986, bigappg, 0, bigappg, bigappg, 0, ROT0, "Merit", "Big Apple Games ?", GAME_SUPPORTS_SAVE | GAME_IMPERFECT_GRAPHICS | GAME_NOT_WORKING )
|
||||
|
||||
GAME( 1986, dodge, 0, bigappg, bigappg, 0, ROT0, "Merit", "Dodge City", GAME_SUPPORTS_SAVE | GAME_IMPERFECT_GRAPHICS | GAME_NOT_WORKING )
|
||||
|
||||
GAME( 1988, couple, 0, couple, couple, couple, ROT0, "Merit", "The Couples (Set 1)", GAME_IMPERFECT_GRAPHICS | GAME_UNEMULATED_PROTECTION )
|
||||
GAME( 1988, couplep, couple, couple, couplep, couple, ROT0, "Merit", "The Couples (Set 2)", GAME_IMPERFECT_GRAPHICS | GAME_UNEMULATED_PROTECTION )
|
||||
GAME( 1988, couplei, couple, couple, couple, couple, ROT0, "Merit", "The Couples (Set 3)", GAME_IMPERFECT_GRAPHICS | GAME_UNEMULATED_PROTECTION )
|
||||
|
@ -8051,14 +8051,19 @@ Other Sun games
|
||||
DRIVER( casino5 ) /* (c) 1983 Merit */
|
||||
DRIVER( trvwzh ) /* (c) 1985 Merit */
|
||||
DRIVER( trvwzha ) /* (c) 1985 Merit */
|
||||
DRIVER( trvwzhb ) /* (c) 1985 Merit */
|
||||
DRIVER( trvwzv ) /* (c) 1985 Merit */
|
||||
DRIVER( trvwzva ) /* (c) 1985 Merit */
|
||||
DRIVER( trvwz2 ) /* (c) 1985 Merit */
|
||||
DRIVER( trvwz2a ) /* (c) 1985 Merit */
|
||||
DRIVER( trvwz3h ) /* (c) 1985 Merit */
|
||||
DRIVER( trvwz3ha ) /* (c) 1985 Merit */
|
||||
DRIVER( trvwz3v ) /* (c) 1985 Merit */
|
||||
DRIVER( trvwz4 ) /* (c) 1985 Merit */
|
||||
DRIVER( trvwz4a ) /* (c) 1985 Merit */
|
||||
DRIVER( tictac ) /* (c) 1985 Merit */
|
||||
DRIVER( phrcraze ) /* (c) 1986 Merit */
|
||||
DRIVER( phrcraza ) /* (c) 1986 Merit */
|
||||
DRIVER( phrcrazs ) /* (c) 1986 Merit */
|
||||
DRIVER( bigappg ) /* (c) 1986 Merit */
|
||||
DRIVER( dodge ) /* (c) 1986 Merit */
|
||||
|
Loading…
Reference in New Issue
Block a user