diff options
| author | 2008-04-21 20:41:06 +0000 | |
|---|---|---|
| committer | 2008-04-21 20:41:06 +0000 | |
| commit | 09ca55a0e09f950f16a7f52d1ae0b0a77fd29fed (patch) | |
| tree | 5057ce7f03a6af3bfc16ead8e25d06eb16333e04 | |
| parent | 368754b5e18fd92389c2a3f2c8843b4b1df62083 (diff) | |
enable the Williams 1942 clone already added
| -rw-r--r-- | src/mame/mamedriv.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mame/mamedriv.c b/src/mame/mamedriv.c index d2388f06b6a..625e1dd819a 100644 --- a/src/mame/mamedriv.c +++ b/src/mame/mamedriv.c @@ -2278,6 +2278,7 @@ V-V TP-027 DRIVER( 1942 ) /* 12/1984 (c) 1984 */ DRIVER( 1942a ) /* 12/1984 (c) 1984 */ DRIVER( 1942b ) /* 12/1984 (c) 1984 */ + DRIVER( 1942w ) /* 12/1984 (c) 1984 + Williams Electronics license (c) 1985 */ DRIVER( exedexes ) /* 2/1985 (c) 1985 */ DRIVER( savgbees ) /* 2/1985 (c) 1985 + Memetron license */ DRIVER( commando ) /* 5/1985 (c) 1985 (World) */ |
