summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author hap <happppp@users.noreply.github.com>2022-05-01 12:07:26 +0200
committer hap <happppp@users.noreply.github.com>2022-05-01 12:07:26 +0200
commit4511b20768a19c9e36c5030f0b7af0584b48dd98 (patch)
treef28b14faf5e113c10417fa37bcd41107e207ed80
parentbe9caf7c0a966728c3cfb70f5834e863c5414d31 (diff)
rename hh_amis2k driver to wildfire
-rw-r--r--scripts/target/mame/mess.lua7
-rw-r--r--src/mame/drivers/wildfire.cpp (renamed from src/mame/drivers/hh_amis2k.cpp)0
-rw-r--r--src/mame/mame.lst6
-rw-r--r--src/mame/mess.flt2
4 files changed, 5 insertions, 10 deletions
diff --git a/scripts/target/mame/mess.lua b/scripts/target/mame/mess.lua
index eb0028af98a..64c1d4124dd 100644
--- a/scripts/target/mame/mess.lua
+++ b/scripts/target/mame/mess.lua
@@ -1211,7 +1211,6 @@ function linkProjects_mame_mess(_target, _subtarget)
"akai",
"alesis",
"altos",
- "ami",
"amirix",
"amiga",
"ampro",
@@ -1765,11 +1764,6 @@ files {
MAME_DIR .. "src/mame/machine/acs8600_ics.cpp",
}
-createMESSProjects(_target, _subtarget, "ami")
-files {
- MAME_DIR .. "src/mame/drivers/hh_amis2k.cpp",
-}
-
createMESSProjects(_target, _subtarget, "amirix")
files {
MAME_DIR .. "src/mame/drivers/wxstar4000.cpp",
@@ -3372,6 +3366,7 @@ createMESSProjects(_target, _subtarget, "parker")
files {
MAME_DIR .. "src/mame/drivers/talkingbb.cpp",
MAME_DIR .. "src/mame/drivers/talkingfb.cpp",
+ MAME_DIR .. "src/mame/drivers/wildfire.cpp",
}
createMESSProjects(_target, _subtarget, "pitronic")
diff --git a/src/mame/drivers/hh_amis2k.cpp b/src/mame/drivers/wildfire.cpp
index e107c30534b..e107c30534b 100644
--- a/src/mame/drivers/hh_amis2k.cpp
+++ b/src/mame/drivers/wildfire.cpp
diff --git a/src/mame/mame.lst b/src/mame/mame.lst
index 3b1d4869ce4..d1c08f7f6fb 100644
--- a/src/mame/mame.lst
+++ b/src/mame/mame.lst
@@ -16458,9 +16458,6 @@ heromem // E34 (c) 1997 Taito
hexion // GX122 (c) 1992
hexionb // bootleg
-@source:hh_amis2k.cpp
-wildfire // Parker Bros
-
@source:hh_cop400.cpp
bship82 // Milton Bradley
ctstein // Castle Toy
@@ -43424,6 +43421,9 @@ wicat //
@source:wico.cpp
aftor //
+@source:wildfire.cpp
+wildfire // Parker Bros
+
@source:wildpkr.cpp
tabpkr // 199?, TAB Austira
wildpkr // 199?, TAB Austria.
diff --git a/src/mame/mess.flt b/src/mame/mess.flt
index c76fc98cc39..27eab2769e2 100644
--- a/src/mame/mess.flt
+++ b/src/mame/mess.flt
@@ -405,7 +405,6 @@ hds200.cpp
hec2hrp.cpp
hektor.cpp
hhtiger.cpp
-hh_amis2k.cpp
hh_cop400.cpp
hh_cops1.cpp
hh_hmcs40.cpp
@@ -1190,6 +1189,7 @@ vtech_eu3a12.cpp
vtech_innotab.cpp
wangpc.cpp
wicat.cpp
+wildfire.cpp
wizard.cpp
wrinkles.cpp
wswan.cpp