summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author hap <happppp@users.noreply.github.com>2024-11-29 16:17:21 +0100
committer hap <happppp@users.noreply.github.com>2024-11-29 16:17:34 +0100
commit84159fed73ca3a71fac0dd49bfc0818c204551b3 (patch)
tree861e3dce5f1e768c473f1c0083b22b1372f233d1
parent529378cf8f0e106acac910bffbfbad98f65d7e76 (diff)
source org: move cvs driver to misc folder
-rw-r--r--src/mame/mame.lst50
-rw-r--r--src/mame/misc/cvs.cpp (renamed from src/mame/cvs/cvs.cpp)0
-rw-r--r--src/mame/zaccaria/galaxia.cpp2
3 files changed, 26 insertions, 26 deletions
diff --git a/src/mame/mame.lst b/src/mame/mame.lst
index a9fdeb7d06c..9ef560e99da 100644
--- a/src/mame/mame.lst
+++ b/src/mame/mame.lst
@@ -16638,31 +16638,6 @@ c10 //
cb308 //
mcb216 //
-@source:cvs/cvs.cpp
-8ball // (c) 1982 Century
-8ball1 // (c) 1982 Century
-cosmos // (c) 1981 Century
-darkwar // (c) 1981 Century
-dazzler // (c) 1982 Century
-diggerc // (c) 1982 Century
-goldbug // (c) 1982 Century
-heartatk // (c) 1983 Century Electronics
-hero // (c) 1983 Seatongrove (c) 1984 CVS
-hunchbak // (c) 1983 Century
-hunchbaka // (c) 1983 Century
-huncholy // (c) 1984 Seatongrove (c) CVS
-logger // (c) 1982 Century (rev 3)
-loggerr2 // (c) 1982 E T Marketing (rev 2)
-outline // (c) 1982 Century
-radarzon // (c) 1982 Century
-radarzon1 // (c) 1982 Century
-radarzont // (c) 1982 Tuni Electro Service
-raiders // (c) 1983 Century Electronics UK
-raidersr3 // (c) 1983 Century Electronics UK
-spacefrt // (c) 1981 Century
-superbik // (c) 1983 Century
-wallst // (c) 1982 Century
-
@source:cxg/chess2001.cpp
ch2001
@@ -29438,6 +29413,31 @@ gangrose //
tsarevna //
tsarevnaa //
+@source:misc/cvs.cpp
+8ball // (c) 1982 Century
+8ball1 // (c) 1982 Century
+cosmos // (c) 1981 Century
+darkwar // (c) 1981 Century
+dazzler // (c) 1982 Century
+diggerc // (c) 1982 Century
+goldbug // (c) 1982 Century
+heartatk // (c) 1983 Century Electronics
+hero // (c) 1983 Seatongrove (c) 1984 CVS
+hunchbak // (c) 1983 Century
+hunchbaka // (c) 1983 Century
+huncholy // (c) 1984 Seatongrove (c) CVS
+logger // (c) 1982 Century (rev 3)
+loggerr2 // (c) 1982 E T Marketing (rev 2)
+outline // (c) 1982 Century
+radarzon // (c) 1982 Century
+radarzon1 // (c) 1982 Century
+radarzont // (c) 1982 Tuni Electro Service
+raiders // (c) 1983 Century Electronics UK
+raidersr3 // (c) 1983 Century Electronics UK
+spacefrt // (c) 1981 Century
+superbik // (c) 1983 Century
+wallst // (c) 1982 Century
+
@source:misc/cwheel.cpp
cwheel // (c) 19?? Gamebar
diff --git a/src/mame/cvs/cvs.cpp b/src/mame/misc/cvs.cpp
index b330df52a56..b330df52a56 100644
--- a/src/mame/cvs/cvs.cpp
+++ b/src/mame/misc/cvs.cpp
diff --git a/src/mame/zaccaria/galaxia.cpp b/src/mame/zaccaria/galaxia.cpp
index bd984f6cf05..5659a6d8458 100644
--- a/src/mame/zaccaria/galaxia.cpp
+++ b/src/mame/zaccaria/galaxia.cpp
@@ -51,7 +51,7 @@ Quick PCB sketch:
Astro Wars (port of Astro Fighter) is on a stripped down board of Galaxia,
using only one 2636 chip, less RAM, and no PROM.
-HW has many similarities with quasar.cpp / cvs.cpp / zac1b1120.cpp
+HW has many similarities with quasar.cpp / misc/cvs.cpp / zac1b1120.cpp
real hardware video of Astro Wars can be seen here: youtu.be/eSrQFBMeDlM
--------------------------------------------------------------------------------