summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author Angelo Salese <angelosa@users.noreply.github.com>2009-06-07 22:15:24 +0000
committer Angelo Salese <angelosa@users.noreply.github.com>2009-06-07 22:15:24 +0000
commitc447385c2f2e04380f3f7d4a7b433e60e0ec031d (patch)
tree013a149452917fa3fdd9dc30f779e199ebc8cb7a
parent422680c478aacdade9da79a42b2359e679a83fc4 (diff)
Nuked unneeded system18.c file
-rw-r--r--.gitattributes1
-rw-r--r--src/mame/drivers/system18.c11
-rw-r--r--src/mame/mame.mak1
3 files changed, 0 insertions, 13 deletions
diff --git a/.gitattributes b/.gitattributes
index 3b7d5b7ed10..26d1d0ffbf6 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -2090,7 +2090,6 @@ src/mame/drivers/suprslam.c svneol=native#text/plain
src/mame/drivers/surpratk.c svneol=native#text/plain
src/mame/drivers/system1.c svneol=native#text/plain
src/mame/drivers/system16.c svneol=native#text/plain
-src/mame/drivers/system18.c svneol=native#text/plain
src/mame/drivers/tagteam.c svneol=native#text/plain
src/mame/drivers/tail2nos.c svneol=native#text/plain
src/mame/drivers/taito_b.c svneol=native#text/plain
diff --git a/src/mame/drivers/system18.c b/src/mame/drivers/system18.c
deleted file mode 100644
index d23ab98fe69..00000000000
--- a/src/mame/drivers/system18.c
+++ /dev/null
@@ -1,11 +0,0 @@
-/*
-
- SYstem 18 bootlegs
-
- The system 18 bootlegs lack the VDP
-
-*/
-
-
-
-
diff --git a/src/mame/mame.mak b/src/mame/mame.mak
index 766673b1f4f..b385cbaa5fb 100644
--- a/src/mame/mame.mak
+++ b/src/mame/mame.mak
@@ -1132,7 +1132,6 @@ $(MAMEOBJ)/sega.a: \
$(DRIVERS)/suprloco.o $(VIDEO)/suprloco.o \
$(DRIVERS)/system1.o $(VIDEO)/system1.o \
$(DRIVERS)/system16.o $(MACHINE)/system16.o $(VIDEO)/system16.o $(VIDEO)/sys16spr.o \
- $(DRIVERS)/system18.o \
$(DRIVERS)/topshoot.o \
$(DRIVERS)/turbo.o $(AUDIO)/turbo.o $(VIDEO)/turbo.o \
$(DRIVERS)/vicdual.o $(AUDIO)/vicdual.o $(VIDEO)/vicdual.o \