From 960a1fa009a1df2fbbeaccddbabb505daabb7d09 Mon Sep 17 00:00:00 2001 From: Stiletto Date: Sat, 31 Jan 2015 13:38:57 -0500 Subject: Added what we know of Volly Industries game info to ramtek.c comments Added what we know of Volly Industries game info to ramtek.c comments --- src/mame/drivers/ramtek.c | 32 ++++++++++++++++++++++++-------- 1 file changed, 24 insertions(+), 8 deletions(-) diff --git a/src/mame/drivers/ramtek.c b/src/mame/drivers/ramtek.c index 79306e616fa..099a7f6ad37 100644 --- a/src/mame/drivers/ramtek.c +++ b/src/mame/drivers/ramtek.c @@ -1,4 +1,4 @@ -/*************************************************************************** +/********************************************************************************* Ramtek Discrete Games List @@ -7,16 +7,32 @@ Baseball (1974/10) YES 550185/550186 0550228/0550229 Clean Sweep (1974/06) YES 501082A/B/C/D 501083A/B/C/D Deluxe Baseball (1975/06) YES 550188 - Hockey (1973/11) UNKNOWN 500699 500629 + Hockey (1973/11) YES 500699 500629 Horoscope (1976) UNKNOWN - Knockout (1974) UNKNOWN + Knock Out (1974/09)? UNKNOWN + Lie Detector (1976) UNKNOWN Unreleased Unreleased Sea Battle (1976/04) UNKNOWN - Soccer (1973/11) UNKNOWN 500880 500889 + Soccer (1973/11) YES 500880 500889 Trivia (1975/11) YES - Volly/Volley (1973/03?) YES 500378A 500322A + Volly (1973/03?) YES 500378A 500322A Wipe Out (1974/01) YES 500986B/C 500963B/? - - ***************************************************************************/ + + Volly Industries Discrete Games List + (Volly was Ramtek's Canada-based affiliate and distributor.) + + Game Name Clone Of + --------------------------------------------------------------------------------- + Batter Up (1974/??) Deluxe Baseball (Ramtek, 1975/06) + Crossfire (1974/01) (registered trademark?) Knock Out (Ramtek, 1974/09)? + Countdown (1974/02) Wipe Out (Ramtek, 1974/01) + Elimination (1973/12?) (registered trademark?) unknown + Flip-Out (1974/05?) Clean Sweep (Ramtek, 1974/06) + Hockey (1973/??) Hockey (Ramtek, 1973/11) + Hockey (Cocktail) (1973/??) Soccer (Ramtek, 1973/11) + Scoring (1973/11?) Soccer (Ramtek, 1973/11)? + Tennis (1973/??) Volly (Ramtek, 1973/03?) + + *********************************************************************************/ #include "emu.h" @@ -26,7 +42,7 @@ #include "video/fixfreq.h" #include "astring.h" -// copied by Pong, not accurate for this driver! +// copied from Pong, not accurate for this driver! // start #define MASTER_CLOCK 7159000 #define V_TOTAL (0x105+1) // 262 -- cgit v1.2.3