summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author ClawGrip <clawgrip@hotmail.com>2018-09-28 11:40:06 +0200
committer Ivan Vangelista <mesgnet@yahoo.it>2018-09-28 11:40:06 +0200
commit8c3365c5165f6ff90693ca5f460c1886f381e51b (patch)
treeaeae457856d19f13f9c37e50f5fc24aec3076fef
parentbb2eaa50ffe2bfbfc8db30be78170e80f843aa1e (diff)
Change "froggervd" description (nw) (#4025)
Although the PCB is clearly from "Video Dens" the game software is from Hermatic (both are Spanish companies). See a PCB pic at (the Video Dens name is on the bottom-left corner of the larger board): http://www.recreativas.org/frogger-3800-videodens This is the PCB the dump came from. More info about Hermatic: http://www.recreativas.org/video-hermatic-1039-hermatic
-rw-r--r--src/mame/drivers/galaxian.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/galaxian.cpp b/src/mame/drivers/galaxian.cpp
index e06113d030a..e555f9938d2 100644
--- a/src/mame/drivers/galaxian.cpp
+++ b/src/mame/drivers/galaxian.cpp
@@ -10740,7 +10740,7 @@ ROM_START( froggrs )
ROM_LOAD( "pr-91.6l", 0x0000, 0x0020, CRC(413703bf) SHA1(66648b2b28d3dcbda5bdb2605d1977428939dd3c) )
ROM_END
-/* Video Dens Frogger */
+/* Hermatic Frogger, found on a Video Dens PCB */
ROM_START( froggervd )
ROM_REGION( 0x10000, "maincpu", 0 )
ROM_LOAD( "frogvd_r1-libro-s1.ac9", 0x0000, 0x0800, CRC(81c2020e) SHA1(8c9292b399a408795e78b7dc5c706d3b526d3751) ) // 2716
@@ -12582,7 +12582,7 @@ GAME( 1981, froggers, frogger, froggers, frogger, galaxian_state, init_
GAME( 1981, frogf, frogger, frogf, frogger, galaxian_state, init_froggers, ROT90, "bootleg (Falcon)", "Frog (Falcon bootleg)", MACHINE_SUPPORTS_SAVE )
GAME( 1981, frogg, frogger, frogg, frogg, galaxian_state, init_frogg, ROT90, "bootleg", "Frog (Galaxian hardware)", MACHINE_SUPPORTS_SAVE )
GAME( 1981, froggrs, frogger, froggers, frogger, galaxian_state, init_froggrs, ROT90, "bootleg (Coin Music)", "Frogger (Coin Music, bootleg on Scramble hardware)", MACHINE_SUPPORTS_SAVE )
-GAME( 1981, froggervd, frogger, froggervd, frogger, galaxian_state, init_quaak, ROT90, "bootleg (Video Dens)", "Frogger (Video Dens, bootleg on Scramble hardware)", MACHINE_SUPPORTS_SAVE )
+GAME( 1981, froggervd, frogger, froggervd, frogger, galaxian_state, init_quaak, ROT90, "bootleg (Hermatic)", "Frogger (Hermatic, bootleg on Scramble hardware from Video Dens)", MACHINE_SUPPORTS_SAVE )
GAME( 1981, quaak, frogger, quaak, frogger, galaxian_state, init_quaak, ROT90, "bootleg", "Quaak (bootleg of Frogger)", MACHINE_SUPPORTS_SAVE ) // closest to Super Cobra hardware, presumably a bootleg from Germany (Quaak is the German frog sound)
GAME( 1981, froggeram, frogger, froggeram, froggeram, galaxian_state, init_quaak, ROT90, "bootleg", "Frogger (bootleg on Amigo? hardware)", MACHINE_SUPPORTS_SAVE ) // meant to be Amigo hardware, but maybe a different bootleg than the one we have?