summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author briantro <briantro@users.noreply.github.com>2017-06-14 22:24:59 -0500
committer briantro <briantro@users.noreply.github.com>2017-06-14 22:24:59 -0500
commitf0c68109ee552c5b8b71687fb030801d0205bf38 (patch)
tree671a30caa1b22cfb8091a7f956103c9a92477747
parent7871f5cdb5008854611dfa7eaaa34143be6940ac (diff)
new Palamedes clone added
New Clone Added ------------------------------------ Palamedes (US) [caius, The Dumping Union]
-rw-r--r--src/mame/drivers/taito_l.cpp26
-rw-r--r--src/mame/mame.lst3
2 files changed, 20 insertions, 9 deletions
diff --git a/src/mame/drivers/taito_l.cpp b/src/mame/drivers/taito_l.cpp
index 90e5b0488b6..f092e0b6fca 100644
--- a/src/mame/drivers/taito_l.cpp
+++ b/src/mame/drivers/taito_l.cpp
@@ -2332,13 +2332,22 @@ ROM_START( horshoes )
ROM_END
-ROM_START( palamed )
+ROM_START( palamed ) /* Prototype or location test?? - Line 5 of notice screen says "Territory" later sets say "Territories" */
ROM_REGION( 0x20000, "maincpu", 0 )
- ROM_LOAD( "c63.02", 0x00000, 0x20000, CRC(55a82bb2) SHA1(f157ad770351d4b8d8f8c061c4e330d6391fc624) )
+ ROM_LOAD( "palamedes_prg_ic6.ic6", 0x00000, 0x20000, CRC(ee957b0e) SHA1(cca9db673026f769776cb86734a6503692676fbe) ) /* hand labeled as PALAMEDEStm [PRG] IC6 */
ROM_REGION( 0x40000, "gfx1", 0 )
- ROM_LOAD16_BYTE( "c63.04", 0x00000, 0x20000, CRC(c7bbe460) SHA1(1c1f186d0b0b2e383f82c53ae93b975a75f50f9c) )
- ROM_LOAD16_BYTE( "c63.03", 0x00001, 0x20000, CRC(fcd86e44) SHA1(bdd0750ed6e93cc49f09f4ccb05b0c4a44cb9c23) )
+ ROM_LOAD16_BYTE( "chr-l_ic9.ic9", 0x00000, 0x20000, CRC(c7bbe460) SHA1(1c1f186d0b0b2e383f82c53ae93b975a75f50f9c) ) /* hand labeled as CHR-L IC9 */
+ ROM_LOAD16_BYTE( "chr-h_ic7.ic7", 0x00001, 0x20000, CRC(fcd86e44) SHA1(bdd0750ed6e93cc49f09f4ccb05b0c4a44cb9c23) ) /* hand labeled as CHR-H IC7 */
+ROM_END
+
+ROM_START( palamedj )
+ ROM_REGION( 0x20000, "maincpu", 0 )
+ ROM_LOAD( "c63-02.ic6", 0x00000, 0x20000, CRC(55a82bb2) SHA1(f157ad770351d4b8d8f8c061c4e330d6391fc624) )
+
+ ROM_REGION( 0x40000, "gfx1", 0 )
+ ROM_LOAD16_BYTE( "c63-04.ic9", 0x00000, 0x20000, CRC(c7bbe460) SHA1(1c1f186d0b0b2e383f82c53ae93b975a75f50f9c) )
+ ROM_LOAD16_BYTE( "c63-03.ic7", 0x00001, 0x20000, CRC(fcd86e44) SHA1(bdd0750ed6e93cc49f09f4ccb05b0c4a44cb9c23) )
ROM_END
ROM_START( cachat )
@@ -2514,17 +2523,18 @@ GAME( 1989, puzznicba, puzznic, puzznici, puzznic, taitol_1cpu_state, 0,
GAME( 1990, horshoes, 0, horshoes, horshoes, horshoes_state, 0, ROT270, "Taito America Corporation", "American Horseshoes (US)", 0 )
-GAME( 1990, palamed, 0, palamed, palamed, taitol_1cpu_state, 0, ROT0, "Taito Corporation", "Palamedes (Japan)", 0 )
+GAME( 1990, palamed, 0, palamed, palamed, taitol_1cpu_state, 0, ROT0, "Hot-B Co., Ltd.", "Palamedes (US)", 0 ) // Prototype or location test
+GAME( 1990, palamedj, palamed, palamed, palamed, taitol_1cpu_state, 0, ROT0, "Taito Corporation", "Palamedes (Japan)", 0 )
GAME( 1993, cachat, 0, cachat, cachat, taitol_1cpu_state, 0, ROT0, "Taito Corporation", "Cachat (Japan)", 0 )
GAME( 1993, tubeit, cachat, cachat, tubeit, taitol_1cpu_state, 0, ROT0, "bootleg", "Tube-It", 0 ) // No (c) message
-GAME( 199?, cubybop, 0, cachat, cubybop, taitol_1cpu_state, 0, ROT0, "Hot-B", "Cuby Bop (location test)", 0 ) // No (c) message, but Hot-B company logo in tile gfx
+GAME( 199?, cubybop, 0, cachat, cubybop, taitol_1cpu_state, 0, ROT0, "Hot-B Co., Ltd.", "Cuby Bop (location test)", 0 ) // No (c) message, but Hot-B company logo in tile gfx
-GAME( 1992, plgirls, 0, cachat, plgirls, taitol_1cpu_state, 0, ROT270, "Hot-B", "Play Girls", 0 )
+GAME( 1992, plgirls, 0, cachat, plgirls, taitol_1cpu_state, 0, ROT270, "Hot-B Co., Ltd.", "Play Girls", 0 )
GAME( 1992, lagirl, plgirls, cachat, plgirls, taitol_1cpu_state, 0, ROT270, "bootleg", "LA Girl", 0 ) // bootleg hardware with changed title & backgrounds
-GAME( 1993, plgirls2, 0, cachat, plgirls2, taitol_1cpu_state, 0, ROT270, "Hot-B", "Play Girls 2", 0 )
+GAME( 1993, plgirls2, 0, cachat, plgirls2, taitol_1cpu_state, 0, ROT270, "Hot-B Co., Ltd.", "Play Girls 2", 0 )
GAME( 1993, plgirls2b, plgirls2, cachat, plgirls2, taitol_1cpu_state, 0, ROT270, "bootleg", "Play Girls 2 (bootleg)", MACHINE_IMPERFECT_GRAPHICS ) // bootleg hardware (regular Z80 etc. instead of TC0090LVC, but acts almost the same - scroll offset problems)
GAME( 1990, evilston, 0, evilston, evilston, taitol_2cpu_state, 0, ROT270, "Spacy Industrial, Ltd.", "Evil Stone", 0 )
diff --git a/src/mame/mame.lst b/src/mame/mame.lst
index 9fce160fe27..17a2a694056 100644
--- a/src/mame/mame.lst
+++ b/src/mame/mame.lst
@@ -35559,7 +35559,8 @@ kurikinta // B42 (c) 1988 Taito Corporation Japan (World)
kurikintj // B42 (c) 1988 Taito Corporation (Japan)
kurikintu // B42 (c) 1988 Taito America Corporation (US)
lagirl // plgirls bootleg?
-palamed // C63 (c) 1990 Taito Corporation (Japan)
+palamed // C63 (c) 1990 Hot-B Co., Ltd. (US)
+palamedj // C63 (c) 1990 Taito Corporation (Japan)
plgirls // (c) 1992 Hot-B.
plgirls2 // (c) 1993 Hot-B.
plgirls2b //