mirror of
https://github.com/holub/mame
synced 2025-04-16 05:24:54 +03:00
rename hh_amis2k driver to wildfire
This commit is contained in:
parent
be9caf7c0a
commit
4511b20768
@ -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")
|
||||
|
@ -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.
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user