mirror of
https://github.com/holub/mame
synced 2025-04-24 09:20:02 +03:00
Merge branch 'master' of https://github.com/mamedev/mame.git
This commit is contained in:
commit
1e60dfa08d
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user