summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author AJR <ajrhacker@users.noreply.github.com>2020-03-14 21:56:12 -0400
committer AJR <ajrhacker@users.noreply.github.com>2020-03-14 21:57:44 -0400
commit779dfd39f4ec79b2441dc1999b7e415050e64432 (patch)
treefbdf417f759623f552dd89867c321804c03d752f
parent190b02cac0fd76849e706b0edc6fa4d47c7d00ca (diff)
Rename the other Roland drivers (nw)
-rw-r--r--scripts/target/mame/mess.lua4
-rw-r--r--src/mame/drivers/roland_tb303.cpp (renamed from src/mame/drivers/tb303.cpp)0
-rw-r--r--src/mame/drivers/roland_tr606.cpp (renamed from src/mame/drivers/tr606.cpp)0
-rw-r--r--src/mame/mame.lst12
-rw-r--r--src/mame/mess.flt4
5 files changed, 10 insertions, 10 deletions
diff --git a/scripts/target/mame/mess.lua b/scripts/target/mame/mess.lua
index 2090fab75c4..f79246aca45 100644
--- a/scripts/target/mame/mess.lua
+++ b/scripts/target/mame/mess.lua
@@ -3247,8 +3247,8 @@ files {
MAME_DIR .. "src/mame/drivers/roland_mt32.cpp",
MAME_DIR .. "src/mame/drivers/roland_r8.cpp",
MAME_DIR .. "src/mame/drivers/roland_sc55.cpp",
- MAME_DIR .. "src/mame/drivers/tb303.cpp",
- MAME_DIR .. "src/mame/drivers/tr606.cpp",
+ MAME_DIR .. "src/mame/drivers/roland_tb303.cpp",
+ MAME_DIR .. "src/mame/drivers/roland_tr606.cpp",
MAME_DIR .. "src/mame/machine/pg200.cpp",
}
diff --git a/src/mame/drivers/tb303.cpp b/src/mame/drivers/roland_tb303.cpp
index 7596b78a4ce..7596b78a4ce 100644
--- a/src/mame/drivers/tb303.cpp
+++ b/src/mame/drivers/roland_tb303.cpp
diff --git a/src/mame/drivers/tr606.cpp b/src/mame/drivers/roland_tr606.cpp
index f52c7d488b2..f52c7d488b2 100644
--- a/src/mame/drivers/tr606.cpp
+++ b/src/mame/drivers/roland_tr606.cpp
diff --git a/src/mame/mame.lst b/src/mame/mame.lst
index 8e9cae0cd08..71f4d924e4c 100644
--- a/src/mame/mame.lst
+++ b/src/mame/mame.lst
@@ -34599,6 +34599,12 @@ r8mk2 //
@source:roland_sc55.cpp
sc55 // 1991 Sound Canvas SC-55
+@source:roland_tb303.cpp
+tb303 // Roland
+
+@source:roland_tr606.cpp
+tr606 // Roland
+
@source:rollerg.cpp
rollerg // GX999 (c) 1991 (US)
rollergj // GX999 (c) 1991 (Japan)
@@ -38754,9 +38760,6 @@ ivg09 //
@source:taxidriv.cpp
taxidriv // [1984 Graphic Techno]
-@source:tb303.cpp
-tb303 // Roland
-
@source:tbowl.cpp
tbowl // 6206 - (c) 1987 Tecmo
tbowla //
@@ -39498,9 +39501,6 @@ tp84b // GX388 (c) 1984
@source:tr175.cpp
tr175 // Relisys
-@source:tr606.cpp
-tr606 // Roland
-
@source:trackfld.cpp
atlantol // bootleg
hyprolym // GX361 (c) 1983
diff --git a/src/mame/mess.flt b/src/mame/mess.flt
index 4fc1dd3dfe6..e53f2593d0d 100644
--- a/src/mame/mess.flt
+++ b/src/mame/mess.flt
@@ -757,6 +757,8 @@ roland_jx3p.cpp
roland_mt32.cpp
roland_r8.cpp
roland_sc55.cpp
+roland_tb303.cpp
+roland_tr606.cpp
rt1715.cpp
rvoice.cpp
rx78.cpp
@@ -886,7 +888,6 @@ tandy1t.cpp
tandy2k.cpp
tasc.cpp
tavernie.cpp
-tb303.cpp
tdv2324.cpp
tec1.cpp
tecnbras.cpp
@@ -936,7 +937,6 @@ tmc600.cpp
tomy_princ.cpp
tosh1000.cpp
tr175.cpp
-tr606.cpp
tranz330.cpp
tricep.cpp
trkfldch.cpp