renamed wildfire driver to hh_amis2k (nw)

This commit is contained in:
hap 2016-10-11 21:48:11 +02:00
parent 8c0968c579
commit 5f4db1088d
4 changed files with 12 additions and 10 deletions

View File

@ -866,6 +866,7 @@ function linkProjects_mame_mess(_target, _subtarget)
"adc", "adc",
"alesis", "alesis",
"altos", "altos",
"ami",
"amiga", "amiga",
"amstrad", "amstrad",
"apf", "apf",
@ -980,7 +981,6 @@ function linkProjects_mame_mess(_target, _subtarget)
"osborne", "osborne",
"osi", "osi",
"palm", "palm",
"parker",
"pc", "pc",
"pdp1", "pdp1",
"pel", "pel",
@ -1315,6 +1315,11 @@ files {
MAME_DIR .. "src/mame/drivers/altos486.cpp", MAME_DIR .. "src/mame/drivers/altos486.cpp",
} }
createMESSProjects(_target, _subtarget, "ami")
files {
MAME_DIR .. "src/mame/drivers/hh_amis2k.cpp",
}
createMESSProjects(_target, _subtarget, "amiga") createMESSProjects(_target, _subtarget, "amiga")
files { files {
MAME_DIR .. "src/mame/drivers/amiga.cpp", MAME_DIR .. "src/mame/drivers/amiga.cpp",
@ -2413,11 +2418,6 @@ files {
MAME_DIR .. "src/mame/drivers/palmz22.cpp", MAME_DIR .. "src/mame/drivers/palmz22.cpp",
} }
createMESSProjects(_target, _subtarget, "parker")
files {
MAME_DIR .. "src/mame/drivers/wildfire.cpp",
}
createMESSProjects(_target, _subtarget, "pitronic") createMESSProjects(_target, _subtarget, "pitronic")
files { files {
MAME_DIR .. "src/mame/drivers/beta.cpp", MAME_DIR .. "src/mame/drivers/beta.cpp",

View File

@ -13,6 +13,8 @@
TODO: TODO:
- driver needs a cleanup when another AMI S2000 handheld gets dumped/added
- sound emulation could still be improved - sound emulation could still be improved
- when the game strobes a led faster, it should appear brighter, for example when - when the game strobes a led faster, it should appear brighter, for example when
the ball hits one of the bumpers the ball hits one of the bumpers

View File

@ -14104,6 +14104,9 @@ victor //
hexion // GX122 (c) 1992 hexion // GX122 (c) 1992
hexionb // bootleg hexionb // bootleg
@source:hh_amis2k.cpp
wildfire // Parker Bros
@source:hh_cop400.cpp @source:hh_cop400.cpp
bship82 // Milton Bradley bship82 // Milton Bradley
ctstein // Castle Toy ctstein // Castle Toy
@ -37002,9 +37005,6 @@ wicat //
@source:wico.cpp @source:wico.cpp
aftor // aftor //
@source:wildfire.cpp
wildfire // Parker Bros
@source:wildpkr.cpp @source:wildpkr.cpp
tabpkr // 199?, TAB Austira tabpkr // 199?, TAB Austira
wildpkr // 199?, TAB Austria. wildpkr // 199?, TAB Austria.

View File

@ -222,6 +222,7 @@ h8.cpp
h89.cpp h89.cpp
harriet.cpp harriet.cpp
hec2hrp.cpp hec2hrp.cpp
hh_amis2k.cpp
hh_cop400.cpp hh_cop400.cpp
hh_hmcs40.cpp hh_hmcs40.cpp
hh_melps4.cpp hh_melps4.cpp
@ -667,7 +668,6 @@ vtech1.cpp
vtech2.cpp vtech2.cpp
wangpc.cpp wangpc.cpp
wicat.cpp wicat.cpp
wildfire.cpp
wswan.cpp wswan.cpp
x07.cpp x07.cpp
x1.cpp x1.cpp